Black ink is used to achieve all but which of the following in a printed image?
A. deep shadows
B. fine detail
C. improved contrast
D. highlights
Answer: D
You might also like to view...
Polymorphism allows for specifics to be dealt with during:
a. execution. b. compilation. c. programming. d. debugging.
Which code snippet is equivalent to:
``` var message = (y == 10) ? "correct" : "incorrect"; ``` a. ``` if (y == 10) message = "incorrect"; else message = "correct"; ``` b. ``` if (y == 10) message = "correct"; else if (y < 10) message = "incorrect"; || if((y >10) message = "incorrect"; ``` c. ``` if (y == 10) message = "correct"; else message = "incorrect"; ``` d. none are equivalent
You use the _______box-shadowproperty to determine whether a shadow is displayed inside a border.
A. inset B. blur C. speed distance D. vertical offset
Item B in the accompanying figure shows a pre-made button in the Edit window in Flash.
Answer the following statement true (T) or false (F)