Answer from cs61c-ej (Leon Wang 16247444) for Question 2 Fixed sized blocks means the OS doesn't need to find a contiguous block of memory; it just needs to find a sufficient number of pages in main memory. Having large chunks means access time is faster. Having small chunks means that you don't have large chunks with unused memory in it.