wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Turtle Logo Programming

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

What is the command used to make the turtle move forward?

a)

bk

b)

fd

c)

rt

d)

pu

2.

What is the command used to move the turtle backwards?

a)

rt

b)

fd

c)

bk

d)

repeat

3.

What is the command used to rotate the turtle to the right?

a)

rt

b)

lt

c)

fd

d)

bk

4.

What is the command used to rotate the turtle to the left?

a)

rt

b)

fd

c)

bk

d)

lt

5.

What is the command used to make the turtle leave trail when it moves?

a)

pu

b)

pd

c)

ps

d)

pl

6.

What is the command used to make the turtle NOT leave trail when it moves?

a)

pd

b)

pu

c)

pl

d)

ps

7.

Which commands below will make the turtle move as shown on the image?

a)

fd 70

pu

fd 70

b)

pu

fd 70

fd 70

c)

fd 70

pd

fd 70

d)

pd

fd 70

fd 70

8.

Which commands below will make the turtle move as shown on the image?

a)

rt 90

fd 70

fd 70

b)

lt 90

fd 70

fd 70

c)

fd 70

rt 90

fd 70

d)

fd 70

lt 90

fd 70

9.

Based on the image, what shape would we get if this is typed on turtle logo commands?

a)

circle

b)

square

c)

rectangle

d)

triangle

10.

LOGO is a type of programming language that is used to move a __________ on the screen

a)

car

b)

boat

c)

turtle