Which of the following statements is false?

a) The graphics system in Windows 8 uses your computer’s graphics hardware to reduce the load on the CPU.
b) Windows 8 graphics use resolution-independent units of measurement, making apps more uniform and portable across devices.
c) The size properties of graphic elements in Windows 8 are measured in machine-independent pixels, where one pixel typically represents 1/96 of an inch—however, this depends on the computer’s resolution settings.
d) Some users set their screens to higher resolutions so that everything appears larger on the screen and some set their screens to lower resolutions to have more screen space to work with.


Part d) is false. It should read: Some users set their screens to lower resolutions so that everything appears larger on the screen and some set their screens to higher resolutions to have more screen space to work with.

Computer Science & Information Technology

You might also like to view...

Suppose you are designing a portion of an operating system that requires high-speed information retrieval (such as a virtual address translation mechanism). Suppose that you have been given the option of implementing your search-and-retrieval mechanism with either pure direct mapping, using a high-speed cache, or pure associative mapping.What factors would influence your choice?

What will be an ideal response?

Computer Science & Information Technology

Consider a hash table of size 5, with the starting index 0, and a hash function (2*x)mod5. Assuming that the hash table is empty, which of the following is the content of the table when the sequence is 1, 3, 10?

a. 10, 3, 1, _, _ b. 1, 3, 10, _, _ c. 10, 3, _, 1, _ d. _, _, 10, 3, 1

Computer Science & Information Technology

If communication from your users is important, name two alternatives to using mailto links.

What will be an ideal response?

Computer Science & Information Technology

________ keys, which are labeled F1, F2, and so on, are used to perform an action within a program.

A. Numeric B. Modifier C. Cursor control D. Function

Computer Science & Information Technology