WorksheetsScratch Programming Quiz
Total questions: 10
Worksheet time: 5mins
What is Scratch used for?
Drawing pictures
Making games and animations
Typing stories
Watching videos
What is a sprite in Scratch?
A background
A sound
A character or object that can move or do actions
A code block
What do we call a set of step-by-step instructions that tells a computer what to do?
Story
Algorithm
Animation
Command
Which block makes a sprite start moving when the green flag is clicked?
“move 10 steps”
“when green flag clicked”
“say Hello!”
“go to x: 0 y: 0”
Why should we divide a big task into smaller parts when programming?
It looks better
It makes the program easier to follow and fix
It makes the sprite bigger
It makes the program longer
What does the block “go to x: 0 y: 0” do?
Makes the sprite jump
Changes the background
Resets the sprite to its starting position
Plays a sound
What happens when two “when green flag clicked” scripts are used in one project?
Only one will run
Both will run at the same time
The program will stop
The sprite disappears
What colour are motion blocks in Scratch?
Green
Blue
Yellow
Red
Which of these is an example of initialisation?
“say Hello!”
“go to x: 0 y: 0”
“move 10 steps”
“play sound meow”
What does the repeat block do?
Runs the same actions many times
Stops the program
Changes the sprite
Deletes code
