wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Yr 5 - Basic LOGO Commands

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

If you type this command, the turtle will return to the starting point.

a)

HOME

b)

GO BACK

c)

GO HOME

2.

You use this command to move the turtle forward by a number of spaces.

a)

BK number

b)

FD number

c)

REPEAT number

3.

This command is for turning the turtle to the right by a number of degrees.

a)

90 angle

b)

LT angle

c)

RT angle

4.

You don't want the turtle to draw as it moves. What command will you use?

a)

PD

b)

PU

c)

CS

5.

You can show the turtle on the screen by using _______ command.

a)

HT

b)

LT

c)

ST

6.

You have mistakes on your drawing and you want to do it again. What command will you use to erase all your drawing?

a)

CS

b)

ST

c)

PU

7.

The ____________ number command is for repeating the command a certain number of times.

a)

COPY

b)

REDO

c)

REPEAT

8.

You want the turtle to move backwards by a number of spaces. What command will you use?

a)

BK number

b)

END number

c)

FD number

9.

To hide the turtle from the screen, you use the ___________ command.

a)

CLOSETURTLE

b)

HIDETURTLE

c)

CONCEALTURTLE

10.

This command makes the turtle draws as it moves.

a)

PENDOWN

b)

PENUP

c)

DRAW