Important Notice:

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

1. RAM (Random Access Memory):-

          RAM is a read/write memory. Information can be written into and read from a RAM. It is a volatile memory which means, that it retains the stored information as long as the computer is connected to a power Supply source. When power supply is switched off or interrupted, the stored information in the RAM is lost.

There are two types of RAM-

Static RAM Dynamic RAM

               

                     RAM का पूरा नाम Random Access Memory (रैंडम एक्सेस मेमोरी) होता है। RAM में डेटा कंप्यूटर के ON रहने तक ही स्टोर रहता है, कंप्यूटर के OFF होने पर इसमें मौजूद डेटा अपने आप डिलीट हो जाता है। इसलिए इसे Volatile memory भी कहा जाता है। RAM को सिस्टम मेमोरी, और रीड राइट मेमोरी के नाम से भी जाना जाता है।

  1. SRAM (Static RAM)
  2. DRAM (Dynamic RAM)
SRAM

            SRAM का पूरा नाम static random access memory (स्टैटिक रैंडम एक्सेस मैमोरी) है. इसे कार्य करने के लिए एक निरंतर (constant) power की जरूरत होती है. निरंतर power मिलते रहने के कारण इसे refresh करने की आवश्यकता नहीं होती है SRAM प्रत्येक memory cell के लिए बहुत सारें transistors का प्रयोग करता है परन्तु इसमें प्रत्येक cell के लिए capacitor नहीं होता है.

DRAM

            DRAM का पूरा नाम dynamic random access memory (डायनामिक एक्सेस मैमोरी) है. इसे कार्य करने के लिए एक refresh power की जरूरत होती है. तथा इसके पास memory cell के लिए transistor तथा capacitor होते है.

error: Content is protected !!