Answer from cs61c-av (Kenneth Wong 16192104) for Question 1 The difference between a physical address and a virtual address is that the virtual address is derived from the physical address, by a combination of hardware and software translations. To get a PA from a VA, you must use the formula: PA=VA+ $base - Bounds.