WorksheetsScratch Basics
Total questions: 15
Worksheet time: 8mins
What will happen when you run this code? (Check all that apply.)
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
If you needed some code that would change the background, make a sprite say something, or change the costume for a sprite, you would look under which section?
Events
Looks
Motion
Control
What would you see happen when you click the green flag for this series of code?
Nothing
The sprite would hop around the screen quickly a bunch before ending at the same place
The sprite would just be moving all over the place until you click stop
The sprite would slowly move around the screen
What do we call the area where you can see your program running?
The Stage
The Platform
The Box
The Script
If you needed a block of code to move, rotate, or set the position of your sprite you should look under which section?
Events
Looks
Motion
Control
What would this block of code do?
The sprite would appear when you click on the flag
Nothing will happen
The sprite will appear for two seconds and then disappear again when you click the green flag
The sprite will disappear when you click the green flag
What would the code shown here do?
When the flag is clicked the sprite will appear for two seconds and then disappear
When the flag is clicked the sprite will hide
When the flag is clicked the sprite will appear and wait
The sprite will not show up when the flag is clicked
What does this button do in Scratch?
Inserts a cat
Open the Sprite library
Inserts a picture
Changes the scene
What would the code shown here do?
The sprite will bounce all over the place
When the green flag is clicked the sprite will move to the right until it goes off the screen
When the Green flag is clicked the sprite will move to the right, bounce off the wall and move to the left
When you click on the sprite it will move to the edge until it bounces off the edge
What will happen when you run this code?
Bounce everywhere
Add background music
Change scene
Play a beat
Say something
How do you create a loop in scratch?
Use a repeat block
Use a variable
Snap a block
Use a condition block
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 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
If your sprite is at the coordinate 0,0 where on the screen is it?
Middle/Center
Bottom Left Corner
Top Left Corner
Top Right Corner
