1) What is a variable? a) A labelled box that stores a value b) A type of error message 2) What does every variable need? a) A colour and a size b) A name and a value stored inside it. 3) Why is a descriptive variable name useful? a) It makes the turtle draw faster b) It makes the code easier to understand 4) What does 'TextWindow.Read()' do? a) It prints text to the screen b) It lets the user type information in 5) What does 'TextWindow.WriteLine()' do? a) It prints text to the screen b) It prints text to the screenIt lets the user type information in 6) Why do we use IF statements? a) To make decisions in a program b) To store information in the computers memory 7) What does 'Else' mean in an IF statement? a) End the program b) Run this if the IF condition is false 8) What does 'Turtle.Move(100)' do? a) Turns the turtle 100 degrees b) Moves the turtle forward 100 pixels 9) What does 'Turtle.Turn(90)' do? a) Turns the turtle 90 degrees b) Moves the turtle 90 pixels 10) What does 'Turtle.PenUp()' do a) Stops the turtle drawing b) Makes the turtle draw thicker lines 11) Why might a variable not work in an IF statement? a) 'Turtle.PenUp' has been used b) It is misspelled 12) What happens if an IF condition is false? a) The 'Else' code runs b) The program ends immediately

Leaderboard

Visual style

Options

Switch template

Continue editing: ?