wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Loops and patterns

Total questions: 16

Worksheet time: 16mins

Name
Class
Date
1.
What is the final value of b?
a)
0
b)
9
c)
10
d)
11
2.

Which of the following blocks would repeat a code until a certain condition was met?

a)
b)
c)
d)
3.

What would the following block say?

a)

Help!!

b)

Help!

c)

HELP!!

d)

It would not say anything

4.

Which of the following blocks are loops? Select all that apply

a)
b)
c)
d)
5.

What does this block do?

a)

Repeat the code forever

b)

Repeat the code 2 times

c)

Repeat the code until touching the sprite

6.

Which of the following sections of code will make the script follow the mouse pointer around the screen?

a)
b)
c)
d)
7.

What is the output of the following code block?

a)
b)
c)
d)
8.

What is the output of the following code block?

a)
b)
c)
d)
9.

What is the output of the following code block?

a)
b)
c)
d)
10.

What is the output of the following code block?

a)
b)
c)
d)
11.

What shape does the following code block produce?

(a)  

12.

What shape does the following code block produce?

(a)  

13.

What shape does the following code block produce?

(a)  

14.

What shape does the following code block produce?

(a)  

15.

What shape does the following code block produce?

(a)  

16.

How many times will the block "move 100 steps" get repeated?

a)

10

b)

3

c)

30

d)

13