Unit 2 Lesson 4 Python Basics Quiz

Unit 2 Lesson 4 Python Basics Quiz

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Вспомним Python

Вспомним Python

9th Grade

15 Qs

PCEP Section 2a: Make decisions  with if instruction

PCEP Section 2a: Make decisions with if instruction

12th Grade

15 Qs

Python

Python

11th Grade

20 Qs

CMU CS Academy Unit

CMU CS Academy Unit

9th Grade

15 Qs

Flow of Control

Flow of Control

11th Grade

10 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Year 10s quiz

Year 10s quiz

9th Grade

20 Qs

Unit 2 Lesson 4 Python Basics Quiz

Unit 2 Lesson 4 Python Basics Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Michelle Mattox

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does IDE stand for?

Integrated Design Environment

Interactive Development Environment

Interactive Design Environment

Integrated Development Environment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what is the correct way to assign a value to a variable?

variable == value

value = variable

variable = value

value == variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data is a String in Python?

Text data

Boolean data

Numeric data

Binary data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of camel case?

years_to_vote

YEARS_TO_VOTE

YearsToVote

yearsToVote

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to display information in Python?

display()

output()

print()

show()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert an integer to a String in Python?

string()

str()

int()

convert()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 39%5 in Python?

2

1

3

4

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?