Answer from cs61c-al (Phillip Chin 16156822) for Question 2 With a fixed-sized chunk there is no need for a bounds check when checking the offset within an address is in memory. Bigger chunks simplify protection between the operating system and user programs and increase the efficiency of implementing paging. Smaller chunks makes sure that only things needed will be used. Therefore there will be no waste by using things that are not needed.