Worksheetsgrade 6/22-oct
Total questions: 21
Worksheet time: 24mins
Circle the correct name given to characters in Scratch:
Sprites
Cartoons
Actors
Doodle
Which line is the X axis?
A
B
Which symbol represents less than?
>
<
=
+
The cat sprite is told to go to x: -100 y: -100. Which letter represents its new location?
A
B
C
D
The cat sprite is told to go to x: -100 y: 100. Which letter represents its new location?
A
B
C
D
The cat sprite is told to go to x: 100 y: -100. Which letter represents its new location?
A
B
C
D
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 the value of lives be when the code is finished?
27
1
2
costume2
What will this scratch program say?
Hello! Welcome to my game.
Keep Going!
GAME OVER!
Hello! Welcome to my game.
Keep Going!
Hello! Welcome to my game.
Keep Going!
What is the meaning of this instruction in Scratch?
It sets the value of sides to 4. sides is a variable.
It splits the class into 4 teams of football.
What happens when the green flag is clicked is Scratch program?
The program stops
the program starts
the program Freeze
the program is deleted
A variable like this one, can only hold one value at a time
True
False
A Variable can hold a value that can be:
Names.
Numbers
a name.
a number
If this script is given to a sprite, what will the sprite say?
5
6
30
11
A variable like this one, can only hold one value at a time
True
False
By Default, there are _______ blocks under Variables
3
4
5
6
What does this block mean?
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.
