# Types of Primary Memory (प्राथमिक मेमोरी के प्रकार)

##### **Primary Memory** is the main memory of a computer. It is directly connected to the CPU and stores the data and instructions required for processing.

##### Primary Memory is mainly of **two types**:

##### **1. RAM (Random Access Memory)**

##### **2. ROM (Read Only Memory)**

##### **Primary Memory (प्राथमिक मेमोरी)** कंप्यूटर की मुख्य मेमोरी होती है। यह **सीधे CPU से जुड़ी होती है** और प्रोसेसिंग के लिए आवश्यक डेटा एवं निर्देशों को सुरक्षित रखती है।

##### Primary Memory मुख्य रूप से **दो प्रकार** की होती है—

##### **1. RAM (Random Access Memory)**

##### **2. ROM (Read Only Memory)**

##### **RAM (Random Access Memory)**

##### RAM is a **temporary (volatile)** memory. It stores data and programs only while the computer is running.

##### When the computer is turned OFF, all data stored in RAM is lost.

##### 1. RAM एक **अस्थायी (Temporary / Volatile)** मेमोरी है।

##### 2. यह केवल तब तक डेटा रखती है जब तक कंप्यूटर **ON** रहता है।

##### 3. जैसे ही कंप्यूटर **OFF** होता है, RAM का डेटा मिट जाता है।

##### **उदाहरण:-**

##### आपने MS Word में Letter टाइप किया लेकिन Save नहीं किया। अगर बिजली चली गई—

##### 👉 आपका लिखा हुआ डेटा **Delete** हो जाएगा।

##### **Features of RAM**

##### ✅ Temporary Memory

##### ✅ Read and Write Memory

##### ✅ Fast Speed

##### ✅ Directly Connected to CPU

##### **Types of RAM (RAM के प्रकार)**

##### 1. SRAM (Static RAM)

- Very Fast
- Expensive
- Used in Cache Memory
- Does not need frequent refreshing

##### **2. DRAM (Dynamic RAM)**

- Slower than SRAM
- Less Expensive
- Used as Main Memory
- Needs continuous refreshing

##### **ROM (Read Only Memory)**

##### ROM is a **permanent (non-volatile)** memory. It stores important startup instructions required to boot the computer.

##### The data stored in ROM remains safe even after the computer is turned OFF.

##### ROM एक **स्थायी (Permanent / Non-Volatile)** मेमोरी है।

##### इसमें कंप्यूटर को चालू करने वाले महत्वपूर्ण निर्देश (BIOS/Firmware) पहले से सुरक्षित रहते हैं।

##### कंप्यूटर बंद होने पर भी ROM का डेटा नहीं मिटता।

#####   


##### **Features of ROM**

##### ✅ Permanent Memory

##### ✅ Stores Boot Program

##### ✅ Data Remains Safe

##### ✅ Mostly Read Only

##### **Types of ROM (ROM के प्रकार)**

##### **1. PROM (Programmable Read Only Memory)**

#####  इसे केवल **एक बार** प्रोग्राम किया जा सकता है।

##### **2. EPROM (Erasable Programmable Read Only Memory)**

#####  UV (Ultra Violet) Light की सहायता से मिटाकर दोबारा प्रोग्राम किया जा सकता है।

##### **3. EEPROM (Electrically Erasable Programmable Read Only Memory)**

#####  Electricity की सहायता से मिटाकर दोबारा प्रोग्राम किया जा सकता है।

#####  आज के आधुनिक कंप्यूटरों में इसी तकनीक का उपयोग अधिक होता है।

##### **Difference Between RAM and ROM**

<table id="bkmrk-ramromtemporary-memo"><colgroup><col style="width: 423px;"></col><col style="width: 534px;"></col></colgroup><tbody><tr><th>RAM

</th><th>ROM

</th></tr><tr><td>Temporary Memory

</td><td>Permanent Memory

</td></tr><tr><td>Data Lost after Power OFF

</td><td>Data Remains Safe

</td></tr><tr><td>Read &amp; Write

</td><td>Mostly Read Only

</td></tr><tr><td>Used During Processing

</td><td>Used During Booting

</td></tr><tr><td>Fast

</td><td>Slower than RAM

</td></tr></tbody></table>