Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

COMPUTER ORGANIZATION QUESTION, you can finish question a, and I will post again, so you can update your question b. Exercise 6. [20 Marks] Below

COMPUTER ORGANIZATION QUESTION, you can finish question a, and I will post again, so you can update your question b.

image text in transcribed

Exercise 6. [20 Marks] Below is a sequence of references to 16-bit memory word ad- dresses. 1, 18, 14, 16, 2, 3, 17, 18, 14, 15, 20, 21 (a) Consider an initially empty, direct-mapped cache with 2-word cache lines and a capacity of 32 bytes. Using the sequence of address references above, determine if each address referenced results in a hit or a miss. If the reference results in a cache miss, say which type of cache miss (cold, conflict, capacity) You may use the table below to help answering this question, but for the purposes of marking, we do not care about the tag, index, or block offset. (b) Consider an initially empty, 2-way set associative cache with 2-word cache lines, a ca- pacity of 32 bytes, and an LRU (least recently used) eviction policy. Using the sequence of address references above, determine if each address referenced results in a hit or a miss. If the reference results in a cache miss, say which type of cache miss (cold, conflict, capacity) You may use the table below to help answering this question, but for the purposes of marking, we do not care about the tag, index, or block offset. Word Address Tag Index Block Offset Hit/Miss Type of Miss 18 14 16 17 18 14 15 20 21

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions