Question
In a system using the Least Recently Used (LRU) page
replacement algorithm, which of the following statements holds true?ÂSolution
The Least Recently Used (LRU) page replacement algorithm replaces the page that has not been used for the longest time. It can be implemented efficiently using a hash map and a doubly linked list or queue. The hash map is used to store the pages, and the linked list is used to track the most recently used pages. This ensures O(1) time complexity for both the lookup and replacement operations. Option A (Replaces the page that has been in memory the longest): This is incorrect. LRU replaces the least recently used page, not the one that has been in memory the longest. Option C (Replaces the page that has been accessed the least): LRU doesn’t replace the least accessed page; it replaces the least recently used page. A page could be accessed frequently but not recently. Option D (Causes high page fault rates in large systems): While LRU does result in page faults, it is no worse than other algorithms. In fact, LRU minimizes page faults compared to algorithms like FIFO. Option E (Less efficient than FIFO): LRU is generally more efficient than FIFO as it better tracks page usage history, whereas FIFO might replace a page that is frequently used but just older in the queue.
Eight years hence, age of 'L' will be 26 years. Ratio of present age of 'M' to 'L' is 3 : 2. If 'N' is 7 years younger than 'M', then find the age of 'N...
Amit age after 12 years will be 3 times his age 4 years back. What is the present age of Amit?
The average of the current ages of Armaan, Biju, Chinky, and Danny is 31 years. Two years from now, the average age of Armaan and Biju will be 22 years....
A man is 6 times as old as his daughter. After 4 years, he will be 4 times as old as she will be. After how many more years will the man be 3 times as o...
8 years ago from now, ratio of ages of ‘R’ and ‘L’ was 3:5, respectively. If ‘L’ is 7 years elder to ‘R’, then what will be the age of �...
The average age of a man and his two children is 15 years and the average age of man's wife and the same children is 13 years. If the age of man is 31 y...
Three years ago, the ratio of ages of C and D was 3:4. Seven years from now, the ratio of their ages will be 5:6. What is the current age of C?
A’s age is 140% of what he was 5 years ago, But 70% of what it will be after 5 years. What is his present age?
The current ages of 'Aman' and 'Bhanu' are in the ratio 2:5, respectively. 'y' years ago, the age of 'Bhanu' was twice the age of 'Chinky,' while 'y' ye...
B is 3 years older than A and A is 6 years older than C. If the sum of the age of A and C is 26 years, then find the sum of the ages of all three.