Which of the following lists memory types from highest to lowest speed?
a) secondary storage, main memory, L2 cache, registers
b) registers, L1 cache, secondary storage, main memory
c) registers, L2 cache, main memory, secondary storage
d) L1 cache, registers, main memory, secondary storage
c) registers, L2 cache, main memory, secondary storage
You might also like to view...
Which of the following components allows the user to enter typed input from the keyboard.
a) check boxes b) radio buttons c) sliders d) combo boxes e) none of the above
Which one of the following statements about Linux’s page-replacement strategy is false?
a) A page in the inactive list will remain in memory until it is selected for replacement. b) A page in the active list cannot be selected for replacement. c) The most-recently-used pages are near the head of the active list. d) If a page has been referenced more than once recently, the page is placed in the inactive lis
You can modify application behavior by adjusting its priority in Task Manager or by starting the application at a different priority. Which choice lists the Windows 7 application priorities in decreasing order?
a. Realtime, High, AboveNormal, Normal, Below Normal b. Above Normal, Normal, Below Normal, Realtime, High c. High, Realtime, AboveNormal, Normal, Below Normal d. None of the above.
When working with JavaScript, always ____ contained within the statement block.
A. highlight comments B. capitalize tags C. italicize the HTML D. indent the statements