Purchase Solution

Numerical: direct mapped cache and byte addressable memory

Not what you're looking for?

Ask Custom Question

Given, a byte addressable main memory of 2^16 bytes and block size of 8 bytes, using direct mapped cache consisting of 32 lines.

a. How many total memory bytes can be stored in the cache?
b. How is a 16 bit memory address divided into tag, line number and byte number?
c. Into what line would byte with the following address be stored?
0001 0001 0001 1011.

Purchase this Solution

Solution Summary

Solution shows the computations in sufficient details that should help you in solving similar problems.

Solution Preview

a. total memory bytes that can be stored in the cache = number of cache lines * size of each cache line
= 32 * 8 (because each cache line holds one memory block)
= 256 ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.