Question 4: Memory Organization (15 marks) a. Consider the FIFO and LRU algorithm for the following page references = [0
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 4: Memory Organization (15 marks) a. Consider the FIFO and LRU algorithm for the following page references = [0
Question 4: Memory Organization (15 marks) a. Consider the FIFO and LRU algorithm for the following page references = [0,1,3,2,4,3,4,1,0,3,0,1] with a frame size of 4. find the number of page faults for each algorithm. 6 marks Of the two algorithms, which is the preferred algorithm based on the output. 2 marks 7 marks i. ii. b. Briefly discuss the memory hierarchy in terms of size, access time and speed.