715 views
2 votes
2 votes
Consider a scenario having fixed partition allocation scheme where each partition is of size 100KB , 500KB , 200Kb , 300KB and 600KB.In these partitions the processes  that are needed to be placed are 212KB , 417KB , 112KB and 426KB(in order).How may partitions will remain unallocated after placing the proceses by firstbit approach

1 Answer

1 votes
1 votes
   100 KB

   500KB

    212KB

   200KB

    112KB

   300KB

   600KB

   417KB

 426 KB won't be able to allocated

Two partitions are unallocated 100KB and 300KB.

edited by

Related questions

0 votes
0 votes
1 answer
1
Veer123 asked Sep 2, 2022
325 views
If the main memory is divided into 4 fixed sized partitions of 5KB each and each of them is occupied by processes of 4KB each can I say that the total 4KB of space unused...
0 votes
0 votes
0 answers
4