NEW
Font size
WorksheetsScratch
Total questions: 26
Worksheet time: 13mins
The blocks that control a sprite are called
instructions
lines
scripts
actions
How do you create a loop in scratch?
use a repeat block
snap a block
use a variable
use a condition block
You can keep score in Scratch by creating a
sprite
variable
loop
function
Repeating a statement more than once is called a
event
loop
sequence
repetition
Which of these would move the sprite down on the stage?
change x by 10
change x by -10
change y by 10
change y by -10
. What will happen to the sprite when we click on it?
10 letter Xs will appear
It will move 10 step upwards
It will move 10 steps to the left
It will grow by 10 percent
.................. is a factor that can change.
sprite
variable
loop
function
You will use a score ..................... to track the points earned by the player
sprite
variable
loop
function
At the start of the game the score will be .......
0
1
Each time the player touches a target the score will increase
True
False
A .................... writes computer programs
variable
programmer
sprite
block
A character in Scratch is called a...........................
variable
programmer
sprite
block
is a stack of commands that do a task.
variable
programmer
script
block
A command in Scratch is a
sprite
Script
block
loop
Pick the correct action that will happen.
a. run a script when the Go button is clicked.
b. move a sprite when the Go button is clicked.
stop a script when the Go button is clicked.
Pick the correct action that will happen.
move a sprite 10 steps
spin a sprite 10 times
repeat an action 10 times
Pick the correct action that will happen.
change the costume of the sprite.
show the words next costume in a speech bubble.
play the sound next costume
Pick the correct action that will happen.
broadcast a script to run if a message is received
run a script only if a condition is true
create a variable to keep score
You want a sprite to face left.
90
-90
100
0
You want a sprite to do an action if the mouse pointer contacts it.
Increase the score in a game
Choose the the correct blocks in order.
Choose the the correct blocks in order.
Choose the the correct blocks in order.
Choose the the correct blocks in order.
The target will be hidden until the game play begins. Which block do you need to use?
