NEW
Font size
WorksheetsScratch Level 2 Assessment
Total questions: 25
Worksheet time: 12mins
What is the main goal of Scratch?
Teach coding concepts and computational thinking
Create interactive stories and games
Develop advanced programming skills
Design user interfaces
What is an event in Scratch?
An event in Scratch is a sound effect.
An event in Scratch is a background image.
An event in Scratch is a variable.
An event in Scratch is a trigger that starts a script.
What is the significance of algorithms in programming?
Algorithms are only used in specific programming languages.
Algorithms are not important in programming.
Algorithms are used to create bugs in programming.
Algorithms are used to solve problems in programming.
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 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 will happen when you run this code?
Change color
Grow and shrink
Spin
Bounce
Which block is used to make a sprite move across the screen?
Jump
Turn
Glide
Stamp
What does the "when green flag clicked" block do in Scratch?
Starts the program
Stops the program
Changes the background color
Hides the sprite
Where would you find this block?
Operators
More Blocks
Data
Look
Which block is best for repeating a series of costume changes in a loop?
Switch costume to costume 2
Next costume
Which block should you use if you want players to start the program by clicking on a key?
When green flag is pressed
When space key is pressed
When this sprite is clicked
When I receive message1
What does this algorithm mean?
If touching red then go, else stop
If touching red then stop, else go
Why won't this variable change repeatedly (more than once)?
There is no change click by block
There is no hat block to activate the algorithm
There is no loop
There is no sensing block
What will this algorithm do?
End the game when time runs out
Start the game when time runs out
End the game when time reaches 10
Start the game when time reaches 10
An algorithm is a ...
step-by-step series of instructions
different form of event handling
parallel program
conditional statement
This repeat statement is an example of a ...
Boolean value
conditional statement
bug
loop
The blue "touching" statement uses a Boolean value to create a(n) ...
conditional statement
iteration
loop
algorithm
In Scratch, you can use the red blocks to create custom blocks that run mini-programs, or...
functions
loops
conditional statements
iterations
Which color is a sound block?
Pink
Purple
Blue
What will happen if you ran this code?
Score will Decrease
Score will Increase
High Score will record
High Score will Decrease
