0
5.9kviews
Which algorithm makes the most efficient use of memory?

Also discuss partition selection algorithm in brief.

Given memory partition of 150k, 500k, 200k, 300k &550k (in order).

How would each pf the first fit , best fit and worst fit algorithm place the processes of 220k, 430k, 110k &425k (in order).

1 Answer
0
507views

MEMORY ALLOCATION ALGORITHMS

Given Memory Partition = 150 KB, 500 KB, 200 KB, 300 KB, and 550 KB (in order),

how would each algorithm place processes of size 220 KB, 430 KB, 110 KB & 425 KB (in order)?

First Fit:

In the first fit, a partition is allocated …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.