Font size
WorksheetsScratch quiz Year 5
Total questions: 12
Worksheet time: 12mins
In scratch, this is the place where we program and give commands to our sprites and backdrops.
Stage
Sprites
Blocks
Scripts
Coordinates (x,y)
determine the position of the Sprite on stage.
are near the end of the alphabet.
are a great way to organize your clothes.
If the coordinates are set to x:0, y:0,
the Sprite will be invisible.
the Sprite will be in the center of the stage.
the Sprite will be at the far left side of the stage.
the Sprite will be at the bottom of the stage.
The x coordinate is
diagonal (from lowest left to highest right).
vertical (up and down).
horizontal (side to side).
Increasing the number of the y coordinate
moves the Sprite more to the right.
increases the number of the x coordinate as well.
raises the Sprite upward.
lowers the Sprite downward.
A program is
a red fruit with lots of seeds.
a collection of instructions (blocks) that a computer follows to complete a task.
a language that computers recognize.
Write the definition of a starting event.
