Answer from cs61c-ba (Zhou Zhou 16250641) for Question 2 Fixed sized blocks eliminate the need to find a contiguous block of memory to allocate to a program. Bigger chunks allow for segamentations that support more powerful methods of protection and sharing for a program. Smaller chunks allow for better use (fit) of memory to a program.