Font size
WorksheetsScratch Quiz #2
Total questions: 15
Worksheet time: 12mins
About how long will this Script take to run?
less than one second
2 seconds
5 seconds
It will actually keep running forever
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
It lets a sprite say "message1"
What is the variable in this code?
Direction
Score
x 180 y 120
Costume2
What does this block do?
Repeat the code forever
Repeat the code 2 times
Repeat the code until touching the sprite
Can you add a block below this one? Why or why not?
What happens when the green flag is clicked once?
Sprite moves once, a distance of 10 steps
Sprite moves around forever and bounces off edges
Sprite moves 10 times
None of the above
We cannot upload our own sprites on scratch. True or False?
True
False
What does this block do?
Stops the sprite from rotating upside down when it changes direction
Makes the sprite go upside down
slows the sprite down
spins the sprite around forever
What would this code make the sprite do?
spin around clockwise
spin around counter clockwise
turn 15 degrees to the right
nothing
What block category will you use to have the sprite say something in a speech bubble?
Looks
Sounds
Events
Control
Choose the correct solution:
I would like for my Sprite to earn points when it touches the apple!
Compare these two scripts. In what way are they the same, and in what way are they different? Which do you think is better?
Which of these most likely happens when I click the Green Flag a few times.
The sprite goes to 10 different places
The sprite spins around.
The sprite does nothing.
The sprite keeps moving forever.
Here is my code. I click the Green flag but nothing happens. Why?
The sprite is already at that position
The script runs so fast you don't see it.
The motion blocks cancel each other out
The script does not have an event block
What would the cat sprite look like after this code runs?
It will look pixelated and a different color
It will be invisible
You can't tell from looking at this code
It will look normal
