wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Pen Quiz

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

What does this script draw?

a)

Rectangle

b)

Circle

c)

Square

d)

Triangle

2.

What does this script draw?

a)

Rectangle

b)

Circle

c)

Square

d)

Triangle

3.

What does this script draw?

a)

Rectangle

b)

Hexagon

c)

Square

d)

Triangle

4.

What does this script draw?

a)

Pentagon

b)

Hexagon

c)

Square

d)

Triangle

5.

Choose all the options that are correct

a)

Pen up block allows the sprite to jump

b)

Pen down block allows the sprite to jump

c)

Pen up block allows the sprite to draw

d)

Pen down block allows the sprite to draw

6.

How many times should this be repeated to draw a CLOSED shape?

a)

360

b)

100

c)

4

d)

10

7.

Should you use this script to start drawing from the centre?

a)

Yes

b)

No

8.

Why should you NOT use this script to start drawing from the centre?

a)

Everything might not be erased

b)

A line might be drawn to the centre

c)

Everyhing might be erased

d)

(x = 0, y = 0) is not the centre

9.

These sprites do the same thing

a)

True

b)

False

10.

What will be the pen size after you run any one of these scripts?

a)

0

b)

1

c)

10

d)

100