Answer from cs61c-aj (Kevin Li 15855812) for Question 1 A virtual address is created by the CPU and then translated using hardware and software and then mapped to a physical address. Using memory mapping or address translation will get you a PA from a VA. (like direct-mapping)