Question 4: Memory Organization (15 marks) a. Consider the FIFO and LRU algorithm for the following page references = [0
Posted: Fri Jul 01, 2022 5:37 am
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.