Answer from cs61c-co (LOI PHAT DINH 16804224) for Question 1 With cirtual memory, the CPU produces a cirtual address, which is translated by a combination of hardware and software to a physical address, which in turn can be used to access main memory. To get a PA from a VA, we use process called memory mapping or address translation.