Python Booleans

Python Booleans

12th Grade

10 Qs

quiz-placeholder

Similar activities

Study Habits

Study Habits

9th - 12th Grade

10 Qs

Match Exercises

Match Exercises

1st Grade - University

11 Qs

Revision

Revision

12th Grade

10 Qs

Python Programming L1 Quiz

Python Programming L1 Quiz

12th Grade

14 Qs

El Primer Dia de Clases -El Horario de Claudia

El Primer Dia de Clases -El Horario de Claudia

9th - 12th Grade

15 Qs

Google Classroom

Google Classroom

KG - University

10 Qs

Dragon Handbook 7

Dragon Handbook 7

7th - 12th Grade

11 Qs

Programs of Study - Exploring Careers

Programs of Study - Exploring Careers

6th - 12th Grade

15 Qs

Python Booleans

Python Booleans

Assessment

Quiz

Other

12th Grade

Hard

Created by

Amy Austin

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do Booleans represent in Python?

Numbers

Lists

Strings

True or False values

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to evaluate whether an expression is true or false?

check()

eval()

bool()

test()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the expression 'print(10 > 9)' return?

False

True

9

10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following values is NOT considered False in Python?

0

None

[]

' ' (a space)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'isinstance()' function do?

Deletes an instance of a class

Determines if an object is of a certain data type

Creates a new instance of a class

Checks if all instances are the same

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will return True?

bool('')

bool(123)

bool([])

bool(None)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you print a message based on a condition in Python?

Using a while loop

Using a for loop

Using an if...else statement

Using a switch case

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?