Level 3 - Python Quiz 1

Level 3 - Python Quiz 1

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Iteration

Iteration

11th Grade

20 Qs

Python while loops

Python while loops

8th - 9th Grade

20 Qs

Y9 - T2 - L6 - HOMEWORK

Y9 - T2 - L6 - HOMEWORK

9th Grade

20 Qs

Python File handling - 2

Python File handling - 2

12th Grade

20 Qs

Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

8th - 10th Grade

20 Qs

Python

Python

11th Grade

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Level 3 - Python Quiz 1

Level 3 - Python Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Samuel Markham

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of an int type in Python?

5
3.14
True
hello

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of a str type in Python?

hello world
3.14
True
12345

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of a Boolean in Python?

TRUE or FALSE

1 or 0
True or False

true or flase

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the built in Python function to allow a user input in Python?

get_input()
user_input()
input()
read_input()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default data type for a user input in Python?

integer
string
boolean
float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the operator to check if two values are equal?

!=
>
<
==

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this code output in Python?
var = 2

print(var == 2)

True
Error
False
None

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?