Duotones are ideal for two-color print jobs with a spot color such as a ____ color used for accent.
a. monochrome
b. PANTONE
c. LAB
d. either b or c
b. PANTONE
You might also like to view...
_________________________ allows physical IT resources to provide multiple virtual images of themselves.
Fill in the blank(s) with the appropriate word(s).
Assume StringBuilder strBuf is "ABCDEFG", after invoking _________, strBuf contains "AEFG".
a. strBuf.delete(0, 3) b. strBuf.delete(1, 3) c. strBuf.delete(1, 4) d. strBuf.delete(2, 4)
You can add and remove programs by clicking Programs and Features in the Windows ________
Fill in the blank(s) with correct word
Which statement is false? Normally, an applet __________.
a. is allowed to read files only on the server from which the applet was downloaded. b. can read files on any server that can be reached over the network. c. cannot read files on the system on which it executes. d. has different file access rights than an application running on the same machine.