wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MS Logo 2

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

What would happen if you tried this: Repeat 4 [FD 100 RT 90] ?

a)

Octagon

b)

Square

c)

Rectangle

d)

Triangle

2.

How do you work out angles?

a)

90o divided by (the number of sides of the shape)

b)

360o divided by (the number of sides of the shape)

c)

420o divided by (the number of sides of the shape)

d)

180o divided by (the number of sides of the shape)

3.

A subroutine is - “A sequence of program instructions that draws an Octagon

a)

True

b)

False

4.

What Sets the pen to down and sets the mode to erase. When the pen is moved, it will erase whatever is under it ?

a)

Penerase

b)

Penclear

c)

Penup

d)

Pendown

5.

What sets the width of the pen to 'n' ?

a)

SetPen [n n]

b)

WidePenSize [n n]

c)

SetSize [n n]

d)

SetPenSize [n n]

6.

What Repeats the actions listed in the instruction list an 'n' number of times ?

a)

Repeat n

b)

Fd n [ instruction list]

c)

Repeat n [ instruction list]

d)

Fd n [ instruction list]

7.

What would the command RT x do ?

a)

Rotates the turtle x degrees right.

b)

Rotates the turtle

c)

Hides the current turtle

d)

Moves forward x pixels

8.

What Sets the pen back to normal mode and cancels erase mode ?

a)

Penreturn

b)

Pensame

c)

Pendown

d)

Pennormal

e)

Pennormal[x]

9.

What does this command BK x do ?

a)

bk

b)

BK

c)

RT

d)

Back

e)

Move Backward x pixels

10.

What will this command do ? Repeat 5[fd 100 rt 72]

a)

Pentagon

b)

Octagon

c)

Decagon

d)

Hexagon

11.

Repeat 8[fd 100 rt 45]

a)

Pentagon

b)

Hexagon

c)

Decagon

d)

Octagon

12.

hexagon = Repeat 6[fd 100 rt 60]

a)

Pentagon

b)

Decagon

c)

Hexagon

d)

Octagon

13.

Repeat 10[fd 100 rt 36]

a)

Pentagon

b)

Decagon

c)

Octagon

d)

Hexagon