Answer the following statements true (T) or false (F)

1. Java uses a coordinate system whose origin point (0, 0) is located at the upper-left corner of the
screen area.
2. The paint method of the Graphics class can only be used with Applets.
3. The drawArc method of the Graphics class requires a starting angle. A positive starting angle
indicates a clockwise direction.
4. A rounded rectangle is a rectangle whose corners have been replaced by arcs.
5. The Java Color class mixes amounts of red, green and yellow to produce any new color you might
want.

1. True
2. False
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

A CSV file might look like which of the following?

A) Bill*Smith*1 Main St B) Bill, Smith, 1 Main St C) Bill Smith 1 Main St D) Bill Smith 1 Main St

Computer Science & Information Technology

____________________ include superscript, subscript, strikethrough, small caps, and all caps.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology