Font size
WorksheetsScratch
Total questions: 22
Worksheet time: 22mins
Scratch is a programming app which uses pre-coded blocks.
True
False
When creating in scratch blocks are taken from the __________.(#1)
Preview
Workspace
File
Scratch Library
The area where the blocks are dragged to and connected to form the program is the _______________.(#2)
Scratch Library
Preview
Files
Workspace
Once the program is complete, you can see if it runs correctly here. (#3)
Preview
Files
Workspace
Scratch library
Where do you go to get/add a sprite?
Image #1
Image #2
Image #3
Image #4
Where do you go to add a backdrop?
Image #1
Image #2
Image #3
Image #4
There can be multiple sprites in a program. Where can you see which sprite you're currently programming?
Image #1
Image #2
Image #3
Image #4
Changing the look of a sprite is done with ____________.
Looks/Variables
Looks/Events
Looks/Control
Looks/Costumes
Which sprite has the most available costume options?
Which sprite has the fewest available costumes?
When selecting a sprite, you can hold the cursor over the sprite. If it stays the same it has only one 'costume' - if it changes it has more than one.
True
False
Which would reduce the number of blocks in this program to draw a square?
Repeat 2 block containing the 100 steps and 90 degree turn
Forever block around the first 100 steps and 90 degree turn
Forever block surrounding all of the blue blocks
Repeat 4 block containing the 100 steps and 90 degree turn
Which option in the costume file would cause this sprite to face left instead of right?
Flip horizontal
Flip vertical
Forward/Backward
Front/Back
When conversation is a part of the program, everyone should not speak at once. Which will allow the sprites to speak individually rather than all of their lines showing up at the same time?
A chase game requires at least two sprites.
True
False
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?
Many blocks allow you to set a variable inside. These variables allow you to pick certain aspects of what the block uses to function. What allows this to happen within the block?
Drop down arrow
Shape of the block
Color of the block
White circle
How do you remove a block from the workspace?
Drag it to the right of the workspace
Drag it to the file section
Drag it down
Double click the block you want to move
Scratch requires practice in order to learn.
True
False
