Answer from cs61c-am (Michael Moeng 16464697) for Question 2 Having virtual memory use bigger chunks reduces the chance of a page fault, so that the disk does not have to be accessed. Smaller chunks would make it so that each chunk loaded slightly faster, but since access time is mostly based on the first word load, smaller chunks are not a necessity