WorksheetsLOGO TURTLE GRADE 2
Total questions: 13
Worksheet time: 10mins
LOGO is a type of programming language that is used to move a __________ on the screen.
car
boat
turtle
To move the turtle forward by a number of spaces, what is the right command to use?
BK number
FD number
REPEAT number
what is the command to move the turtle backward
BK
RT
FD
WHAT IS THE COMMAND TO CLEAR THE SCREEN
CS
CT
CLS
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
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
