WorksheetsScratch 3.0
Total questions: 9
Worksheet time: 75secs
How many command tabs are there in scratch 3.0
5
9
7
8
What is the first variable named when you open scratch 3.0
My variable
Score
Variable 1
Scratch variable
To make an object turn, the turn 15 degrees command is in the Motion section, So in which section the forever loop command to make the sprite to turn forever?
Control
Events
Motions
looks
Which is the first command block in the sounds section?
Start sound Pop
Stop all sounds
Play sound Pop until done
Clear sound effect
Change Pitch by by 10
Which is the default sprite in scratch
Cat
Balerina
Bear
Pico
Does the X axis is the one that moves from ______________
Side to side
To the center
Up and down
Diagonally
How do you make a walking animation using the cat sprite
Inside a forever loop block add a next costume black and a wait 1 second block
Inside a forever loop block, place the following block in this order:
.Switch costume to costume 1
. Wait 1 second
. Switch costume to costume 2
Inside a forever loop block add a next costume block.
Inside a forever loop block, place the following block in this order:
.Switch costume to costume 1
. Switch costume to costume 2
When you start a new scratch project, the default cat sprite will be at coordinates
X: 100
Y: 100
X:0
Y:0
X: -100
Y: -50
X: 25
Y: 50
At default, the turn _______ degrees block has __ numbers at default
15
30
90
60
