In which of the storage placement strategies a program is placed in the largest available hole in the main memory?
In which of the storage placement strategies a program is placed in the largest available hole in the main memory? Correct Answer worst fit
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.