NEW
Font size
WorksheetsScratch programming quiz
Total questions: 20
Worksheet time: 22mins
Where do you find the images of backdrops to insert in scratch?
Script
Backdrop
Costume
Gallery
Will the sprite move from it's position after this code?
Yes
No
You can paint a new costume for a sprite in scratch?
True
False
What will happen when the green flag is clicked?
Make the character spin
Add a sprite
Start the game
Make the ball bounce
Which command use to let the sprite walk?
Go
Walk
Run
Move
What is another name for your background in Scratch?
Back
Background 1
Sprite
Backdrop
Which categories does this command blocks belong to?
Motion
Events
Looks
Control
Which categories does this command blocks belong to?
Sensing
Sound
Motion
Control
Which categories does this command blocks belong to?
Looks
Sensing
Sound
Motion
Which of the following statements best describes the term 'programming'?
A set of instructions
A group of words
Building blocks
Entertainment on the TV
Which of the following statements best describes the term 'code'?
A secret message, eg Caesar Cipher.
A standard of dress, eg dress code.
The instructions that are written in a programming language, eg Scratch.
The instructions that are written in a code, eg a secret message.
In the programming language Scratch, what is the purpose of the "sprite"?
It is a character in a game or program.
It is the background in a game or program.
It is the instructions for the program.
It is used to keep the score or add a timer.
What is a "variable"?
A named value in a program that always stays the same, eg the value for pi.
A character in a game, eg Scratch the cat.
A background in a game, eg a range of mountains.
A named value that can change throughout the program, eg a timer or a score.
Which of the following symbols means "subtraction"?
*
/
=
-
What is the purpose of "motion" in the programming language Scratch?
To control the sprite, eg initialise a position on the stage.
To make the sprite interact with other sprites, colours or the edge of the stage.
To make the sprite move, eg 10 steps.
To make the sprite play a sound, eg meow.
What is the purpose of "sound" in the programming language Scratch?
To control the sprite, eg initialise a position on the stage.
To make the sprite interact with other sprites, colours or the edge of the stage.
To make the sprite move, eg 10 steps.
To make the sprite play a sound, eg meow.
Which block of code is used to make the character change costume?
Control
Looks
Motion
Sensing
What is being created in the Scratch code shown here?
A loop
A function
A costume
An IF statement
Leo is writing a "Digital Pet" program in Scratch. What is Leo using here to store how thirsty his pet is?
A costume
A sprite
A function
A variable
What programming concept is being shown here?
SEQUENCING
SELECTION
ITERATION
