C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
Numerical on Optimal, LRU and FIFOQ. Consider a reference string: 4, 7, 6, 1, 7, 6, 1, 2, 7, 2. the number of frames in the memory is 3. Find out the number of page faults respective to:
Optimal Page Replacement AlgorithmNumber of Page Faults in Optimal Page Replacement Algorithm = 5 LRU Page Replacement AlgorithmNumber of Page Faults in LRU = 6 FIFO Page Replacement AlgorithmNumber of Page Faults in FIFO = 6
Next TopicBeladys Anamoly
|