LS - Programming - Boolean Operators

LS - Programming - Boolean Operators

6th Grade

48 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Lesson 1-6

Code.org Unit 3 Lesson 1-6

5th Grade - University

45 Qs

ICT Gaming Study Review

ICT Gaming Study Review

6th Grade

44 Qs

Year 9 Summer Term 1 Homework

Year 9 Summer Term 1 Homework

6th Grade

50 Qs

HTML & CSS Review

HTML & CSS Review

6th Grade

45 Qs

Arrays in C

Arrays in C

6th Grade

50 Qs

LopezSemester1

LopezSemester1

6th - 8th Grade

52 Qs

Ulangkaji ASK T2 Bab 2 Algoritma

Ulangkaji ASK T2 Bab 2 Algoritma

1st - 12th Grade

47 Qs

VEXcode VR Blocks Unit 2-5 MPT

VEXcode VR Blocks Unit 2-5 MPT

6th - 8th Grade

50 Qs

LS - Programming - Boolean Operators

LS - Programming - Boolean Operators

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Teach CS

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is the value of this:

a = 1

b = 1

a < 5 AND b > 3

True
False
Error

2.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is the value of this:

a = 3

a < 5 AND > 1

True
False
Error

3.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is the value of this:

a = 3

a < 5 OR > 1

True

Error

True

4.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is the value of this:

a = 1

b = 3

a < 5 AND b >= 3

False
Error
True

5.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is the value of this:

a = 1

b = 3

a < 5 AND b => 3

False
True
Error

6.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is the value of this:

a = 5

b = 5

a <= 5 AND b > 3

Error
True
False

7.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

What is the value of this:

a = 5

b = 5

a =< 5 AND b > 3

True
False
Error

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?