Multiple Choice
Demand paging is disadvantageous because ________.
A) a process in a demand-paged system must accumulate pages one at a time
B) as a process references each new page, it must wait while the system transfers that page to main memory
C) system performance can suffer drastically if much of main memory is occupied by a process that cannot execute until new pages are fetched
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q21: The page-fault-frequency (PFF) strategy adjusts the process's
Q22: Which of the following computer operations involves
Q23: A FIFO page-replacement strategy can be implemented
Q24: NUR is based on the idea that
Q25: The global LRU (gLRU) page-replacement strategy replaces
Q27: Which of the following statements about working
Q28: Why has the far page-replacement strategy not
Q29: The far page-replacement strategy utilizes an _
Q30: _ is not important in determining the
Q31: The least-recently-used (LRU) page-replacement strategy _.<br>A) can