Search Header Logo

Python Booleans

Authored by T. Arman

Computers

11th Grade

Used 243+ 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

45 sec • 1 pt

Booleans represent one of two values: True or False.

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When you compare two values, the expression is evaluated and Python returns the Boolean answer.

True

False

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Any string is False, except empty strings.

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Any number is True, except 1.

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the following code?

print(10 == 9)

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the following code?

print(10 < 9)

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the result of the following code?

print(10 != 9)

True

False

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?