NEW
Font size
WorksheetsScratch
Total questions: 60
Worksheet time: 34mins
To send a message between sprites or from the sprite to the stage, you need to
Sequence
Send
Transmit
Broadcast
You can keep score in Scratch by creating a...
Sprite
Variable
Loop
Function
To change the appearance of a sprite we can give it a different...
Costume
Look
Style
Stage
Repeating a statement more than once is called a...
Repetition
Loop
Sequence
Event
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
Finding and fixing problems in code...
Fixing
Debugging
Correcting
Deissuing
A blocks that hold value and can be changed...
Operational blocks
Event blocks
Sensing blocks
Variable blocks
Sensing blocks are used to tell the sprite what to do when touching something on the stage.
True
False
A block that programs a sprite to hide or show; also used to change a sprite's costume is called what?
Looks
Event
Motion
Control
A block used to trigger an action only if another action happens first; cause and effect..
If then block
Animation
Sensing block
Event
A block that starts the action; also called a "hat" block or "starter" block; usually a click or press of a button is called what?
Event
Control
Variable
Sound
Which sprite has the most available costume options?
In scratch, this is the place where we see all the possible commands for our project. Includes movement, control, events and other options.
Stage
Sprites
Blocks
Scripts
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
Variables are used to hold data that cannot change.
True
False
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
What does this section called?
Stage
Sprite
Script
Costumes
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
A completed program in scratch.
Scratch
volume
project
Displays the location of your X and Y positions.
stage
coordinates
volume
Blocks that allows you to repeat scripts multiple times.
repeating blocks
script
volume
Can we add sound to our scratch project ?
Yes
No
Changes the backgrounds of the Stage.
Script
Backdrop
Blocks Pallette
Sprites List
What is the variable in this script?
Looks
Timer
Score
Lives
TO START THE ALGORITHM WE USE ......
What is the backdrop area called in Scratch?
Ground
Paint
Area
Stage
To add more sprite (character) which button should you click?
Displays the location of your X and Y positions.
stage
coordinates
volume
