Answer from cs61c-bx (Tuan Ha 16989532) for Question 1 VA: the address understood and used by a program, not the real address on the memory itself. PA: the real address on memory. In order to get a PA from a VA, we have to map or translate VA into PA. Virtual page number is translated into physical page number, and the page offset is the same.