in Operating System edited by
275 views
1 vote
1 vote

Given memory partition of $100K, \ 500K, \ 200K, \ 300K$ and $600K$ in order, if we have processes needing memory of $212K, \ 417K, \  112K$ and $405K$ respectively, which of the following memory allocation technique(s) will be suitable to allocate memory for all the processes?

  1. First Fit
  2. Best Fit
  3. Worst Fit
  1. II only
  2. I and II
  3. II and III
  4. All three
in Operating System edited by
by
275 views

1 comment

405K will not be satisfied by both First fit and worst fit
0
0

1 Answer

1 vote
1 vote
Best answer

Given memory partition of $100K, 500K, 200K, 300K $ and $600K$.

So, the correct answer is $(A)$.

References:

selected by
Answer:

Related questions