NEW
Font size
WorksheetsSCRATCH QUIZ
Total questions: 10
Worksheet time: 10mins
The switch to costume block is a what kind of block ?
Motion
Control
Looks
Sensing
In programming, a _________ can induce multiple executions of statements.
variable
loop
statements
condition
___ category is used for moving sprites around the stage.
Motion
Events
Control
Sensing
A _____ variable can be used by all sprites.
Local
Global
Similar
New
Which of these would move the sprite down on the stage?
Change x by 10
Change x by -10
Change y by 10
Change y by -10
Sensing blocks are used to tell the sprite what to do when touching something on the stage.
True
False
A block used to trigger an action only if another action happens first; cause and effect..
If then block
Animation
Sensing block
Event
What does this code block do?
Go Up
Go Down
Go Left
Go Right
Which code block is an example of conditional statement in Scratch?
If .... else
Change size by 10
Forever
Move 10 steps
