College of Computer Science & Information Systems: Kingdom of Saudi Arabia - Jazan University
College of Computer Science & Information Systems: Kingdom of Saudi Arabia - Jazan University
Type of
Assignment-III Marks 10
Assignment
Date of
06/04/2022 Deadline 14/04/2022
Announcement
ASSIGNMENT-III
Q1. Perform the Banker Algorithm for below problem
Q2. Consider the following page reference string: 7,0,1,2,0,3,0,4,2,3,0,3,1,2,0
How many page faults would occur for the First in First out (FIFO), assuming three frames?
Q3. Consider the following page reference string: 7,0,1,2,0,3,0,4,2,3,0,3,2,1,2
How many page faults would occur for the least recently used (LRU/LFU),
How many page faults would occur for the optimal replacement algorithm (ORA),