NEW
Font size
WorksheetsQuiz 3 - Scratch
Total questions: 25
Worksheet time: 25mins
Go Up
Go Down
Go Left
Go Right
Add a "Forever" Block around the Sound Block
Add a "Repeat _" Block around the Sound Block
Change the Seconds to 5
Change the Costume of the Cat
Change the Event Block
Add a "Change Costume" Block
Add a "Forever" Block
Add a "Wait 1 Sec" Block
The cat in Scratch is an example of a..?
Avatar
Sprite
Character
Template
In Scratch which blocks are yellow?
Motion
Sensing
Control
Variables
In Scratch which blocks are blue?
Control
Sound
Looks
Motion
In Scratch which blocks are purple?
Sensing
Motion
Looks
Variables
Where do you find the images of characters to insert in Scratch?
Costumes
Gallery
Backdrop
Script
A costume is
A code block
A different way a sprite looks
A motion
A sound
You can paint a new costume for a sprite in Scratch?
True
False
Which command let the sprites walk ?
walk
move
run
go
Which group of blocks include the "When Flag Clicked" command?
Motion
Events
Looks
Control
The above script is added to a sprite. According to the script what do you expect to happen?
If “y position” of the sprite is less than -175 it goes to first a random position then glides to the top of the stage
If “y position” of the sprite is greater than -175 it goes to a random position on the stage
If “y position” of the sprite is less than -175 it goes to intersection of a random position on the “X axis” and top of the stage
The following script is added to a sprite. What does the script do?
It repeats set of instructions placed in “repeat until” until “mynumber” value is equal to “answer”.
It changes the value my “answer” until it is equal to “mynumber”.
It changes the value my “mynumber” until it is equal to “answer”.
What does the Red Flag do on Scratch?
Nothing
Start
Stops the game
Finish
Can we give the sprite a specific location to start from ?
Yes
No
To move a sprite sideways you...
Change the x value
Change the y value
What is a loop?
Starting the program
Allows something to be repeated
Ending the program
Programs running
What would happen to a sprite if we ran this command?
Go Up
Go Left
Go Down
Go Right
Jake wants his Scratch cat to move across the screen when the green flag is clicked. Which block should he use first?
"When I receive [message1]"
"When green flag clicked"
"Forever"
"When backdrop switches to [backdrop1]"
Carlos wants his game to score points every time the ball touches the paddle. What kind of block should he use?
Motion
Looks
Sensing
Sound
In Mark's game, the cat should say “Game Over!” when the score reaches 100. Which block helps check the score?
Wait until ( )
If then
Repeat until ( )
Forever
The "Broadcast" block is used to send messages between sprites.
True
False
In Scratch, the "Glide" block allows smooth movement from one position to another.
True
False
Jenny added a "Forever" loop but her sprite won’t stop moving. What should she add to stop it when the game is over?
Wait (1) seconds
Stop all
Hide
Change x by (10)
