Given memory partitions of 200K,300K,100K,600K,500K are in order.
1.List available holes after running First- fit algorithm with process requests of 230K, 490K,140K,230K,80K,350K in order.
2.List available holes after running Best- fit algorithm with process requests of 230K, 490K,140K,230K,80K,350K in order.
3.List available holes after running Worst- fit algorithm with process requests of 230K, 490K,140K,230K,80K,350K in order.
4.Considering the answers in part 1,2 and 3 which algorithms need compaction. Explain
Comments
Leave a comment