Multiple choice technology storage

What are two parts of cache?

  1. Bitmap store and dirty store

  2. Data store and bitmap store

  3. Data store and tag RAM

  4. Tag RAM and dirty store

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A CPU cache consists of two primary parts: the Data Store, which holds the actual cached data, and the Tag RAM, which stores the physical memory addresses associated with that data.