Exercise:Given the following page reference string and a mem…
Exercise:Given the following page reference string and a memory with 3 page frames, compute the number of page faults using: FIFO (First-In, First-Out) LRU (Least Recently Used) Optimal Page Replacement Reference String:7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3 Instructions:Draw a table with 3 rows for the page frames and go step by step through the reference string for each algorithm, counting page faults.