Booleans and Comparison Statements

Booleans and Comparison Statements

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

JavaScript_G9_Quiz

JavaScript_G9_Quiz

9th Grade

20 Qs

Lesson 5_Character Animation

Lesson 5_Character Animation

9th - 12th Grade

25 Qs

Parameters and Return Review

Parameters and Return Review

9th - 12th Grade

19 Qs

Code.org List Questions

Code.org List Questions

10th - 12th Grade

20 Qs

8.2 Entrepreneurship Part 1

8.2 Entrepreneurship Part 1

9th - 12th Grade

19 Qs

Review JavaScript

Review JavaScript

11th Grade - University

20 Qs

AP CSP Review

AP CSP Review

11th - 12th Grade

19 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?