COMPUTER ARCHITECTURE
MEMORY SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
on the die of the CPU
|
|
on the processor chip
|
|
on the motherboard
|
|
None of the above
|
Detailed explanation-1: -Cache memory is sometimes called CPU (central processing unit) memory because it is typically integrated directly into the CPU chip or placed on a separate chip that has a separate bus interconnect with the CPU.
Detailed explanation-2: -When talking about the computer’s data cache, (i.e., L1, L2, and L3) it’s usually on the computer processor chip and not on the motherboard.
Detailed explanation-3: -The cache is a smaller, faster memory which stores copies of the data from the most frequently used main memory locations. Thus, the cache is always attached to the CPU itself and has nothing to do with the motherboard or even the memory.
Detailed explanation-4: -Cache memory is a very fast type of memory designed to increase the speed of processor operations. CPU efficiency is increased when data continuously flows into the CPU. Cache provides the fastest access. If the information is not in cache, the processor looks for the data in motherboard RAM.