No student devices needed. Know more
30 questions
What type of language is Scratch?
Procedural
Iterative
Block
Functional
What programming concept means following steps in order?
Iteration
Sequence
Selection
Which word below describes iteration?
Order
Steps
Loop
Decision
Which of the words below describe selection?
Order
Steps
Loop
Decision
What is a character in Scratch called?
Bat
Cat
Sprite
Crab
What is the default Sprite when you open Scratch?
Cat
Dog
Bat
Crab
Which group of blocks include the When Flag Clicked command?
Motion
Looks
Sound
Control
What would the Sprite say if the Test is set to 10?
My name is Bob
I like Chocolate
Hello
I do not know
What group of blocks controls movement of the Sprite?
Control
Sensing
Motion
Look
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
What is a variable?
Block of code
Container for storing a value
Sprite costume
Sound
Which direction would point a Sprite up?
0
90
-90
180
Which code block is an example of iteration in Scratch?
If ..... else
Change size by 10
Forever
Move 10 steps
Which code block is an example of selection in Scratch?
If .... else
Change size by 10
Forever
Move 10 steps
What is this code an example of?
Iteration
Selection
Sequence
Repetition
What is this code an example of?
Selection
Sequence
Iteration
Variable
What is this code an example of?
Selection
Iteration
Sequence
Repetition
What does this block of code do?
Makes the screen turn green.
Picks a random letter
Picks a random number between 1 and 10.
Picks a random number between 1 and 100.
What does this block do?
Displays the text "What's your name?" and waits for a response.
Displays the text "What's your name?" for 2 seconds.
Displays the text "What's your name and wait".
Displays the text 'How old are you?' and waits for a response.
In this block of code, what will be the value of the answer variable.
40
10
30
5
In this block of code, what will be the value of the answer variable.
45
10
50
60
In this block of code, what will be the value of the num1 variable.
20
200
2000
2
In this block of code, what is the value stored in each of the variables?
name = George
age = 12
school = MCA
name = MCA
school = 12
age = George
name = 12
age = MCA
school = George
name = David
age = 23
school = St Mathews
What are the three main programming constructs?
Motion, Events and Control
Sequence, Selection and Iteration
Variables, Data and Operators
Scratch, Python and HTML
What shape will this block of code make?
Square
Pentagon
Triangle
Hexagon
What shape will this block of code make?
Pentagon
Square
Hexagon
Octagon
What is this code an example of?
Sequence, selection and iteration
Selection only
Iteration only
Sequence only
A set of blocks that does something in Scratch is called...
a sprite
stage
a script
a backdrop
Which of the following blocks of code in Scratch allow you to add selection?
repeat block
forever block
repeat until block
if then block
What would be the output if you type in 'Manchester' as the answer?
"... is the correct answer"
"The correct answer was London"
Explore all questions with a free account