WorksheetsScratch revision
Total questions: 44
Worksheet time: 29mins
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
Which sprite has the most available costume options?
A blocks that hold value and can be changed
Operational Blocks
Event Blocks
Sensing Blocks
Variable Blocks
Which command let the sprites walk?
Walk
Run
Move
Go
A costume is...
a code block
a motion
a sound
a different way a sprite looks
Scratch is...
a programming language
a gaming application
video editing software
sound editing software
These blocks are different examples of what?
motion
events
controls
sound
A completed program in scratch is called
Scratch
Volume
Project
Document
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.
To add a new sprite to your code, you click on:
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
To make character pause or slow in scratch, control that is added to script is
Forever
Repeat
Wait
Next costume
Sensing blocks are used to tell the sprite what to do when touching something on the stage.
True
False
A block that sends messages from one sprite to another
When the green flag is clicked
Broadcast block
Forever Loop
If/Then Block
What does this block do?
Repeat the code forever
Repeat the code 2 times
Repeat the code until touching the sprite
What does this code block do?
Go Up
Go Down
Go Left
Go Right
A script is made up of blocks with instructions that tells the sprite what to do.
True
False
Which of the following statements best describes the term 'programming'?
A set of instructions
A group of words
Building blocks
Entertainment on the TV
In the programming language Scratch, what is the purpose of the "script"?
It is a character in a game or program.
It is the background in a game or program.
It is the instructions for the program.
It is used to keep the score or add a timer.
Where do you find the images of backdrops to insert in scratch?
Script
Backdrop
Costume
Gallery
Which block allow movement/motion in Scratch?
What will happen when the green flag is clicked?
Make the character spin
Add a sprite
Make the ball bounce
Which categories does this command blocks belong to?
Motion
Events
Looks
Control
Which block of code is used to make the character change costume?
Control
Looks
Motion
Sensing
What is another name for your background in Scratch?
Back
Background 1
Sprite
Backdrop
Which command use to let the sprite walk?
Go
Walk
Run
Move
You can paint a new costume for a sprite in scratch?
Yes
No
In scratch, these characters are called?
Backdrop
Block
Stage
Sprite
Scratch is a Programming Language.
True
False
If Josh is 11 years old, what will this program print out?
It won't print out anything
You are old enough for Year 8
You are still in year 7
It will print out his age
Which Scratch block would be used for Selection?
Will the sprite move from it's position after this code?
Yes
No
Which block allows you to make decisions (choices)?
What type of coding is Scratch?
Textual
Non-Textual
The blocks don't need to be joined, as long as they are on the script area, they will run.
True
False
What color blocks allow the code to start running?
Green
Red
Blue
Yellow
What color blocks allow movement/motion in Scratch?
Blue
Yellow
Red
Green
In the programming language Scratch, what is the purpose of the "sprite"?
It is a character in a game or program.
It is the background in a game or program.
It is the instructions for the program.
It is used to keep the score or add a timer.
Which programming language is easier?
Block based
Text based
