WorksheetsScratch Revision
Total questions: 54
Worksheet time: 33mins
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?
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
" if on edge, bounce " mean ... ?
Jump
Go back
Continue
STOP
To add a new sprite to your code, you click on:
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
Programming language based on graphical code blocks
scratch
sprite
background
Blocks that allows you to repeat scripts multiple times.
repeating blocks
script
volume
What is a loop?
Starting the program
Ending the program
Allows something to be repeated
The "forever" block is found in which of the following block types?
sound
data
control
what is the color of the control blockes ?
blue
green
light yellow
i don`t know !
what are the two axis in scratch
x and y
n and t
j and w
k and somethig
what will the sprite do ?
does it move ?
walk
move
when the green flag is clicked the sprite will move ten steps forword
Which group of blocks include the When Flag Clicked command?
Motion
Looks
Sound
Control
What it this code an example of?
Iteration
Selection
Sequence
Repetition
What is the output of the program?
What is the output of the program?
What is the output of program?
What is the output of the program?
WHAT IS THE OUTPUT OF THE PROGRAM?
WHAT IS THE OUTPUT OF THE PROGRAM?
TO START THE ALGORITHM WE USE ......
TO DRAW IN SCRATCH WE USE:
WHAT IS THE RESULT OF THE PROGRAM
WHICH ONE OF THE FOLLOWING BLOCKS IS NOT A REPETITION LOOP.
There are multiple ways to make the 'chaser' move. Which of the following will move the chaser where you want to move it?
The sprite being chased is different. The player should not know where that sprite is going. Which block will help the sprite being chased to move around without you knowing where or when?
Which of the following will allow the movements to occur continuously to various positions?
When playing the game, scores need to be reset periodically. Which will reset the score when you restart the game?
