WorksheetsScratch Quiz
Total questions: 28
Worksheet time: 18mins
The blocks don't need to be joined, as long as they are on the script area, they will run.
True
False
What color blocks allow the code to start running?
Green
Red
Blue
Yellow
What color blocks allow movement/motion in Scratch?
Blue
Yellow
Red
Green
What is the definition of an Algorithm?
A question to be answered
A set of instructions to perform a process.
A list of instructions
The answer to a question
What happens when we click this?
Nothing happens
The scene stops
We can change the sprite
The scene starts
To add more sprite (character) which button should you click?
Which icon should you click to change Scratch backdrop
What happen to sprite if you use this block?
Sprite will jump
Sprite will move 10 steps
Sprite will change colour
Sprite will say hello
what are the two axis in scratch
x and y
n and t
j and w
k and somethig
What happens to a sprite's script if this sprite was deleted?
The script will be saved if you decided to use this sprite later
You can't delete a sprite before deleting the script written in it.
The script will be deleted with the sprite
Which sprite has the most available costume options?
You can keep score in Scratch by creating a...
Sprite
Variable
Loop
Function
To change the appearance of a sprite we can give it a different...
Costume
Look
Style
Stage
Repeating a statement more than once is called a...
Repetition
Loop
Sequence
Event
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
Finding and fixing problems in code...
Fixing
Debugging
Correcting
Deissuing
A block that programs a sprite to hide or show; also used to change a sprite's costume is called what?
Looks
Event
Motion
Control
A block used to trigger an action only if another action happens first; cause and effect..
If then block
Animation
Sensing block
Event
Which of the following will allow the movements to occur continuously to various positions?
What does this block do?
It writes notes for you
It plays a musical note
It beats the drum
What does this code block do?
Go Up
Go Down
Go Left
Go Right
