Answer from cs61c-en (Lai, Siu Lun Chris 16529329) for Question 1 Physical address is the real addresses of memory in the hardware, while virtual address is just a mapping of addresses to the physical addresses. We can get the PA from VA the virtual page number annd the page offset.