in Operating System edited by
1,054 views
0 votes
0 votes

In which of the following storage replacement strategies, is a program placed in the largest available hole in the memory ?

  1. Best fit
  2. First fit
  3. Worst fit
  4. Buddy
in Operating System edited by
1.1k views

2 Answers

0 votes
0 votes

First fit: Allocate the first hole that is big enough.

Best fit: Allocate the smallest hole that is big enough

Worst fit: Allocate the largest hole

Hence option C is the answer

0 votes
0 votes
yes Best Fit algorithm allocates the smallest available hole to the process, worst Fit allocate the Biggest hole to the process,First fir allocate the first hole . In all the three cases ,the WORST FIT allocates the largest size hole to the process. Hence the option (C) is correct.

Related questions