Which of the following is the method for inserting objects from the Clip Art task pane into a document?

A. Drag and drop an object from the task pane into the document.
B. Click the object thumbnail list arrow, and then click an option on the menu.
C. Click a thumbnail.
D. All of the above are true.

Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is a correct method header for receiving a two-dimensional array as an argument?

a. public static void passMyArray(int[1, 2]) b. public static void passMyArray(int[][]) c. public static void passMyArray[1][2]) d. public static void passMyArray(int[],int[] myArray)

Computer Science & Information Technology

The _____ event property returns a Boolean value that indicates whether the browser depends upon the event.

A. evt.type B. evt.target C. evt.isTrusted D. evt.eventPhase

Computer Science & Information Technology