Which of the following options allows you to convert the colors on your slides to the most readable grayscales for a black and white printer?

A. Monochrome
B. Black and White
C. Pure Black and White
D. Grayscale


Answer: C

Computer Science & Information Technology

You might also like to view...

Suppose there are four radio button controls attached to a group box control on a form. How many radio buttons can be selected (that is, be “on”) at any given time?

(A) 2 (B) 1 (C) 3 (D) 4

Computer Science & Information Technology

What is value of x after the following code executes?int x = 0;int i;for (i = 0; i < 5; i++)    x = 3 * x + i;

A. 18 B. 58 C. 179 D. 226

Computer Science & Information Technology

When a selection has been made and the cut button or copy button is clicked, the selection is ________

A) surrounded by a green solid border B) surrounded by a red solid border C) highlighted D) surrounded by a moving border

Computer Science & Information Technology

RSA is an example of which of the following?

A. Asymmetric encryption protocol B. Secret key encryption protocol C. Public key encryption protocol D. Shared key encryption protocol

Computer Science & Information Technology