Answer from cs61c-cd (Charles Leung 15905350) for Question 1 A VA refers to a memory block called a page located on the hard drive. A PA refers to a memory block located on the main memory (faster). The CPU produces a VA and is turned into a PA by a combination of hardware and software (this is what the book says... man... I'm gonna look for a better answer...).