Multiple Choice
Which of the following statements about page sizes is false?
A) A large page size reduces the range of memory that the TLB can reference with each entry.
B) A smaller page size would help a process establish a smaller, tighter working set, leaving more memory available to other processes.
C) Large page sizes reduce page table fragmentation by decreasing the number of page table entries.
D) A system transferring information from main memory to secondary storage using a small page size may require several separate I/O operations, which could increase a process's space-time product.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Under the SEQ global replacement strategy, when
Q15: Which one of the following statements about
Q16: LRU replaces the page that has spent
Q17: The least-frequently-used (LFU) page-replacement strategy can be
Q18: The average interfault time _ as the
Q20: The second-chance page-replacement strategy _.<br>A) moves pages
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