Quiz submission record for quiz7-1-1 at Mon Aug 2 10:43:24 2004: Your Answer for Question 1: The processor generates virtual 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. It is also possible for a virtual page to be absent from main memory and not be mapped to a physical address, residing instead on disk. Physical pages can be shared by having two virtual addresses point to the same physical address. This capability is used to allow two different programs to share data or code. Your Answer for Question 2: Many architectures divide the address space into large fixed-size blocks that simplify protection between the operating system and user programs and increase the efficiency of implementing paging. Your unique submission ID is quiz7-1-1-cs61c-em-1091468604-848.