NEW
Font size
WorksheetsICT Yr 5 - Programming in LOGO (Part 3)
Total questions: 8
Worksheet time: 4mins
To move the turtle, you need to tell the turtle the ___________ to move and how many steps to take.
style
direction
way
To move forward 30 steps, how do you type the command?
FORWARD 30
FD30
FRWD 30
If you type FD60, without a space between the command and its value, the turtle will reply: ______________________
I will move 60 steps
I don't know what to do
I don't know how to FD60
To move the turtle backward 40 steps, you type the command into the _______________ window.
Recall list
Input
Screen
You can change the direction of the turtle by typing the command RT or LT followed by an ___________ value.
angle
step
number
You want the turtle to turn to the left by 90 degrees into the Input Box. How do you type the command?
RT90
LT 90
90 LT
To send commands to the turtle, you can press the ___________ key on the keyboard instead of clicking on the 'Execute' button.
SPACE BAR
SHIFT
ENTER
If you type RT with an angle value, the turtle will turn to the ____________ to that angle.
right
left
forward
