Answer from cs61c-cl (Hiroki Terashima 16032281) for Question 2 Allocating pages in fixed-size chunks eliminates the need to find a contiguous block of memory to allocate to a program; the operating system needs to find a suffiient number of pages in main memory. Big chunks simplify protection between the operating system and user programs and increase the efficiency of implementing paging.