Introduction to Computer Science practice java quiz
The turtle will do nothing
The turtle will move to the new position
The turtle will draw a line to the new position
You will see a square with blue background.
You will see four squares on a blue background.
You will only see a blue background.
Nothing will happen.
SetpenColor(Color.blue)
SetDisplay(Color.orange);
SetDisplayColor(blue);
SetPenColor(Color.gray);
SetPenWidth(); forward(); backward(); right();
Forward(); backward(); setHeading(); setPostion();
Forward(); backward(); left(); right();
SetPenColor(); backward(); right(); forward();
A rectangle
A square
Some lines
Nothing
Semi-colon
Colon
Curly bracket / brace
Parentheses