edited by
1,143 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

0 votes
0 votes
2 answers
1
go_editor asked Mar 27, 2020
944 views
Semaphores are used to :Synchronise critical resources to prevent deadlockSynchronise critical resources to prevent contentionDo I/oFacilitate memory management
1 votes
1 votes
2 answers
2
go_editor asked Mar 27, 2020
1,705 views
Remote computing system involves the use of timesharing systems and :Real time processingBatch processingMultiprocessingAll of the above
2 votes
2 votes
2 answers
4
go_editor asked Mar 27, 2020
921 views
Which of the following is not collision resolution technique?Hash addressingChainingBoth (A) and (B)Indexing