WorksheetsExploring Scratch Basics
Total questions: 19
Worksheet time: 10mins
What is the default file extension for Scratch projects?
.scl
.sb2
.proj
.scr
What area in Scratch is used to create scripts?
Scripts area
Sounds area
Costumes area
Backdrops area
Which blocks in Scratch are used to control sprite movement?
Sound blocks
Motion blocks
Looks blocks
Events blocks
What is a sprite in Scratch?
A sprite in Scratch is a character or object that can be programmed to perform actions.
A sprite is a type of background in Scratch.
A sprite is a sound effect used in Scratch.
A sprite is a programming language used in Scratch.
What does the 'move' block do in Scratch?
The 'move' block changes the sprite's color.
The 'move' block plays a sound when activated.
The 'move' block moves a sprite a specified number of steps.
The 'move' block makes the sprite disappear.
How do you add a new sprite to your Scratch project?
Select the 'Delete Sprite' option to add a new one.
Right-click on the stage and choose 'Add Sprite' from the menu.
Drag and drop a sprite from your desktop into the project.
Click the 'Choose a Sprite' button and select or create a sprite.
What is the purpose of the stage in Scratch?
The stage is where sprites are created and edited.
The stage is used to store all the scripts for the project.
The stage is the actual area to draw or perform the action
The stage is a tool for debugging code in Scratch.
Can you use sound blocks in Scratch?
No, sound blocks are not available in Scratch.
Yes, you can use sound blocks in Scratch.
Sound blocks can only be used in Scratch 3.0.
You can only use visual blocks in Scratch.
What is the function of the 'when green flag clicked' block?
It executes a script when the green flag is clicked.
It changes the color of the green flag.
It saves the current project state when clicked.
It stops a script when the green flag is clicked.
What type of block is used to change a sprite's costume?
set costume to [costume name]
change costume to [costume name]
switch costume to [costume name]
update costume to [costume name]
What is the 'backdrop' in Scratch?
A backdrop is a type of sprite in Scratch.
A backdrop is a sound effect in Scratch.
A backdrop is a visual background in Scratch.
A backdrop is a coding block in Scratch.
Where do you write scripts in Scratch?
In the settings menu of Scratch.
In the project library of Scratch.
In the scripting area of Scratch.
In the help section of Scratch.
What is the function of the 'move' block?
To play a sound effect when clicked.
To control movement of a character or object.
To increase the speed of a character.
To change the color of an object.
Which area in Scratch is used to write scripts for your sprites?
Scripts Area
Costumes Area
Sounds Area
Backdrops Area
Which block is used to make a sprite move?
move block
jump block
stop block
rotate block
What type of programming does Scratch use?
Markup programming language
Scripting programming language
Text-based programming language
Visual programming language
Which block is used for starting an algorithm?
What does this block tell?
Turn left 90 degrees
Move 90 steps
Repeat 90 times
Turn right 90 degrees
What dose this red shape do in Scratch?
Start program
Stop program
Delay program
