Answer from cs61c-ak (Tony Lai 15937131) for Question 1 Virtual Address is the address of virtual space that can be access by cpu. It can access physical address. Physical address is where main address can be accessed. We can get PA from VA by doing memory mapping.