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.
Answer: A. Only one — 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…
- A.
Only one
- B.
Two
- C.
Four
- D.
Eight
Attempted by 886 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.
Loading lesson…