Python Booleans

Python Booleans

11th Grade

10 Qs

quiz-placeholder

Similar activities

CSA Lessons 1 - 4

CSA Lessons 1 - 4

10th - 12th Grade

15 Qs

Data Handling in Python

Data Handling in Python

11th Grade

10 Qs

Python Quiz for Grade 11 List, Tuple &  Strings

Python Quiz for Grade 11 List, Tuple & Strings

11th Grade

10 Qs

TOÁN TỬ TRONG PYTHON

TOÁN TỬ TRONG PYTHON

11th Grade

7 Qs

Python Functions

Python Functions

9th - 12th Grade

13 Qs

Python Quiz 1

Python Quiz 1

8th Grade - University

9 Qs

Python3

Python3

4th Grade - University

10 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

Python Booleans

Python Booleans

Assessment

Quiz

Computers

11th Grade

Medium

Created by

T. Arman

Used 233+ 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?