Python Booleans

Python Booleans

11th Grade

10 Qs

quiz-placeholder

Similar activities

String Quiz

String Quiz

9th - 12th Grade

15 Qs

Python Quiz 1

Python Quiz 1

6th Grade - University

12 Qs

Java Unit 10

Java Unit 10

10th - 12th Grade

14 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Java Code Questions

Java Code Questions

9th - 12th Grade

10 Qs

Python Booleans

Python Booleans

Assessment

Quiz

Computers

11th Grade

Medium

Created by

T. Arman

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