Answer from cs61c-aw (wing hin kao 16500429) for Question 1 Virtual memory implememnts translation of a program's address space to physical addresses. a virtual address is translated by a combination of hardware and software to a physical address, which in turn can be access main memory.