Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let us assume we have a computer with the following properties: Each word of memory holds the standard 1 byte (8 bits) of information. The

Let us assume we have a computer with the following properties:

  • Each word of memory holds the standard 1 byte (8 bits) of information.
  • The computer architecture uses 24 bits to specify memory addresses and 8 bits for the opcode.
  • The memory uses a single level cache, each cache line holds 512 bytes in the cache.
  • The total size of the cache is 1 MB.
  • The cache is a two-way set-associative cache.

For a set associative cache, a memory reference is broken up into 3 fields

tag (s - d) set (d) word (w)

How long is each field?

a) tag = 6, set = 10, word offset = 8

b) tag = 5, set = 10, word offset = 9

c) tag = 4, set = 12, word offset = 6

d) tag = 6, set = 11, word offset = 9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

DB2 Universal Database V7.1 Application Development Certification Guide

Authors: Steve Sanyal, David Martineau, Kevin Gashyna, Michael Kyprianou

1st Edition

ISBN: 0130913677, 978-0130913678

More Books

Students also viewed these Databases questions

Question

How to solve maths problems with examples

Answered: 1 week ago

Question

Explain Coulomb's law with an example

Answered: 1 week ago

Question

What is operating system?

Answered: 1 week ago