Python Booleans

Python Booleans

11th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz 16 - Arrays and Loops

Quiz 16 - Arrays and Loops

11th Grade

10 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Python Intermediate

Python Intermediate

9th - 11th Grade

15 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

C sharp

C sharp

11th Grade

9 Qs

APCSA Unit 3 Review

APCSA Unit 3 Review

9th - 12th Grade

13 Qs

Python(if/else masala)

Python(if/else masala)

10th - 11th Grade

10 Qs

Python Booleans

Python Booleans

Assessment

Quiz

Computers

11th Grade

Medium

Created by

T. Arman

Used 229+ times

FREE Resource

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

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?