Term 3 - Turtle Logo Flashcards
What does FD stand for in logo code?
Forward (this needs a value e.g. FD 50)
What does BK stand for in logo code?
Backward (this needs a value e.g. BK 50)
What does PU stand for in logo code?
Pen Up
What does PD stand for in logo code?
Pen Down
What does RT stand for in logo code?
Right Turn (this needs a value e.g. RT 90)
What does LT stand for in logo code?
Left Turn (this needs a value e.g. LT 45)
What does CS stand for in logo code?
Clear Screen
What does HT stand for in logo code?
Hide Turtle
What does ST stand for in logo code?
Show Turtle
What does the instruction setcolor do in logo code?
Sets the colour of the line turtle draws e.g. setcolor 10 makes the line go green (you do NOT need to learn the codes for the colours)
What logo command makes the turtle reappear?
st or showturtle
What logo command makes the turtle move forwards?
fd or forward (this needs a value e.g. fd 50)
What logo command makes the turtle turn right?
rt or right (this needs a value e.g. rt 90)
What logo command makes the turtle disappear?
ht or hideturtle
What logo command makes the turtle move backwards?
bk or back (this needs a value e.g. bk 50)