Answer from cs61c-eq (Nicholas Hwang 16732453) for Question 2 Fixed size chunks enables the memory system to simply find a certain number of pages to run a program rather than search through memory to find a block of a certain size (which is harder to do efficiently). Bigger chunks mean that bigger programs can fit into a given chunk; smaller chunks means that more chunks will be available.