engineering computer science MCQ #1873

What is the primary goal of the 'working set' concept in memory management?

engineering computer science MCQ #1873

  1. Question 1

    Q1. What is the primary goal of the 'working set' concept in memory management?

    • A) To minimize page faults
    • B) To maximize memory utilization
    • C) To reduce the number of context switches
    • D) To improve I/O performance

    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.