Saved Bookmarks
| 1. |
Into what cache line would the word from memory address(260)10 be stored? |
|
Answer» CACHE Addressing. A cache in the primary storage hierarchy CONTAINS cache lines that are grouped into sets. If each SET contains K lines then we say that the cache is k-way associative. ... A TAG part must be saved in each cache line along with its data to distinguish different addresses that could be placed in the set. |
|