WorksheetsGrade 5 Scratch Programming Quiz
Total questions: 30
Worksheet time: 15mins
What is Scratch used for?
Making websites
Programming and animations
Writing books
Sending emails
What are the blocks in Scratch?
Toys
Commands you snap together
Pictures
Games
What is a sprite in Scratch?
A soft drink
A block
A character or object
A stage
What does the 'green flag' do in Scratch?
Stops the program
Starts the program
Deletes the sprite
Changes the stage
Where do the blocks in Scratch come from?
From websites
From the block palette
From the green flag
From the file menu
What is the 'stage' in Scratch?
A type of block
The area where sprites move
A list of sprites
A programming language
Which block repeats actions?
Repeat block
Move block
Forever block
Both A and C
How do you make a sprite move?
Use the pen tool
Use the move block
Change the stage
Drag the sprite
What color are motion blocks?
Blue
Green
Purple
Red
What is a costume in Scratch?
An outfit
A stage background
Different looks for a sprite
A sound
What do looks blocks do?
Control motion
Change how a sprite appears
Make music
Create new sprites
What happens when you click the stop sign in Scratch?
It deletes the sprite
It saves your project
It stops all scripts
It changes the background
How do you add sound to a sprite?
Use the motion tab
Use the sound blocks
Use the looks tab
Use the green flag
What block makes the sprite say something?
Say block
Move block
Sound block
Motion block
What is the purpose of a wait block?
To stop everything
To delay an action
To play a sound
To save the project
What does 'broadcast' do in Scratch?
Records your screen
Sends a message to other sprites
Makes a sprite disappear
Adds a new sprite
Which block would you use to make a sprite turn?
Move
Go to
Turn
Say
Which block category is orange?
Motion
Events
Control
Variables
What is a variable in Scratch?
A place to store information
A costume
A sound file
A loop
What does the 'forever' block do?
Stops the program
Runs code once
Runs code until the stop button is clicked
Creates a new sprite
Which category has the green color?
Motion
Sound
Looks
Operators
What does the 'when sprite clicked' block do?
Deletes the sprite
Starts actions when the sprite is clicked
Plays a sound automatically
Saves the sprite
What is a backdrop in Scratch?
A sprite
A sound effect
The background image of the stage
A block
Which block can check if two things are equal?
= (equals) block
Say block
Move block
Broadcast block
How can you make a sprite hide?
Use the say block
Use the show block
Use the hide block
Use the green flag
Which block is used to play a sound?
Move 10 steps
Play sound [meow]
When clicked
Change color effect
What do control blocks do?
Move sprites
Play music
Handle timing and loops
Draw shapes
What does the 'repeat until' block do?
Repeats actions a set number of times
Repeats forever
Repeats actions until a condition is true
Stops the sprite
What happens when you press the space key if a script starts with 'when space key pressed'?
The project stops
The project saves
The script runs
Nothing happens
What do events blocks do?
Start scripts when something happens
Store information
Play sound effects
Move sprites
