The working set model is used in memory management to implement t

The working set model is used in memory management to implement t
| The working set model is used in memory management to implement the concept of:

A. Thrashing

B. Segmentation

C. Principle of locality

D. Paging

Please scroll down to see the correct answer and solution guide.

Right Answer is: C

SOLUTION

Concept:

The working set model: The memory that is being accessed frequently by an application.

Same thing is done by principle of locality.

Explanation:

There are two types of principle of locality

  1. Spatial locality: whenever we are looking for an element the chances are that, the particular element will be present in a close proximity around the one which we have previously referred.
  2. Temporal locality: Least recently used element is going to be used again.


Principle of locality is the correct answer, hence option 3 is the correct answer.