The Brush Tool produces strokes that are ____.

a. jagged
b. anti-aliased
c. preset
d. opaque


B. anti-aliased

Computer Science & Information Technology

You might also like to view...

Which of the following digital audio players does not support a variety of compressed audio formats?

A. WWA B. MP3 C. AAC D. WMA

Computer Science & Information Technology

When selecting new software, check the ____ listed on the Web site or package.

A. system requirements B. expiration date C. company name D. copyright date

Computer Science & Information Technology

Repeat Practice Program 1, but instead write a method insertionSort that performs an insertion sort, as described in Programming Project 4 of Chapter 7.

As with the previous project, an easy way to develop the program is to start with the insertion sort code for an array, Chapter 7 Programming Project 4. Note, however, that the list code, unlike that for the array, does not need a helper method to move the elements when a new element is added to the temporary list; the ArrayList class has a method, add(int, T), that does it for you.

Computer Science & Information Technology

A validation list can be created by typing a list of names

Indicate whether the statement is true or false

Computer Science & Information Technology