Explanation
Cache memory is the memory level closest to the CPU. It stores frequently used data and instructions so that the CPU can access them very quickly. This reduces the time taken to fetch data from main memory (RAM) and improves overall system performance.
कैश मेमोरी वह मेमोरी लेवल है जो CPU के सबसे निकट होती है। इसमें बार-बार उपयोग होने वाला डेटा और निर्देश (Instructions) संग्रहित रहते हैं, जिससे CPU उन्हें बहुत तेज़ी से एक्सेस कर सकता है। इससे RAM से डेटा लाने का समय कम होता है और सिस्टम की कार्यक्षमता बढ़ती है।
Extra Facts
- Cache memory is faster than RAM but smaller in size.
कैश मेमोरी RAM से तेज़ होती है लेकिन आकार में छोटी होती है। - Cache memory is usually built inside or very close to the CPU.
कैश मेमोरी सामान्यतः CPU के अंदर या उसके बहुत पास बनी होती है। - There are different levels of cache: L1, L2, and L3.
कैश मेमोरी के अलग-अलग स्तर होते हैं: L1, L2 और L3। - L1 cache is the fastest and closest to the CPU core.
L1 कैश सबसे तेज़ होती है और CPU कोर के सबसे नज़दीक होती है। - Hard drives and optical drives are used for long-term storage, not quick access.
हार्ड ड्राइव और ऑप्टिकल ड्राइव दीर्घकालिक स्टोरेज के लिए होते हैं, त्वरित एक्सेस के लिए नहीं।