Quiz submission record for quiz7-1-1 at Mon Aug 2 10:48:34 2004: Your Answer for Question 1: Physical addresses are addresses to actual locations that store values. A virtual address is a mapped table that directs a program to the physical address in either primary or secondary storage. Your Answer for Question 2: Allocating VM in fixed-sized chunks, or paging, is a faster implementation than segmentation (which requires the address to be manipulated in two pieces). Bigger chunks are good to a certain extent because the miss penalty is very large to find the first word for hard disk accesses. So by loading large blocks into RAM, it saves time if parts of the block will be used later on versus looking up the address from the hard disk again. Smaller chunks are nice in that they allow for more blocks to be stored in RAM keeping the hit rates up for temporal locality. Your unique submission ID is quiz7-1-1-cs61c-ed-1091468914-2492.