Which technique is used to handle the problem of thrashing?
Q1. Which technique is used to handle the problem of thrashing?
Answer: Working Set Model
Explanation: The Working Set Model helps prevent thrashing by ensuring a process has its required pages in memory before executing.