Quiz submission record for quiz2-1-1 at Mon Jun 28 10:50:23 2004: Your Answer for Question 1: A or B because malloc requests space from the operating system as need. there are two method, "first fit" and "best fit". So we have two different answers. Your Answer for Question 2: B Since the freed block is next to another free bolck, they will be connected as a bigger free block, in this case, the number is not changed. Your Answer for Question 3: malloc -> new in Java free -> delete in Java Your Answer for Question 4: It can be reclaimed using the mark and sweep method. because the structure is a circular structure. It can find its root. Your Answer for Question 5: I am so confused about the storage management. I don't quite understand those Buddy System method and automatic freeing system. I hopeful I can get them in the lecture. Your unique submission ID is quiz2-1-1-cs61c-cq-1088445023-1387.