Important Notice:

Course Content
Introduction To Computer (Chapter-1) M1-R5.1/CCC
About Lesson

Cache Memory:-

          Cache memory (pronounced as “cash Memory”) is placed in between the CPU and the main memory. It is much faster than the main memory. Hence access time is much less than that of the main memory. The access time of a cache memory is 15-25 nano seconds (ns) whereas that of the main memory is 80 ns. One nanosecond=109

      The cache memory stores data and instructions which are to be immediately executed.

        Cache memory is a very high speed memory built in the processor and it is used between main memory (RAM) and the processor.

 Cache Memory

            Cache Memory एक तेज गति से काम करने वाली मेमोरी है जिसका इस्तेमाल सीपीयू की स्पीड तथा परफॉरमेंस को बढ़ाने के लिए किया जाता है। कैश मेमोरी एक हाई-स्पीड मेमोरी है जिसका आकार तो छोटा होता है लेकिन प्राइमरी मेमोरी से तेज होती है।

कैश मैमोरी के प्रकार –

इसके तीन प्रकार होते हैं:-

  1. L1 Cache
  2. L2 Cache
  3. L3 Cache

L1 Cache

             यह एक छोटी मेमोरी होती है जिसका आकार 2KB से 64 KB तक होता है। L1 cache में दो प्रकार के cache होते हैं पहला निर्देश कैश (instruction cache) जो CPU द्वारा आवश्यक निर्देशों को स्टोर करते है और दूसरा डेटा कैश (data cache) जो CPU द्वारा आवश्यक डेटा को स्टोर करते है।

L2 Cache

              L2 cache का साइज़ L1 cache से थोडा बढ़ा होता है और इसकी स्पीड L1 cache से थोड़ी कम होती है। इसका आकार 256 kb से 512 kb के बीच होता है।

L3 Cache

            यह साइज में L1 cache और L2 cache से थोड़ी बड़ी होती है और इसकी स्पीड L1 cache और L2 cache मेमोरी से थोड़ी कम होती है। इसका आकार 1 MB से 8 MB तक होता है।

error: Content is protected !!