Open In App

UGC-NET | UGC NET CS 2015 Dec – III | Question 37

Like Article
Like
Save
Share
Report

Match the following with respect to various memory management algorithms:
37

(A) (1)
(B) (2)
(C) (3)
(D) (4)


Answer: (D)

Explanation:

  • Working set is purest form of page replacement algorithm used in demand paging.
  • In segmentation memory is divided into various size chunks to support user view of memory, here memory chunks are allocated to the process.
  • Dynamic partition is used for compaction in which allocated objects moving together, and leaving empty space together.
  • Fixed partition is dividing memory into fixed size of block for degree of multiprogramming.

So, option (D) is correct.

Quiz of this Question


Last Updated : 10 May, 2018
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads