Suppose an application is assigned 4pages of physical memory and the memory is initially empty. It then references pages in the following sequence: ACBDBAEFBFAGEFA.
a) Show how the system would fault pages into the four frames of physical memory, using the LRU replacement policy.
b) Show how the system would fault pages into the four frames of physical memory, using the MIN replacement policy.
c) Show how the system would fault pages into the four frames of physical memory, using the clock replacement policy.