Podcast
Questions and Answers
In a pure demand paged system, when is a page brought into memory?
In a pure demand paged system, when is a page brought into memory?
Which system call initiates copy on write?
Which system call initiates copy on write?
What is the simplest page replacement algorithm?
What is the simplest page replacement algorithm?
Which page replacement algorithm operates by replacing the page that will not be used for the longest period of time?
Which page replacement algorithm operates by replacing the page that will not be used for the longest period of time?
Signup and view all the answers
What term describes the set of pages a process is currently referencing?
What term describes the set of pages a process is currently referencing?
Signup and view all the answers
Approximation algorithms are commonly used in implementing which page replacement policy?
Approximation algorithms are commonly used in implementing which page replacement policy?
Signup and view all the answers
Shared memory is typically implemented using which technique?
Shared memory is typically implemented using which technique?
Signup and view all the answers
What term is used to describe when a process spends more time paging than executing?
What term is used to describe when a process spends more time paging than executing?
Signup and view all the answers