Why is it harder to design a data cache than an instruction cache?

What will be an ideal response?


An instruction cache does not have to be written to (apart from loading and assuming that self?modifying code is
not permitted). This makes it far easier to design an instruction cache. Furthermore, instruction cache contains
instructions which are all of the same size in RISC?based processors (MIPS, ARM). This simplifies cache design for
these processors because you know the granularity of the data. Data cache can be modified which means that you
have to implement a write?back policy or a write?through policy.

Computer Science & Information Technology

You might also like to view...

In order to use modifier keys you should:

a) use the ModifierKey event. b) use the KeyData property. c) use the ModifierKeyHandler. d) modifier keys have to be dealt with manually.

Computer Science & Information Technology

Why would you want to build an application in Windows?

A) To Solve a business problem B) To analyze big data C) To develop code for space travel in the future D) To solve problems for scientists E) To educate students, startups, and entrepreneurs in today’s world F) All of the above

Computer Science & Information Technology

Text of all paragraphs can be animated together as one object

Indicate whether the statement is true or false

Computer Science & Information Technology

The HTML code for a text box consists of an tag with a type attribute of ____.

A. text B. content C. box D. code

Computer Science & Information Technology