The ____ tool is used to select stroke, fill, and text attributes so they can be copied from one object to another.

A. Eyedropper
B. Eraser
C. Ink Bottle
D. Paint Bucket


Answer: A

Computer Science & Information Technology

You might also like to view...

When a procedure is executing and the statement that contains the breakpoint is executed, the procedure halts and the VBA code is displayed.

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

Computer Science & Information Technology

Consider a class Characteristic that will be used in an online dating service to assess how compatible two people are. Its attributes are

• description—a string that identifies the characteristic • rating—an integer between 1 and 10 that indicates a person’s desire for this characteristic in another person a. Write a constructor that sets the description of the characteristic to a given string and sets the rating to zero to indicate that it has not yet been determined. b. Write a private method isValid(aRating) that returns true if the given rating is valid, that is, is between 1 and 10. c. Write a method setRating(aRating) that sets the rating to aRating if it is valid. d. Write a method setRating that reads a rating from the keyboard, insisting that the rating supplied by the user be valid.

Computer Science & Information Technology

Collections method sort that accepts a List as an argument. It sorts the List elements, which must implement the __________ interface.

a. Comparable. b. Comparator. c. Compare. d. Ordering.

Computer Science & Information Technology

A chart that is inserted on the same page as the data is called what type of chart?

A) Inserted B) Linked C) Embedded D) Imported

Computer Science & Information Technology