Boolean Expressions

Boolean Expressions

9th - 11th Grade

18 Qs

quiz-placeholder

Similar activities

Module 04 - If Statements

Module 04 - If Statements

10th Grade

20 Qs

iGCSE Computer Science: Boolean Logic

iGCSE Computer Science: Boolean Logic

9th - 12th Grade

20 Qs

Python Operators

Python Operators

9th Grade

20 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

Year 10s quiz

Year 10s quiz

9th Grade

20 Qs

Intro to IF statements

Intro to IF statements

KG - University

13 Qs

Loops

Loops

10th - 12th Grade

17 Qs

Boolean Expressions

Boolean Expressions

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

A Brereton

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