Choosing a high screen resolution may result in text ________

A) appearing larger B) that is garbled in the window
C) appearing smaller D) that displays only in color

C

Computer Science & Information Technology

You might also like to view...

What record is an alias?

a. RR b. SOA c. CNAME d. A

Computer Science & Information Technology

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

1. A connector symbol must be placed at the entry point of a DOUNTIL loop just as it is placed at the entry point of a DOWHILE loop. 2. A DOUNTIL loop is exited when the tested condition is true. 3. To create a properly formed DOUNTIL loop you must place the loop steps in the YES path of the loop. 4. To create a properly formed DOUNTIL loop on a program flowchart you must place the loop test after all the steps within the loop. 5. In a trailing-decision program loop, the test for the loop terminating condition is not made until the other processing steps in the loop have been executed.

Computer Science & Information Technology