The number of colors available in a graphic is referred to as color _________.

A. depth
B. range
C. RGB
D. PNG


Answer: A

Computer Science & Information Technology

You might also like to view...

A good font size for general page content is ____ pixels when viewed on a printed page.

A. 10 B. 15 C. 16 D. 18

Computer Science & Information Technology

A macro is actually a Microsoft Visual Basic (VBA) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is sum after the following loop terminates?

int sum = 0; int item = 0; do { item++; sum += item; if (sum > 4) break; } while (item < 5); a. 5 b. 6 c. 7 d. 8 e. 9

Computer Science & Information Technology

In the section of the Adobe Mini Bridge Window shown in the figure above, the number 1 refers to the button you would click in order to change the ____________________ options.

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

Computer Science & Information Technology