Consider the following virtual page reference sequence: page 1,
2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3. This indicates that these
particular pages need to be accessed by the computer in the order
shown. Consider each of the following 4 algorithm-frame
combinations:
LRU with 3 frames
FIFO with 3 frames
LRU with 4 frames
FIFO with 4 frames
Print a copy of this page. For each of the 4 combinations,
below, move from left to right as...