Answer from cs61c-cl (Hiroki Terashima 16032281) for Question 1 Physical address is what can be used to access main memory. Virtual address gets translated by a combination of hardware and software to physical memory, and it manages the two levels of memory hierarchy represented by main (physical) memory and secondary storage. We get a PA from VA by translation via software and harware.