wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICT Yr 5 - Programming in LOGO (Part 3)

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

To move the turtle, you need to tell the turtle the ___________ to move and how many steps to take.

a)

style

b)

direction

c)

way

2.

To move forward 30 steps, how do you type the command?

a)

FORWARD 30

b)

FD30

c)

FRWD 30

3.

If you type FD60, without a space between the command and its value, the turtle will reply: ______________________

a)

I will move 60 steps

b)

I don't know what to do

c)

I don't know how to FD60

4.

To move the turtle backward 40 steps, you type the command into the _______________ window.

a)

Recall list

b)

Input

c)

Screen

5.

You can change the direction of the turtle by typing the command RT or LT followed by an ___________ value.

a)

angle

b)

step

c)

number

6.

You want the turtle to turn to the left by 90 degrees into the Input Box. How do you type the command?

a)

RT90

b)

LT 90

c)

90 LT

7.

To send commands to the turtle, you can press the ___________ key on the keyboard instead of clicking on the 'Execute' button.

a)

SPACE BAR

b)

SHIFT

c)

ENTER

8.

If you type RT with an angle value, the turtle will turn to the ____________ to that angle.

a)

right

b)

left

c)

forward