Font size
WorksheetsScratch Programming Quiz
Total questions: 20
Worksheet time: 10mins
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 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 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 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 block is used to achieve SELECTION in Scratch?*
SELECTION STATEMENTS
OUTPUT STATEMENTS
IF STATEMENTS
VARIABLE STATEMENTS
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
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
What is this called?*
Code Graph
Code Chart
Program Diagram
Flow Chart
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 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 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
