Critical Thinking QuestionsCase G-2Trudy is a student at a local high school. The annual science fair is coming up, and she is doing her project on the process of professional printing. Much of her project focuses on color -- how it is created and used in the world of professional printing. Trudy knows that process color is made from using four process inks: magenta, black, yellow, and ____.
A. aqua
B. cyan
C. ecru
D. beige
Answer: B
Computer Science & Information Technology
You might also like to view...
Write a Java statement to create and initialize a Scanner object named input.
What will be an ideal response?
Computer Science & Information Technology
How many elements are in an array created with the following loop?
``` var myArray = new Array; for (k = 0; k , 8; k++) myArray[k] = k; ``` a. 9 b. 8 c. 7 d. 6
Computer Science & Information Technology
You can modify a symbol by placing it in symbol-____ mode.
A. modifying B. changing C. editing D. working
Computer Science & Information Technology
To add a second condition to a VBA procedure you would use a(n):
A) If Then, Else statement. B) This for That statement. C) If This, Then That statement. D) True, False.
Computer Science & Information Technology