Level 3 - Python Quiz 1

Level 3 - Python Quiz 1

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Quiz1_7A

Quiz1_7A

2nd Grade - Professional Development

20 Qs

Python Test

Python Test

11th Grade

20 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Creative Coding Test Review

Creative Coding Test Review

9th - 11th Grade

20 Qs

Round-1 Technical Aptitude

Round-1 Technical Aptitude

11th Grade - Professional Development

20 Qs

Python for Beginners

Python for Beginners

9th - 12th Grade

20 Qs

Python Easy

Python Easy

9th - 12th 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?