Case Based Critical ThinkingCase 1Mark's department has taken on a project that involves a great deal of color management. The client wants Mark's team to design a series of illustrations and present them with various color combinations. Also, many of the color illustrations will be re-purposed as two-color illustrations for a series of newsletters.

Many of the graphics in the project are abstract designs that Mark's team is creating from scratch and will present to the client for feedback or, hopefully, approval. Mark tells his team that it's important that they create the graphics using effects. Why?

What will be an ideal response?

Because effects offer more control for modifying the overall graphic should the client request changes. The Appearance panel lists the effects applied and allows for those effects to be modified quickly and easily without having to redraw or transform the graphic.

Computer Science & Information Technology

You might also like to view...

Analyze the following code.

public class Test { public static void main(String[] args) { int month = 09; System.out.println("month is " + month); } } a. The program displays month is 09. b. The program displays month is 9. c. The program displays month is 9.0. d. The program has a syntax error, because 09 is an incorrect literal value.

Computer Science & Information Technology

Which of the following statements is true?

a. The code in a finally block is executed only if an exception occurs. b. The code in a finally block is executed only if an exception does not occur. c. The code in a finally block is executed only if there are no catch blocks. d. None of the above are true.

Computer Science & Information Technology