NEW
Font size
WorksheetsLogo Programming WK 4
Total questions: 10
Worksheet time: 8mins
What is the command used to make the turtle move forward?
bk
fd
rt
pu
What is the command used to move the turtle backwards?
rt
fd
bk
repeat
What is the command used to rotate the turtle to the right?
rt
lt
fd
bk
What is the command used to rotate the turtle to the left?
rt
fd
bk
lt
What is the command used to make the turtle leave trail when it moves?
pu
pd
ps
pl
What is the command used to make the turtle NOT leave trail when it moves?
pd
pu
pl
ps
Which commands below will make the turtle move as shown on the image?
fd 70
pu
fd 70
pu
fd 70
fd 70
fd 70
pd
fd 70
pd
fd 70
fd 70
Which commands below will make the turtle move as shown on the image?
rt 90
fd 70
fd 70
lt 90
fd 70
fd 70
fd 70
rt 90
fd 70
fd 70
lt 90
fd 70
The CS Logo command is used to _____________.
Return to the centre of the screen
Exit Logo
Clear the screen
In the LOGO command RT 45 , 45 specifies _____________.
The number of steps
The angle or degrees
