Quiz submission record for quiz7-1-1 at Mon Aug 2 02:35:35 2004: Your Answer for Question 1: A virtual address is the adddress of the data in the program (that is, what its address would be in the program's data memory). The physical address is where the piece of data is stored in actual memory (that is main memory), which maps to its address in virtual memory through relocation provided by the CPU. Your Answer for Question 2: We do not need to worry about fitting different sized pages into memory (finding large enough spaces to fit contiguous memory). Instead, all we need to do is find a sufficient number of pages to fit the memory. The good thing about big chunks is that we can simply store larger programs, but smaller chunks allow pages to be placed in many more places. Your unique submission ID is quiz7-1-1-cs61c-el-1091439335-2373.