NEW
Font size
WorksheetsScratch Operators Quiz
Total questions: 20
Worksheet time: 10mins
What do Scratch operators help us do?
Move sprites
Change colors
Do math and make decisions
Draw shapes
Which block is a math operator?
move 10 steps
say Hello
5 + 3
when flag clicked
What is the result of 6 + 2 in Scratch?
62
8
4
10
Which one shows a comparison operator?
3 + 2
say Hello
4 > 2
play sound Meow
What does > mean?
Equal
Smaller
Greater than
Add
What will this say block display? say (5 - 3)
8
2
53
0
Which operator checks if two things are the same?
+
=
>
AND
What is the answer to 4 * 2?
6
8
2
10
Which operator is used to divide numbers?
+
-
/
*
What does AND mean?
Only one is true
At least one is true
Both must be true
Always false
What is the result of NOT true?
True
False
Maybe
Zero
Which block checks two conditions at the same time?
AND
SAY
GLIDE
IF
Which is an example of a logical operator?
10 / 2
6 + 3
OR
SAY
If 5 > 3 AND 4 < 10, what is the result?
False
True
0
Error
What does OR mean?
None are true
Only both must be true
At least one is true
All are false
Operators in Scratch are used only for drawing.
False
True
3 = 3 is a comparison operator that returns True.
False
True
AND, OR, and NOT are math operators.
False
True
You can put operators inside say blocks.
False
True
The block if <5 > 2> is used to check a condition.
False
True
