Examveda
Examveda

In which of the storage placement strategies a program is placed in the largest available hole in the main memory?

A. best fit

B. first fit

C. worst fit

D. buddy

E. None of the above

Answer: Option C

Solution(By Examveda Team)

Best Fit algorithm allocates the smallest available hole to the process, worst Fit allocates the biggest hole to the process, and First fir allocates the first hole. In all the three cases, the 'worst fit' allocates the largest size hole to the process.

This Question Belongs to Computer Fundamentals >> Operating System

Join The Discussion

Related Questions on Operating System

Identify false statement

A. You can find deleted files in recycle bin

B. You can restore any files in recycle bin if you ever need

C. You can increase free space of disk by sending files in recycle bin

D. You can right click and choose Empty Recycle Bin to clean it at once