wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Iteration & Loops in Scratch Quiz

Total questions: 10

Worksheet time: 20mins

Name
Class
Date
1.

What is iteration?

a)

Doing something once

b)

Doing something again and again

c)

Turning an object around

d)

Jumping forward

2.

What is an iteration in Scratch programming?

a)

Say "Hello"

b)

If-Else

c)

Repeat

d)

Broadcast

3.

Which Scratch block can be used to create an infinite loop?

a)

Repeat (10)

b)

Forever

c)

Wait (1 second)

d)

Broadcast Message

4.

Which loop runs until a specific condition is met?

a)

Repeat Until

b)

Forever

c)

Move 10 Steps

d)

When Green Flag Clicked

5.

What is the purpose of the "Wait" block in a loop?

a)

It stops the loop permanently

b)

It slows down execution between loop iterations

c)

It deletes the script

d)

It changes the sprite's costume

6.

Which loop is best for running a specific number of times?

a)

Forever

b)

Repeat (10)

c)

Repeat Until

d)

If-Else

7.

The code blocks are an example of what type of action?

a)

Pen

b)

Events

c)

Looks

d)

Control

8.

What are the characters in a Scratch project called?

a)

Actors

b)

Dolls

c)

Sprites

d)

Figures

9.

Task: “Make the cat jump 10 steps, 5 times.” Question: Which block can repeat this action?

a)

repeat 5

b)

move 10 steps

c)

turn 15°

10.

Task: “Make the sprite draw a square.” Question: Which is iteration in this task?

a)

Moving forward once

b)

Repeating the move and turn 4 times

c)

Changing the color