1) What does left(90) do? a) Tells the turtle to move left 90 pixels b) Tells the turtle to turn left 90 degrees c) Tells the turtle to turn around 90 times  2) How do we tell the turtle to move back 100 pixels? a) move.back(90) b) goback(100) c) back(100) 3) What line of code changes the shape of the speed? a) 1 b) 9 c) 5 d) 4 e) 2 4) What line of code changes the turtle shape? a) 5 b) 8 c) 1 d) 10 5) Which line of code shows the start of the For loop? a) 1 b) 7 c) 8 d) 9 6) What line of code shows a comment? a) 2 b) 7 c) 11 d) 8 7) Which line(s) of code will repeat? a) 9 b) 4 and 5 c) 7 d) 9 and 10 8) How does the computer know which lines of code to repeat? a) Indentation (spaces in front of the words) b) The colour of the text is green c) The number in the brackets 9) How many times will the For loop in this code repeat? a) 100 b) 5 c) 4 d) 90 10) What shape will this code draw? a) Rectangle b) Square c) Hexagon d) Circle 11) What shape will this program draw? a) A hexagon - 6 sided shape b) A nonagon - 9 sided shape c) A triangle - 3 sided shape

Leaderboard

Visual style

Options

Switch template

Continue editing: ?