Content deleted Content added
m →To search a word in the cache: missing space |
|||
Line 15:
=== To search a word in the cache ===
* The set is identified by the index bits of the address.
* The tag bits derived from the memory block address are compared with the tag bits associated with the set. If the tag matches, then there is a [[CPU cache#Cache entries|cache hit]] and the cache block is returned to the processor. Else there is a [[CPU cache#Cache miss|cache miss]] and the memory block is fetched from the lower memory ([[Computer data storage#Primary storage|main memory]], [[Computer data storage#Secondary storage|disk]]).
=== Advantages ===
|