NEW
Font size
WorksheetsScratch Quiz 5
Total questions: 20
Worksheet time: 10mins
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
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!
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
What is an object in scratch which performs functions which are controlled by scripts?
Scratch
Sprite
Stage
Script
What is the backdrop of a project called?
Sprite
Script
Scratch
Stage
A collection or stack of blocks that all interlock with one another is called ?
Sprite
Scratch
Script
Stage
What is the function for the command wait __ secs ?
Wait for the specified seconds
Jump
Walk
Wait for specified seconds and then move
What Is the function for the command forever?
Runs the block only ones
Runs the blocks inside it over and over
Runs the script
None of the above
The repeat until blocks can be found in which of the following palette?
Control
Looks
Variables
Pen
What is the coordinate for the centre of the screen?
x:0, y :10
x: 0 , y:-180
x: 0, y :0
x:-160, y:0
