NEW
Font size
WorksheetsScratch Quiz 3
Total questions: 20
Worksheet time: 10mins
What does this block do?
It writes notes for you
It plays a musical note
It beats the drum
What does this block do?
It allows sprites to talk to each other
It plays music on the radio
It writes a message in a bottle
What is the variable in this code?
keep score
random position
edge
What does this code do?
It clicks the sprite forever
It allows you to draw shapes
It generates sprites forever
What does this block do?
Repeat the code forever
Repeat the code 2 times
Repeat the code until touching the sprite
Which of the following sections of code will make the script follow the mouse pointer around the screen?
Study the script above which has been set up for your sprite. Which direction will your sprite move in if you press the up arrow?
Up
Down
Left
Right
What is a loop?
Instructions that do not repeat
Instructions that repeat
Both 1 and 2
None of the above
