Monday, March 16, 2020

What does it mean when we say a cache is “two-way associative”?

What does it mean when we say a cache is “two-way associative”?

ANSWER:

It means that the cache uses set associativity in which each line of data from memory can go into either of two line positions within the cache.

No comments:

Post a Comment