WorksheetsScratch beginner - check your understanding
Total questions: 20
Worksheet time: 18mins
The cat is called a __________.
Sprite
Kitty
Tom
The cat is standing on a __________.
Background
Stage
Space
These are called _____________.
stack
blocks
program
The blocks can be found in the _____________ tab.
Scripts
Sound
Costumes
The <go to x: 0 y:0> block puts the Sprite at the ___________ of the stage.
Right
Left
Center
The <move> block is a ___________ block.
Motion
Looks
Sound
The <When green flag clicked> block is an ___________ block.
Motion
Event
Sound
The <When space key pressed> block is an ___________ block.
Motion
Event
Sound
To move the sprite in bigger steps, I need to put a number ____________.
greater than 10
lesser than 10
The maximum number of steps to the right or left is ___________.
180 steps
240 steps
100 steps
The maximum number of steps to the top or bottom is ___________.
180 steps
240 steps
100 steps
To make the Sprite glide to the right or left, change the _______ value.
x
y
z
To make the Sprite glide to the top or bottom, change the _______ value.
x
y
z
To make the Sprite glide to the red "X", which value is the correct x, y coordinate?
X = 100, Y = -100
X = 100, Y = 100
X= -100, Y = 100
To make the Sprite glide to the red "X", which value is the correct x, y coordinate?
X = 100, Y = -100
X = 100, Y = 100
X= -100, Y = 100
To make the Sprite glide to the red "X", which value is the correct x, y coordinate?
X = 100, Y = -100
X = 100, Y = 100
X= -100, Y = 100
To make the Sprite glide to the red "X", which value is the correct x, y coordinate?
X = -100, Y = -100
X = 100, Y = 100
X= -100, Y = 100
The glide block says <glide 10secs to x:180 y:0>. The Sprite is gliding ______________ to reach the new point.
faster
slower
Observe the glide block in the picture. The Sprite is gliding to the ____________.
left
right
top
Observe the glide block in the picture. The Sprite is gliding to the ____________.
right
left
bottom
top
