WorksheetsScratch
Total questions: 10
Worksheet time: 5mins
The blocks that control sprites are called
lines
actions
scripts
instructions
Performing an action depending on IF a criteria is met is called a
sequence
statement
loop
condition
The green blocks that allow comparisons such as >, <, =, >=, <= are called..?
logics
expressions
events
operators
What will this script do?
Move sprite to a position when flag click
Move sprite to a position
Did not move
None of the above
You can keep score in scratch by creating
run
sequence
loop
variable
How many times this condition will check
only once
twice
continuous
forever
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?
It will move 10 step upwards
10 letter X will appear
It will move 10 steps to the left
It will grow by 10 percent
What two things do all scratch programs have
All scratch programs need scripts as well as sprites
All scratch programs contain scripts and sprites
All scratch programs have images called sprites as well as scripts
All scratch programs need scripts as well as background
Which of the following will print square on screen
