Quiz submission record for quiz7-1-1 at Mon Aug 2 10:40:02 2004: Your Answer 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) Your Answer for Question 2: The advantage of having fixed-szie chunks is that boundary between page numbers and offset are unknown to the compiler and the programmer, while segmentation which uses variable size chunks splits address into separate pieces that must be calculated using the segment number and offset and also a bound check must be included to know if the offset is within the segment. Bigger chunks allow high access time to go up because like cache bigger blocks make miss rate will be reduce because of spatial locality. Smaller chunks is good for temporal locality because a lot more chunks can be placed in the VM and also access time will go up. Your unique submission ID is quiz7-1-1-cs61c-aj-1091468402-3319.