126k views
2 votes
G The method of mapping where each memory locationis mapped to exactly one location in the cache is

User PaoloC
by
4.6k points

1 Answer

3 votes

Answer:

Direct Mapped Cache

Step-by-step explanation:

Given that a Direct Mapped Cache is a form of mapping whereby each main memory address is mapped into precisely one cache block.

It is considered cheaper compared to the associative method of cache mapping, and it is faster when searching through it. This is because it utilizes a tag field only.

Hence, The method of mapping where each memory location is mapped to exactly one location in the cache is "Direct Mapped Cache"

User Jose Gulisano
by
4.1k points