NEW
Font size
WorksheetsC3.2 - Exploring Scratch
Total questions: 20
Worksheet time: 11mins
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.
What is the value stored in totalMarbles?
25
325
425
This shows the script for a character in a game.
What happens to the score when the character touches the edge?
Score will remain the same
Score will increase by 1
Score will decrease by 1
Score will increase by 2
What happens to sprite?
Goes Up
Goes Down
Goes Right
Goes Left
When green flag is clicked, what happens?
Sprite hides
Sprite changes costume
Sprite changes costume and moves
Sprite moves
What type of loop does this code use?
If ___ then
else
If ___ then
Repeat
Forever
Pause the program for a set amount of time
Wait
Stage
Sprite
Costume
If
You can keep score in Scratch by creating a...
Sprite
Variable
Loop
Function
What it this code an example of?
Iteration
Selection
Sequence
Repetition
What is a variable?
Block of code
Container for a value
Sprite costume
Sound
What would the Sprite say if the Test is set to 10?
My name is Bob
I like Chocolate
Hello
I do not know
Which group of blocks include the When Flag Clicked command?
Motion
Looks
Sound
Control
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
What group of blocks controls movement of the Sprite?
Control
Sensing
Motion
Look
Which word below describes the use of a repetition block?
Order
Steps
Loop
Decision
What is a character in Scratch called?
Bat
Cat
Sprite
Crab
What programming concept means following steps in order?
Iteration
Sequence
Selection
