What is the primary goal of the 'working set' concept in memory management?
Q1. What is the primary goal of the 'working set' concept in memory management?
Answer: To minimize page faults
Explanation: The working set concept aims to keep the most frequently accessed pages in memory, minimizing page faults and improving performance.