Question

    In operating systems, what does the "Working Set Model"

    primarily deal with?
    A CPU scheduling algorithms Correct Answer Incorrect Answer
    B Memory management and page replacement Correct Answer Incorrect Answer
    C Disk scheduling policies Correct Answer Incorrect Answer
    D Deadlock detection and prevention Correct Answer Incorrect Answer

    Solution

    The Working Set Model is used in memory management to determine which pages should be kept in memory to minimize page faults. It helps in page replacement strategies.

    Practice Next

    Relevant for Exams: