Using conditions

Using conditions

6th - 7th Grade

5 Qs

quiz-placeholder

Similar activities

Coding: Conditionals

Coding: Conditionals

6th - 8th Grade

10 Qs

变量与数据类型

变量与数据类型

7th - 8th Grade

10 Qs

Logical tests and programming constructs

Logical tests and programming constructs

7th Grade

10 Qs

Boolean logic

Boolean logic

6th - 8th Grade

7 Qs

Boolean Operators

Boolean Operators

6th - 9th Grade

10 Qs

Boolean Expression

Boolean Expression

7th Grade

8 Qs

UNIT 6 - 2021-22

UNIT 6 - 2021-22

6th Grade

10 Qs

Boolean Operators

Boolean Operators

6th - 8th Grade

10 Qs

Using conditions

Using conditions

Assessment

Quiz

Computers

6th - 7th Grade

Hard

Created by

Hira manzoor

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if x= 3 what will be the Boolean operators for the following condition:
x>=3 and x<3

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if x= 5 what will be the Boolean operators for the following condition:
0 < x < 1

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For z = 10: Boolean operators for the condition: 8 <= z < 12

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a = 6: Boolean operators for the condition:

( a = 20 ) or (a = 6 )

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a = 3: Boolean operators for the condition:

( a != 3 ) or (a = 6 )

True

False