Answer from cs61c-ee (Michael Shen 15963205) for Question 1 A virtual address is not a physical address in main memory. It is instead mapped to a physical address which is an actual location in main memory or DRAM. You can ge t a PA from a VA by looking at page table which is indexed by the page number from the virtual address and contains the corresponding physical page number.