NEW
Font size
WorksheetsGrade 5 SCRATCH 1
Total questions: 21
Worksheet time: 42mins
Which animals does the Scratch logo contain?
Koala
Cat
Lion
Dog
What does the ( Green Flag ) mean in Scratch?
Nothing
STOP
Start
Finish
What red octagon shape mean in Scratch?
Nothing
STOP
Start
Finish
What is a character or object is called in Scratch?
Spirit
Sprint
Sprite
Split
What do you call the list of commands in Scratch?
Sprite
Script
Scratch
Help
What is the name of the space where sprites move?
Background
Backdrop
Stage
Sprite space
A computer program is a set of instructions used to ______________ the computer.
control
obey
stand
The process of creating images and making them move.
Animation
Annotation
movement
choose the pen block
What is the output of program?
WHAT IS THE OUTPUT OF THE PROGRAM?
Look at the code below. What is the variable name?
set
score
clicked
To add a new sprite to your code, you click on:
Name the programming language you are studying
What does this programming construct do?
Repeats code forever
Repeats code until a condition is met
Run code when a condition is met
What happens to a sprite's script if this sprite was deleted?
The script will be saved if you decided to use this sprite later
You can't delete a sprite before deleting the script written in it.
The script will be deleted with the sprite
These blocks are different examples of what?
motion
events
controls
sound
What will the cat say when this script is run?
Have a nice day. (only)
Here's some fruit. (only)
Here's some fruit. Have a nice day.
You can't have any. Have a nice day.
What is the variable in this code?
keep score
random position
edge
When is this used?
With the point in direction block.
With the move block.
When I want the game to end.
When I want to change costume
