Quiz submission record for quiz7-1-1 at Mon Aug 2 09:15:40 2004: Your Answer for Question 1: A virtual address is an address in the virtual memory. a physical address is an address in the main or physical memory. A virtual address is translated to a physical address by a process called memory mapping. it is done with the help of hardware and software Your Answer for Question 2: Because VM allocated pagesi in chunks, we need not search for contiguous blocks of memory to allocate to a program. all the os has to do is find enough pages in the main memory. Big chunks solve the above problem but increase the miss time. smaller chunks, though decrease the miss time, make the os responsible for finding enough space to put a block of memory which requires special hardware and support. Your unique submission ID is quiz7-1-1-cs61c-aq-1091463340-1388.