When you increase the screen resolution, Windows displays more information on the screen, but the information ____.

A. decreases in size
B. increases in size
C. stays the same size
D. changes color


Answer: A

Computer Science & Information Technology

You might also like to view...

In the IA-32 architecture, a(n) ________ occurs when a process has attempted to access memory outside of its segment.

a) page fault b) general protection fault exception c) segment-overflow exception d) TLB miss

Computer Science & Information Technology

The ________ action directs the macro to export a database object into a variety of formats such as a Microsoft Excel workbook, a text file, or an HTML page

A) OutputTo B) InputTo C) ToInput D) ToOutput

Computer Science & Information Technology

The "R" in the standard 10GBaseSR stands for which type of signaling?

A. LAN B. wireless C. SONET/WAN D. radio

Computer Science & Information Technology

Which of the following assignment statements is incorrect?

a. i = j = k = 1; b. i = 1; j = 1; k = 1; c. i = 1 = j = 1 = k = 1; d. i == j == k == 1;

Computer Science & Information Technology