Booleans and Comparison Statements

Booleans and Comparison Statements

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Python 1st Semester Exam

Python 1st Semester Exam

10th - 12th Grade

21 Qs

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

Code.org Variables and Conditionals

Code.org Variables and Conditionals

9th - 12th Grade

20 Qs

Variables, Conditionals, & Functions Assessment

Variables, Conditionals, & Functions Assessment

9th - 12th Grade

20 Qs

Access Lesson 6

Access Lesson 6

9th - 12th Grade

20 Qs

Software

Software

10th - 11th Grade

20 Qs

AP CSP Unit 5

AP CSP Unit 5

9th - 12th Grade

20 Qs

Code.org CSP Unit 4 Review (22-23)

Code.org CSP Unit 4 Review (22-23)

9th - 12th Grade

25 Qs

Booleans and Comparison Statements

Booleans and Comparison Statements

Assessment

Quiz

Computers, Other

9th - 12th Grade

Easy

Created by

Nolan Pawelski

Used 13+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate: 10 == 3

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate: 10 != 3

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate: 2 == 2

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate: 9 != 9

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is displayed in the console?

number = 7

print(number == 3)

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is displayed in the console?

value = 100

print(4 != value)

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate: 3 < 4

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?