Quiz submission record for quiz7-1-1 at Sun Aug 1 22:41:57 2004: Your Answer for Question 1: the processor generates virtula addresses while the memory is accessed using physical addresses. Both the virtual memory and the physical memory are broken into pages, so that a virtual page is really mapped to a physical page. The difference Physical addresses are provided directly by the machine.one physical address space per machine. addresses typically range from 0 to some maximum, though some portion if this space is used by the OS and is not available to the procesor. virtual address are addresses provided to the processor by the OS. addresses typically start at zero, but not necessarily.space may consist of several segments. Your Answer for Question 2: Easy to allocate memory -memory comes from a free list of fixed size chunks -allocating a page is just removing it from the list. -external fragmentation is not a problem. Easy to swap out chunks of a program -all chunks are of the same size. -use valid bit to detect references to swapped pages -pages are a convenient multiple of the disk block size. Your unique submission ID is quiz7-1-1-cs61c-ce-1091425317-283.