Search Header Logo

Python Booleans

Authored by Amy Austin

Other

12th Grade

Used 1+ times

Python Booleans
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?