wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

LOGO TURTLE GRADE 2

Total questions: 13

Worksheet time: 10mins

Name
Class
Date
1.

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

a)

car

b)

boat

c)

turtle

2.

To move the turtle forward by a number of spaces, what is the right command to use?

a)

BK number

b)

FD number

c)

REPEAT number

3.

what is the command to move the turtle backward

a)

BK

b)

RT

c)

FD

4.

WHAT IS THE COMMAND TO CLEAR THE SCREEN

a)

CS

b)

CT

c)

CLS

5.
Which of these commands is NOT a valid LOGO command?
a)
FORWARD
b)
BAKWARD
c)

BK
6.
What will happen if you do not put a space between words in your commands (eg "FORWARD50")?
a)
It won't work
b)
It will work regardless of there being a space or not
c)

It will work but the turtle will only move forward 5 places and not 50
7.

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

a)

bk

b)

fd

c)

rt

d)

pu

8.

What is the command used to move the turtle backwards?

a)

rt

b)

fd

c)

bk

d)

repeat

9.

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

a)

rt

b)

lt

c)

fd

d)

bk

10.

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

a)

rt

b)

fd

c)

bk

d)

lt

11.

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

12.

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

13.

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

a)

car

b)

boat

c)

turtle