


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Quiz; Class: Computer Organization; Subject: Computer Science; University: Columbus State University; Term: Spring 2006;
Typology: Quizzes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Test key with answers and comments. All questions in this test are based on the computer described below. Main memory: 262, 144 bytes (256 KB or 2^18 bytes). Access time = 60 nanoseconds. The memory is byte–addressable. Cache The cache is 2–Way Set Associative. The cache contains 256 sets (2^8 sets). Each cache block contains 16 bytes (2^4 bytes). The cache access time is 8 nanoseconds. REMARK: The very unusual structure of this cache is due to my desire to have both the word field and set field be a multiple of 4 bits in length. This allows the use of hexadecimal digits for the word and set fields. Viewed this way, the fields are: Byte Offset in Block 1 hexadecimal digit Set Number 2 hexadecimal digits Tag 2 hexadecimal digits, beginning with 0, 1, 2, or 3. NOTE: Hexadecimal digits normally represent 4 binary bits. Two bit numbers can also be represented as hexadecimal digits. 00 is 0, 01 is 1, 10 is 2, and 11 is 3.
The next three questions assume the following sequence of memory accesses, beginning with an empty cache and issued in this exact order, with the top line (left to right) first: 00AB1 00AC2 01AB8 01AB9 01ABA 00AB2 00AB3 01ABC 01AC0 01AC4.