WorksheetsICT Yr 5 - Programming in LOGO (Part 2)
Total questions: 10
Worksheet time: 5mins
Each time the turtle moves, it draws a line using pen. You can change the size of the pen in the ______________ menu.
Set
Zoom
File
You can use the ____________ to set the pen size.
pencil
slider
size
You can change the Pen Color by clicking on a colour _____________.
plate
bowl
palette
The turtle always points towards the _______________ of the screen.
top
bottom
right
If we want the turtle to return to the starting point, we use the _________ command.
SHOWTURTLE
GO BACK
HOME
HIDETURTLE is the command for hiding the turtle from the screen. What is the shortcut for HIDETURTLE?
RT
HT
HD
To turn the turtle to the left by a number of degrees, we use the __________________ command.
LEFT angle
RIGHT angle
90 angle
____________ command makes the turtle does not draw as it moves.
HOME
PENUP
PENDOWN
To move the turtle forward by a number of spaces, what is the right command to use?
BK number
REPEAT number
FD number
This command is use for clearing the screen.
CS
ST
CTS
