Quiz submission record for quiz7-1-1 at Mon Aug 2 10:45:55 2004: Your Answer for Question 1: The virtual address is a virtual page number that corresponds to either a piece of physical memory or disk space. The PA is the actual location of the information. Translation is done through a page table that binds the the virtual and physical addresses. Your Answer for Question 2: Fixed size blocks eliminate the need to find a contiguous block of memory to allocate. Bigger chunks allow the high access time to be amortized. However small chunks take less time to process when a miss occurs. If a lot of misses are anticipated then smaller chunks may be advantageous Your unique submission ID is quiz7-1-1-cs61c-ay-1091468755-1927.