InterviewSolution
Saved Bookmarks
| 1. |
An effective to introduce parallelism in memory access is by _______(a) Memory interleaving(b) TLB(c) Pages(d) FramesThe question was posed to me at a job interview.Asked question is from Performance of Caches topic in section Memory System of Computer Architecture |
|
Answer» RIGHT option is (a) MEMORY interleaving To explain: Interleaving divides the memory into MODULES. |
|