Multiple Choice
Which of the following computer operations involves the highest degree of spatial locality?
A) a traversal of a tree data structure
B) a traversal of a linked-list data structure
C) a linear array traversal
D) a function used for calculating a factorial
Correct Answer:

Verified
Correct Answer:
Verified
Q17: The least-frequently-used (LFU) page-replacement strategy can be
Q18: The average interfault time _ as the
Q19: Which of the following statements about page
Q20: The second-chance page-replacement strategy _.<br>A) moves pages
Q21: The page-fault-frequency (PFF) strategy adjusts the process's
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
Q26: Demand paging is disadvantageous because _.<br>A) a
Q27: Which of the following statements about working