Why is primary memory faster than secondary memory?

(1 point)
• primary memory has a faster clock speed
• primary memory is located closer to the CPU
• primary memory saves long-term data
© primary memory is larger than secondary memory

The correct answer is "primary memory is located closer to the CPU."

Primary memory, also known as main memory or random-access memory (RAM), is directly connected to the CPU, allowing for faster data access and transfer speeds. It is located on the motherboard or within the CPU itself. In contrast, secondary memory, such as hard drives or solid-state drives, is located externally to the CPU and communicates with it over a slower interface. Therefore, the proximity of primary memory to the CPU provides it with faster access to data compared to secondary memory.