Case Based Critical ThinkingKatie is giving her team a tour of an offset print shop. She uses this as an opportunity to discuss a number of complex topics about printing and setting up InDesign documents to separate and print correctly.
A client's design calls for an InDesign layout to be used as a graphic in another layout, which is to be printed in a glossy magazine. Katie opens the first layout, which contains images, tints, and lots of text. To use this layout as a graphic in the final layout, she ____.
A. saves it as a PSD
B. exports it as a PDF
C. packages it as a JPEG
D. preflights it as an EPS
Answer: B
Computer Science & Information Technology
You might also like to view...
____ specifies a standard way to store music data for synthesizers, electronic instruments, and computers.
A. MIDI B. MP3 C. AAC D. WMA
Computer Science & Information Technology
Predict the output of the following nested loops:
``` int n = 1; while(n <= 10) { int m = 10; while(m>=1) { cout << n << “ times “ << m << “ = “ << n*m << endl; m--; } n++; } ```
Computer Science & Information Technology
After it is created, a thread remains inactive until someone runs its run method.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
?The line from the actor to the use case is called a(n) _____.
A. ?association B. ?aggregation C. ?lifeline D. ?observation
Computer Science & Information Technology