NEW
Font size
WorksheetsHow Well Were You Listening?: A Scratch Quiz
Total questions: 20
Worksheet time: 10mins
What is Scratch mainly used for?
Writing essays
Creating interactive stories, games, and animations
Editing photos
Making spreadsheets
In Scratch, what is a sprite?
A type of drink
A character or object that can be programmed
A background image
A sound effect
Which block category in Scratch is used to control the flow of a programme?
Motion
Control
Sound
Looks
How can you add a new sprite to your Scratch project?
By drawing it in the paint editor
By importing an image
By choosing one from the Scratch library
All of the above
What is a backdrop in Scratch?
A sound effect
The background image of the stage
A type of sprite
A control block
Which block would you use to play a sound when a sprite is clicked?
When green flag clicked
When sprite clicked
Play sound [sound] until done
Change backdrop to [backdrop]
Which control block repeats a set of instructions a specific number of times?
Forever
Repeat [n]
If [condition] then
Wait [n] seconds
What is the main purpose of using variables in Scratch?
To store and change values during a programme
To create new sprites
To change the backdrop
To add sound effects
Which of the following is a good game design principle?
Make the game impossible to win
Give clear instructions to the player
Use only one colour
Avoid using sound
What is an extension in Scratch?
A new sprite
An extra set of blocks that add new features
A type of backdrop
A sound effect
Which extension allows you to control hardware like the micro:bit?
Pen
micro:bit
Music
Translate
What does animating a sprite mean in Scratch?
Changing its colour
Making it move or change appearance over time
Adding a sound effect
Changing the backdrop
Which block would you use to move a sprite 10 steps forward?
Move 10 steps
Go to [x: y:]
Turn 15 degrees
Glide 1 second to [x: y:]
How can you change the costume of a sprite in Scratch?
By using the “switch costume to [costume]” block
By changing the backdrop
By adding a sound effect
By using the “repeat” block
Which block would you use to wait for 2 seconds before the next action?
Wait 2 seconds
Repeat 2
Forever
Play sound [sound] until done
What is the best way to make a sprite bounce off the edge of the stage?
Use the “if on edge, bounce” block
Change the backdrop
Add a sound effect
Use the “repeat” block
Which block can be used to detect if two sprites are touching?
Touching [sprite]?
Move 10 steps
Wait 1 second
Switch costume to [costume]
What is the main benefit of using costumes in sprite design?
To make the sprite look different at different times
To add sound effects
To change the backdrop
To control the flow of the programme
Which block would you use to change the colour effect of a sprite?
Change colour effect by [n]
Play sound [sound]
Wait [n] seconds
Go to [x: y:]
If you want a sprite to say “Hello!” for 3 seconds, which block should you use?
Say [Hello!] for 3 seconds
Play sound [Hello!]
Wait 3 seconds
Switch costume to [Hello!]
