Multiple choice Which policy replaces a page if it is not in the favoured subset of a process' pages? FIFO LRU LFU Working set Reveal answer Fill a bubble to check yourself D Correct answer Explanation The working set model defines a subset of a process's pages that are actively used. The working set policy replaces pages that fall outside this set, helping to prevent thrashing.