WorksheetsL9 3-5 Scratch Variables
Total questions: 10
Worksheet time: 5mins
Which of the following blocks includes an example of a variable?
think "Hmm..." for 2 seconds
When [Green Flag] clicked
Set Points to 10
play sound 'Meow' until done
What will be the value of Points variable when the sprite touches green colour?
3
0
1
2
When the value of Score is equal to 3 what does the sprite say?
4
Score
"Nearly there..."
"High Score"
Sam wants to increase the value of variable by 2 points. Which is the block code used?
Make my variable to 2
Change my variable to 2
Set my variable to 2
A variable like this one, can only hold one value at a time
True
False
Variables can be used for: (mark all options which are correct)
Keeping score
Counting
Controlling the flow of the program
Starting a program
What does this block mean? (mark all correct options)
number of days = 5
increase number of days by 5
make the variable 'number of of days' hold a value of 5
Add 5 to whatever value number of days was holding before.
What does this block mean? (multiple correct answers )
number of days = 12
increase number of days by 12
make the variable 'number of days' hold a value of 12
Add 12 to whatever value number of days was holding before.
If this script is given to a sprite, what will the sprite say?
3
9
2
8
What will the value of lives be when the code is finished?
27
1
2
costume2
