Answer from cs61c-ao (Roger Tseng 16507336) for Question 1 the virtual address is an address that the CPU produce that is used to access the physical address which locates an actual location in memory. to get a PA from a VA, you need to map the virtual memory pages to a location in the main memory, which is called memory mapping.