The __________ replacement algorithm replaces the block in the set that has been in the cache longest with no reference to it.
A. LRU
B. CLM
C. FIFO
D. LFU
A. LRU
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a Record Operations form command button?
A) Find Record B) Print Record C) Add New Record D) Undo Record
Computer Science & Information Technology
Which of the following functions is a properly overloaded function of the following?
int doSomething(int first, float second); a. float doSomething(int first, float second); b. int doSomething( int next, float last); c. int doSomething(int first, int second, float third); d. int doSome(int first, float second);
Computer Science & Information Technology