WorksheetsGrade 2 Scratch
Total questions: 20
Worksheet time: 12mins
The cat in Scratch is
An Avatar
A Sprite
An Image
A Template
Which blocks will make the sprite move on the stage
Looks blocks
Motion blocks
Sound blocks
Control blocks
What is the backdrop of a project called?
Script
Stage
Scratch
Sprite
The code blocks below are an example of what type of action?
Pen
.
Events
Looks
Control
choose the pen block
This block for
delete shapes
add shapes
how many sprites can you add ?
1234
3
10
as much as
What is the output of program?
WHAT IS THE OUTPUT OF THE PROGRAM?
Look at the code below. What is the variable name?
set
score
clicked
Which sprite has the most available costume options?
To add a new sprite to your code, you click on:
Where do we find a block that allows a sprite to detect if its touching another sprite?
motion
looks
event
sensing
To create code that runs when a score is 5 or more we should use
greater than 4
greater than 5
less than 5
less than 4
