Boolean Expressions

Boolean Expressions

9th - 11th Grade

18 Qs

quiz-placeholder

Similar activities

CS Conditionals

CS Conditionals

9th - 12th Grade

13 Qs

if-else-if and Logical Operators

if-else-if and Logical Operators

9th - 12th Grade

15 Qs

main.cpp

main.cpp

7th - 12th Grade

16 Qs

APCSP Unit 4 Mid Unit Quiz

APCSP Unit 4 Mid Unit Quiz

9th - 12th Grade

21 Qs

Codecademy JavaScript

Codecademy JavaScript

8th - 12th Grade

21 Qs

БД. Теоретический минимум. Тест 1

БД. Теоретический минимум. Тест 1

9th Grade

13 Qs

Code.org Unit 5 Lesson 15 Assessment

Code.org Unit 5 Lesson 15 Assessment

9th - 12th Grade

15 Qs

HTML

HTML

9th Grade

15 Qs

Boolean Expressions

Boolean Expressions

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

A Brereton

Used 97+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate:


5 > 2

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate:


8 >= 8

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate:


9 < 7

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate:


18 > 4 and 18 < 20

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate:


name = "Andrew"


name == "andrew"

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate:


die1 = 6

die2 = 3

score = die1+die2


score >= 10

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate:


die1 = 6

die2 = 3

score = die1*2+die2


score >= 10

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?