A process called ________ uses small dots of existing colors to form a pattern that simulates a desired color when the precise color cannot be displayed.

a) blending
b) antialiasing
c) dithering
d) color-matching
e) transforming

c) dithering

Computer Science & Information Technology

You might also like to view...

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

1. Because programmers commonly need to repeat instructions, all programming languages provide repetition structures. 2. You can use a variable or a function call to specify the number of repetitions that a loop will perform. 3. The Loop instruction can use only integers, or whole numbers, as the number of times to repeat. 4. The While instruction is a post test loop. 5. The Loop instruction causes a set of instructions to execute as long as a specified Boolean expression is true.

Computer Science & Information Technology

A(n) ____ language uses short op codes as keywords.

A. assembly B. object C. machine D. runtime

Computer Science & Information Technology