LRU replaces the page that has spent the ________.

a) longest time in memory
b) longest time in memory without being referenced
c) shortest time in memory
d) shortest time in memory without being referenced


b) longest time in memory without being referenced

Computer Science & Information Technology

You might also like to view...

Consider a workflow system supporting software developers. The system enables managers to model the process the developers should follow in terms of processes and work products. The manager can assign specific processes to each developer and set deadlines for the delivery of each work product. The system supports several types of work products, including formatted text, picture, and URLs. The manager, while editing the workflow, can dynamically set the type of each work product at run time. Assuming one of your design goals is to design the system so that more work product types can be added in the future, which design pattern would you use to represent work products?

What will be an ideal response?

Computer Science & Information Technology

You can type and format notes in the ____ pane.

A. Format B. Notes C. Type D. Extra

Computer Science & Information Technology

The efficiency of the sequential search is ____.

A. O(n) B. O(n log n) C. O(log n) D. O(n/2)

Computer Science & Information Technology

A tool that evaluates the workbook’s contents to identify what data and features are not compatible with previous versions.

What will be an ideal response?

Computer Science & Information Technology