InterviewSolution
Saved Bookmarks
| 1. |
The fastest data access is provided using _______(a) Caches(b) DRAM’s(c) SRAM’s(d) RegistersI got this question in homework.I'm obligated to ask this question of Hierarchy of Memory topic in section Memory System of Computer Architecture |
|
Answer» CORRECT option is (d) Registers For explanation I would SAY: The fastest data ACCESS is provided USING registers as these memory locations are SITUATED inside the processor. |
|