Given following page map table: The jobs have been loaded into the pages in the order from top to bottom (oldest = top) Now we need place in the memory. Which page will be removed first with: Not recently used. First-in, first-out Second-chance Least recently used Clock
Expert Answer
Don't use plagiarized sources. Get Your Custom Essay on
Question & Answer: Given following page map table: The jobs have been loaded into the pages in the order from top to bottom (oldes…..
GET AN ESSAY WRITTEN FOR YOU FROM AS LOW AS $13/PAGE
1. Not recently used: Page number 1. (oldest among not referenced)
2. First in First Out: page 0 (oldest page)
3. Second chance: Page 1 (oldest and not referenced in last iteration)
4. leaset recetly used: page 1 (oldest among not used/referenced.)
5. clock: Page 0 (same as 2nd chance only different implementation)
if you find the answer helpful please review,
and if you are facing any trouble or need assistance on any one of these algo, let me know.