WorksheetsScratch Revision Quiz
Total questions: 54
Worksheet time: 31mins
What is a selection in Scratch??*
When we make characters
When we make programming
When we make movement
When we make decisions
What is a variable in Scratch??*
A sound block
A movement block
A sensing block
A container to store information
What programming concept means following steps in order?
Iteration
Sequence
Selection
What is this code doing?*
When the up key is pressed, glide to a random position
When the space is isn't pressed, glide to a random position
When the space key is pressed, glide to a random position
When the space key is held, go to a random position
What is a character in Scratch called?
Bat
Cat
Sprite
Crab
What part of this code is causing it to loop?*
Glide
If
When Green Flag clicked
Forever
Which part of this code is allowing SELECTION?*
IF
GLIDE
WHEN GREEN FLAG CLICKED
FOREVER
Which word below describes the use of a repetition block?
Order
Steps
Loop
Decision
Which part of this code is a variable?*
When Green Flag Clicked
New Position
Move 10 steps
Forever
What number might be inside the variable?*
1
3
2
Any value, doesn't even have to be a number, a variable is simply a container.
What group of blocks controls movement of the Sprite?
Control
Sensing
Motion
Look
What block is used to achieve SELECTION in Scratch?*
SELECTION STATEMENTS
OUTPUT STATEMENTS
IF STATEMENTS
VARIABLE STATEMENTS
Displays the location of your X and Y positions.
stage
coordinates
volume
Which one of these is an example of a real world INPUT device?*
Printer
Game Controller
Phone keyboard
TV Screen
Which one of these is an example of a real world INPUT device?*
Phone keyboard
TV Screen
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
Which one of these is an example of a real world OUTPUT device?*
TV Screen
Phone keyboard
How many times is this code making an OUTPUT?*
8
4
6
5
How many times is this code getting an INPUT?*
6
8
4
2
Which of the following will allow the movements to occur continuously to various positions?
What is this called?*
Code Graph
Code Chart
Program Diagram
Flow Chart
What does this block do?
It writes notes for you
It plays a musical note
It beats the drum
What is this asking for?*
Input of the persons name, then storing it in a variable, then outputting a message
Input of the persons age, then storing it in an output, then outputting a message
Outputting of the persons age, then storing it in a variable, then outputting a message
Input of the persons age, then storing it in a variable, then outputting a message
What does this block do?
Repeat the code forever
Repeat the code 2 times
Repeat the code until touching the sprite
What stage of a game's development would use this sort of diagram?*
Planning
Testing
All of the other options
Programming
Which block of code here is modifying a sound effect?*
Forever
Play sound meow
Change pitch effect by
key down arrow pressed
What does this code block do?
Go Up
Go Down
Go Left
Go Right
What will happen when the user clicks the down arrow?*
Make the pitch stay the same and play a meow until done
Make the pitch higher and play meow until done
Make the pitch lower and play a meow until done
Make the sound play in reverse and play a meow until done
How many selection blocks are in this code?*
(a)
What is the purpose of a variable in programming?*
To store information
To change the background
To create sound effects
To move characters
What name is given to a set of instructions for carrying out a task?
Logarithm
Algorithm
Algorism
Polyrythm
What type of block is this?
Iteration
Sequence
Selection
Variable
What type of block is this?
Iteration
Selection
Variable
Sequence
What type of block is this?
Iteration
Variable
Sequence
Selection
A set of three blocks placed in order is known as what?
Iteration
Sequence
Selection
Variable
If I want to move my goody to the right, which set of blocks would I need?
Which set of blocks allow a character to move to the next level?
Which set of blocks would I use if I wanted my character to get an extra life it touched a bowl of cheesy puffs?
I want to make Dinsdale the Dinosaur move around without disappearing off the screen . What set of blocks should I use?
I want my bowl of cheesy puffs to appear at random points around the screen. Which set of blocks would I use?
I want to animate Barry the Butterfly which blocks should I use?
If I wanted to start a character at a particular place on the screen, which block would I use?
Which block is a variable?
If Touching Colour
Change level by 1
Forever
Go to x: -212 y: -156
Which block is iteration?
Forever
if Touching Colour
Change level by 1
Go to x: -212 y: -156
Which block is selection?
If touching colour
go to x: -212 y: -156
Forever
Change level by 1
