Which of the following is NOT one of the four colors used in the ink nozzles of inkjet printers?

A. yellow
B. green
C. magenta
D. cyan

Answer: B

Computer Science & Information Technology

You might also like to view...

Suppose you have the following struct definition and typedef statements in your program:

What will be an ideal response? ``` struct N { double d; N *next; }; typedef N* node_ptr; node_ptr p1; Now suppose further that p1 points to a node of type N in a linked list. Write code that makes p1 point to the next node on the linked list. ```

Computer Science & Information Technology

Each page in a site contains common text or image elements that relate general information about the site, such as a masthead.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology