Answer from cs61c-el (David Tung 16479725) for Question 2 We do not need to worry about fitting different sized pages into memory (finding large enough spaces to fit contiguous memory). Instead, all we need to do is find a sufficient number of pages to fit the memory. The good thing about big chunks is that we can simply store larger programs, but smaller chunks allow pages to be placed in many more places.