NEW
Font size
WorksheetsSensing and Operator blocks
Total questions: 12
Worksheet time: 6mins
There are _________________ sensing blocks.
3
18
5
10
Which set of blocks in cyan colour?
motion
looks
events
sensing
What is the colour of the operator blocks?
cyan
blue
light green
light yellow
Where do we find a block that allows a sprite to detect if its touching another sprite?
motion
looks
event
sensing
To create code that runs when a score is 5 or more we should use
greater than 4
greater than 5
less than 5
less than 4
To create code that runs when a score is lower than 5, we would use
greater than 4
less than 4
greater than 5
less than 5
You can ask a question to the player using the 'ask' command. The player then responds to your question. Which of the following is used to receive the player's response?
pen down
answer
when I receive message 1
You look at our friend's Scratch project and you see the following script. What do you think happens when the script is executed?
The sprite waits 1, 2, 3, 4 or 5 seconds
The timer starts counting 1 until 5
The maximum time the sprite to wait can be 5 seconds.
You used a random number generator. Which of the following number you DO NOT expect to come up from the random number generator?
-8
-3
8
The mouse-pointer’s X position.
True
False
The condition for checking if the sprite is touching a specific color.
True
False
There are ___________ Operator blocks.
18
7
11
