Consider the page reference string for a memory with 3 frames. Determine the number of page faults using FIFO. optimal and LRU
Consider the page reference string: 1, 0, 7,1,0, 2,1,2,3, 2, 4, 0, 3, 6, 2, 1 for a memory with 3 frames. Determine the number of page faults using FIFO.…