NEW
Font size
WorksheetsTurtle Logo Programming
Total questions: 10
Worksheet time: 9mins
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
Based on the image, what shape would we get if this is typed on turtle logo commands?
circle
square
rectangle
triangle
LOGO is a type of programming language that is used to move a __________ on the screen
car
boat
turtle
