Answer from cs61c-fz (Sean Nyberg 16014383) for Question 1 A virtual address is an address used by a process that isn't really the address of anything, but it maps to a real physical address of some data in main memory. A page table is used by each process to lookup a virtual address and translate it into its corresponding physical address in main memory.