wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Yr 5 - Programming in LOGO (Part 2)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Each time the turtle moves, it draws a line using pen. You can change the size of the pen in the ______________ menu.

a)

Set

b)

Zoom

c)

File

2.

You can use the ____________ to set the pen size.

a)

pencil

b)

slider

c)

size

3.

You can change the Pen Color by clicking on a colour _____________.

a)

plate

b)

bowl

c)

palette

4.

The turtle always points towards the _______________ of the screen.

a)

top

b)

bottom

c)

right

5.

If we want the turtle to return to the starting point, we use the _________ command.

a)

SHOWTURTLE

b)

GO BACK

c)

HOME

6.

HIDETURTLE is the command for hiding the turtle from the screen. What is the shortcut for HIDETURTLE?

a)

RT

b)

HT

c)

HD

7.

To turn the turtle to the left by a number of degrees, we use the __________________ command.

a)

LEFT angle

b)

RIGHT angle

c)

90 angle

8.

____________ command makes the turtle does not draw as it moves.

a)

HOME

b)

PENUP

c)

PENDOWN

9.

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

a)

BK number

b)

REPEAT number

c)

FD number

10.

This command is use for clearing the screen.

a)

CS

b)

ST

c)

CTS