With respect to cache organisation, direct mapping maps each block of main…
2018
With respect to cache organisation, direct mapping maps each block of main memory into ________ possible cache line.
- A.
Only one
- B.
Two
- C.
Four
- D.
Eight
Attempted by 269 students.
Show answer & explanation
Correct answer: A
In direct mapping, each block of main memory maps to exactly one specific cache line. This differs from set-associative or fully associative mapping where multiple lines are possible.