Determine the number of page faults when references to page-07793
Determine the number of page faults when references to page occur in the following order: 1,2,4,5,2,1,2,4. Assume that the main memory can accommodate 3 pages and the main memory already has the pages 1 and 2, with page 1 having been brought earlier than page 2. (LRU algorithm is used)
This multiple choice question (MCQ) is related to the book/course vu cs604 Operating Systems. It can also be found in vu cs604 Final Term - Quiz No.24.