Why are page sizes always a power of 2?
Consider a logical address space of 64 pages of 1024 words each, mapped onto a physical memory of 32 frames.
Given six memory partitions of 300 KB, 600 KB, 350 KB, 200 KB, 750 KB, and 125 KB (in order), how would the first-fit, best-fit and worst-fit algorithms place processes of 115 KB, 500 KB, 358 KB, 200 KB, and 375 KB?