Test your understanding of Java with the following:

What does turtle1.forward() do?
What does turtle1.turn(-45) do?
What does turtle1.turn(45) do?
What does turtle1.penUp() do?
What does turtle1.hide() do?


It asks a turtle go forward 100 pixels.
It asks a turtle turn left 45 degrees.
It asks a turtle turn right 45 degrees.
It asks a turtle to pick up its pen.
It asks a turtle to stop drawing itself.

Computer Science & Information Technology

You might also like to view...

Photoshop CS6 is ____ software.

A. image database B. photo processing C. image processing D. photo editing

Computer Science & Information Technology

Based on what you know so far, list the requirements for the new system.

What will be an ideal response?

Computer Science & Information Technology

Describe two different ways the isEmpty method of the LinkedQueue class could be implemented.

What will be an ideal response?

Computer Science & Information Technology

Queries are most often created as a basis for a report, but query results can be printed like any other table of data

Indicate whether the statement is true or false

Computer Science & Information Technology