Answer from cs61c-ae (Zhibo Chen 15283355) for Question 1 A PA can only map to things in memory while a VA can map to both PAs and data located in the disk. A PA can be translated from a VA by cutting off bits in the VA so that the # of bits equals that of the PA.