Multiple choice The _______ algorithm replaces the least recently used resident page. first-in-first-out least recently used optimal none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation The Least Recently Used (LRU) algorithm replaces the page that has not been accessed for the longest time, based on the principle of locality.