Each layer of color film responds to one third of the colors in the spectrum using this type of primary system.

a. CMYK
b. BRY
c. RGB
d. LAB


c. RGB

Computer Science & Information Technology

You might also like to view...

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

1) A programmer must have the source code for libraries to extend them, even using inheritance. 2) If class D is derived from class B, we speak of D as the child class and B as the parent class. 3) If class D is derived from class B, we speak of D as the derived class and B as the base class. 4) If class D is derived from class B, then we say that class D inherits from class B. 5) If class D is derived from class B then class D has only some of the members from B, and the additional members defined in D.

Computer Science & Information Technology

The command unset myvar

a: changes the value assigned to myvar b: makes myvar to be an empty variable c: deletes myvar variable d: resets myvar to its previous value e: none of the above

Computer Science & Information Technology

The ____ text box below the gradient ramp identifies a selected color stop's location, from left to right, on the gradient ramp.

A. Space B. Location C. Ramp D. Gradient Stop

Computer Science & Information Technology

An IP address has 32 bits divided into four octets (four sets of eight binary digits).

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

Computer Science & Information Technology