When you want more information about a specific color in a document, use the ____ to show the color values beneath the mouse pointer.

a. Color selector
b. Paint Bucket Tool
c. Magic Wand Tool
d. Info panel


d. Info panel

Computer Science & Information Technology

You might also like to view...

Which of the following statements about creating arrays and initializing their elements is false?

a. The new keyword should be used to create an array. b. When an array is created with operator new, the number of elements must be placed in square brackets following the type of element being stored. c. The elements of an array of integers have a value of null before they are initialized. d. A for loop is commonly used to set the values of the elements of an array.

Computer Science & Information Technology

Declare an array called inventory of 20 elements of struct type item (already defined).

What will be an ideal response?

Computer Science & Information Technology

How can you apply a transition across multiple clips in a Timeline?

What will be an ideal response?

Computer Science & Information Technology

Type the ____ command in the Actions panel to stop a movie using ActionScript.

a. end(); b. cease(); c. halt(); d. stop();

Computer Science & Information Technology