. The actual range of color each device can display or reproduce is called ____________.

a. color
b. rasterization
c. gamma
d. gamut


d. gamut

Computer Science & Information Technology

You might also like to view...

Many of the components used for Windows apps in Visual Basic are defined in namespace:

a) System b) System.Windows.Forms c) System.Windows.UI d) System.Web.UI

Computer Science & Information Technology

Running a 32-bit application on the IA64 architecture requires a(n) __________ layer to convert the 32-bit calls into corresponding 64-bit calls.

a. thunking b. API c. kernel process d. virtual memory management

Computer Science & Information Technology

Identify the compiler errors and state what is wrong with the code.

``` #include using namespace std; Class Birds { private: string name; float size; public: Birds(); void SingASong(); } void SingASong() { ```

Computer Science & Information Technology

Multiple ____ allows you to work on two or more illustrations simultaneously.

A. displays B. artboards C. views D. workspaces

Computer Science & Information Technology