Start learning 50% faster. Sign in now
Get Started with ixamBee
Start learning 50% faster. Sign in nowLRU page replacement works by replacing the page that has not been used for the longest time. For the reference string 4, 2, 4, 1, 5, 2, 3, 4 with 3 frames, the page faults occur as follows: • Insert 4 (fault), Insert 2 (fault), Access 4 (hit), Insert 1 (fault), Insert 5 (fault, replace 4), Access 2 (hit), Insert 3 (fault, replace 1), Access 4 (fault, replace 5). Thus, there are 6 page faults in total. LRU minimizes page faults compared to other algorithms by always keeping the most recently used pages in memory. Why other options are wrong: A) 3 faults would require the reference string to contain repeated pages with no replacements. B) 5 faults underestimate the replacements required after the first few frames fill up. D) 7 faults occur in algorithms with more aggressive replacements like FIFO. E) 8 faults assume no page hits at all, which is incorrect since some pages are reused before replacement.
What are the Highest Common Factor and Lowest Common Multiple of 6, 72, 120?
The H.C.F of two numbers is 8 and their L.C.M is 136. If one of the numbers is 64, find the other?
Two numbers are in the ratio 3:7. The product of their H.C.F. and L.C.M. is 2541. The sum of the numbers is:
The HCF of 2165 and 7409 is 239, their LCM is:
Find the least number of four digits which is exactly divisible by 6, 24 and 32?
The L.C.M of a² – 2a – 3 and a³ + a² + a + 1 is
The HCF of two numbers is 12. Which one of the following can never be their LCM?
From a point on circular track 20 km long P, Q and R started running in the same direction at the same time with speed of 4 km per hour, 2 km per hour, ...
The HCF of a^6 - 1 and a^4+ 2a^3- 2a-1 is