Consider using contiguous memory allocation. Given five memory partitions of 200KB, 500KB, 100KB, 600KB and 400KB in order, how would the first-fit, best-fit and worst-fit algorithm work with incoming processes of 221KB, 471KB, 127KB, and 451KB
Answers (1)