wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Scratch Operators Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What do Scratch operators help us do?

a)

Move sprites

b)

Change colors

c)

Do math and make decisions

d)

Draw shapes

2.

Which block is a math operator?

a)

move 10 steps

b)

say Hello

c)

5 + 3

d)

when flag clicked

3.

What is the result of 6 + 2 in Scratch?

a)

62

b)

8

c)

4

d)

10

4.

Which one shows a comparison operator?

a)

3 + 2

b)

say Hello

c)

4 > 2

d)

play sound Meow

5.

What does > mean?

a)

Equal

b)

Smaller

c)

Greater than

d)

Add

6.

What will this say block display? say (5 - 3)

a)

8

b)

2

c)

53

d)

0

7.

Which operator checks if two things are the same?

a)

+

b)

=

c)

>

d)

AND

8.

What is the answer to 4 * 2?

a)

6

b)

8

c)

2

d)

10

9.

Which operator is used to divide numbers?

a)

+

b)

-

c)

/

d)

*

10.

What does AND mean?

a)

Only one is true

b)

At least one is true

c)

Both must be true

d)

Always false

11.

What is the result of NOT true?

a)

True

b)

False

c)

Maybe

d)

Zero

12.

Which block checks two conditions at the same time?

a)

AND

b)

SAY

c)

GLIDE

d)

IF

13.

Which is an example of a logical operator?

a)

10 / 2

b)

6 + 3

c)

OR

d)

SAY

14.

If 5 > 3 AND 4 < 10, what is the result?

a)

False

b)

True

c)

0

d)

Error

15.

What does OR mean?

a)

None are true

b)

Only both must be true

c)

At least one is true

d)

All are false

16.

Operators in Scratch are used only for drawing.

a)

False

b)

True

17.

3 = 3 is a comparison operator that returns True.

a)

False

b)

True

18.

AND, OR, and NOT are math operators.

a)

False

b)

True

19.

You can put operators inside say blocks.

a)

False

b)

True

20.

The block if <5 > 2> is used to check a condition.

a)

False

b)

True