Font size
WorksheetsStage 5E Explorers-Scratch Quiz
Total questions: 20
Worksheet time: 7mins
What is the backdrop of a project called?
Sprite
Script
Scratch
Stage
The area where the sprite performs actions according to the code.
Stage
Sprites
Blocks
Scripts
What does 🛑 ( red button ) mean in Scratch?
Start
STOP
Nothing
I don't know
A character which performs different actions in the projects is..........
Object
Cat
Image
Sprite
Scratch is a free programming language where you can create your own interactive stories, games, and animations
True
False
What is this icon used for in scratch?
Choose a Costume
Choose a Sprite
Choose a backdrop
What does this green flag mean in scratch?
Nothing
Start
STOP
I don't know
All code in Scratch needs an ______ to start it off
VARIABLE
MOVEMENT
EVENT
REPEAT
Look at the Image... Which of these REPEAT blocks would be best for repeating the code so that we could play exactly 5 games of Rock, Paper, Scissors?
* ## means a number
FOREVER
REPEAT ##
REPEAT UNTIL
What is a loop?
Starting the program
Allows something to be repeated
Ending the program
Run the program
In Scratch, a "sprite" can be resized:
True
False
A costume is...
a code block
a motion
a sound
a different way a sprite looks
What is the co-ordinate of the center of the screen?
(x:0,y:180)
(x:0,y:0)
(x:240,y:180)
(x:240,y:0)
These blocks are different examples of what?
motion
events
controls
sound
To add a new sprite to your code, you click on:
What would the code shown here do?
When the flag is clicked the sprite will appear for two seconds and then disappear
When the flag is clicked the sprite will hide
When the flag is clicked the sprite will appear and wait
The sprite will not show up when the flag is clicked
Motion
Sound
Events
Control
Sensing
To change a costume to a specific costume, we use:
TO DRAW IN SCRATCH WE USE:
