When a virtual memory system replaces the page that has not been used for the longest period of time, the Least Recently Used (LRU) page replacement algorithm is being applied. In a virtual memory system, programs use logical memory addresses which are mapped to physical memory addresses. Memory is divided into fixed-size blocks called pages. When a program tries to access a page that is not currently in physical memory, a page fault occurs. If physical memory is full, th....
Log in to view the answer