NEW
Font size
WorksheetsScratch Coding Skills Check
Total questions: 20
Worksheet time: 3600secs
Which block in Scratch is used to make a sprite move 10 steps forward?
"say Hello for 2 seconds"
"move 10 steps"
"turn 15 degrees"
"wait 1 second"
How do you add a new sprite to your Scratch project?
Click the green flag
Click the "Choose a Sprite" button
Press the space bar
Click the "Add Sound" button
Which block would you use to repeat a set of instructions 10 times?
"if then"
"repeat 10"
"forever"
"wait 10 seconds"
What is the purpose of the "when green flag clicked" block in Scratch?
To stop the project
To start the project
To add a new sprite
To change the backdrop
Which block would you use to play a sound when a sprite is clicked?
"when sprite clicked"
"play sound [pop] until done"
"repeat until"
"set volume to 100%"
How can you change the backdrop in your Scratch project?
Use the "switch backdrop to" block
Use the "move 10 steps" block
Use the "say Hello" block
Use the "repeat" block
Which block is used to check if a sprite is touching the edge of the stage?
"if touching [edge]?"
"wait 1 second"
"set x to 0"
"change colour effect by 25"
What does the "forever" loop do in Scratch?
Repeats instructions a set number of times
Repeats instructions until a condition is true
Repeats instructions forever until the project stops
Runs instructions only once
Which block would you use to make a sprite say something on the screen?
"say [Hello] for 2 seconds"
"move 10 steps"
"play sound [meow]"
"switch backdrop to [city]"
How do you add a sound effect to your Scratch project?
Click the "Choose a Sound" button
Click the "Choose a Sprite" button
Click the "Add Backdrop" button
Click the "Add Variable" button
Which block is used to check if a condition is true in Scratch?
"repeat"
"if then"
"move 10 steps"
"play sound [pop]"
What should you do if your Scratch project is not working as expected?
Ignore the problem
Debug the project by checking each block
Delete the project
Add more sprites
Which block would you use to make a sprite turn left by 15 degrees?
"turn right 15 degrees"
"turn left 15 degrees"
"move 15 steps"
"go to x:0 y:0"
How can you make a sprite repeat an action until it touches another sprite?
Use the "repeat until" block with a touching condition
Use the "forever" block
Use the "wait 1 second" block
Use the "say Hello" block
Which block would you use to change the sprite’s costume?
"switch costume to [costume2]"
"move 10 steps"
"play sound [meow]"
"wait 1 second"
What does the "wait 1 second" block do?
Makes the sprite disappear
Pauses the script for 1 second
Changes the backdrop
Plays a sound
Which block would you use to check if the space key is pressed?
"if key [space] pressed then"
"move 10 steps"
"switch backdrop to [space]"
"repeat 10"
If your sprite is not moving when you press the green flag, what is the first thing you should check?
If the sprite is visible
If the script starts with "when green flag clicked"
If the backdrop is correct
If the sound is playing
Which block would you use to make a sprite bounce when it touches the edge?
"if on edge, bounce"
"repeat until"
"play sound [pop]"
"switch costume to [bounce]"
What is the main purpose of using conditional statements in Scratch?
To repeat actions forever
To make decisions based on certain conditions
To add new sprites
To change the backdrop
