NEW
Font size
WorksheetsIteration & Loops in Scratch Quiz
Total questions: 10
Worksheet time: 20mins
What is iteration?
Doing something once
Doing something again and again
Turning an object around
Jumping forward
What is an iteration in Scratch programming?
Say "Hello"
If-Else
Repeat
Broadcast
Which Scratch block can be used to create an infinite loop?
Repeat (10)
Forever
Wait (1 second)
Broadcast Message
Which loop runs until a specific condition is met?
Repeat Until
Forever
Move 10 Steps
When Green Flag Clicked
What is the purpose of the "Wait" block in a loop?
It stops the loop permanently
It slows down execution between loop iterations
It deletes the script
It changes the sprite's costume
Which loop is best for running a specific number of times?
Forever
Repeat (10)
Repeat Until
If-Else
The code blocks are an example of what type of action?
Pen
Events
Looks
Control
What are the characters in a Scratch project called?
Actors
Dolls
Sprites
Figures
Task: “Make the cat jump 10 steps, 5 times.” Question: Which block can repeat this action?
repeat 5
move 10 steps
turn 15°
Task: “Make the sprite draw a square.” Question: Which is iteration in this task?
Moving forward once
Repeating the move and turn 4 times
Changing the color
