RAM - Random Access Memory / रैंडम एक्सेस मेमोरी
RAM is one of the most important forms of primary memory in a computer. It temporarily stores data and instructions that the processor is currently using. RAM is generally described as volatile memory because its stored contents are lost when electrical power is removed. Competitive examinations regularly ask about volatility, types of RAM and differences between SRAM and DRAM.
RAM का full form Random Access Memory है। यह computer की primary memory का महत्वपूर्ण भाग है और processor द्वारा वर्तमान में उपयोग किए जा रहे data तथा instructions को temporarily store करती है। RAM volatile memory होती है, अर्थात power supply बंद होने पर इसका stored data सामान्यतः समाप्त हो जाता है।
Role of RAM / RAM का कार्य
When a program is opened or data is being processed, relevant information is loaded into RAM so that the CPU can access it quickly. More RAM allows a system to keep more active information available without repeatedly relying on slower secondary storage. However, RAM should not be confused with permanent data storage.
जब कोई program run होता है, तो उसके लिए आवश्यक data RAM में load किया जा सकता है ताकि CPU उसे तेजी से access कर सके। अधिक RAM system को एक समय में अधिक active data रखने की सुविधा देती है। लेकिन RAM permanent storage नहीं है।
SRAM / Static Random Access Memory
SRAM stands for Static Random Access Memory. It is generally faster than DRAM and does not require the same continuous refreshing mechanism used by DRAM while power remains available. Because SRAM is faster and more expensive, it is commonly associated with cache memory.
SRAM का full form Static Random Access Memory है। यह सामान्यतः DRAM से तेज होती है। DRAM की तरह इसे बार-बार refresh करने की आवश्यकता नहीं होती। SRAM की high speed और higher cost के कारण इसे cache memory के साथ जोड़ा जाता है।
DRAM / Dynamic Random Access Memory
DRAM stands for Dynamic Random Access Memory. It requires periodic refreshing to maintain stored data while power is supplied. DRAM is generally less expensive and can provide higher storage density than SRAM, making it suitable for use as main memory in computer systems.
DRAM का full form Dynamic Random Access Memory है। Stored data बनाए रखने के लिए इसे periodically refresh करना पड़ता है। यह सामान्यतः SRAM की तुलना में सस्ती होती है और अधिक storage capacity प्रदान कर सकती है, इसलिए इसका उपयोग main memory में व्यापक रूप से किया जाता है।
SRAM vs DRAM / SRAM और DRAM में अंतर
SRAM is faster, costlier and commonly used for cache. DRAM is slower than SRAM, requires refreshing and is widely used as system main memory. Both are forms of RAM and both are volatile.
SRAM तेज और महंगी होती है तथा cache के लिए उपयोगी है। DRAM अपेक्षाकृत धीमी होती है, refresh की आवश्यकता होती है और main system memory में व्यापक रूप से उपयोग होती है। दोनों RAM के प्रकार हैं और दोनों volatile होती हैं।
Exam Points / परीक्षा तथ्य
RAM is read-write memory and temporary in nature. SRAM is commonly associated with cache memory. DRAM is generally associated with main memory. Power loss causes volatile memory contents to disappear. These statements are frequently used in true-false, assertion-reason and multiple-choice questions.
RAM read-write और temporary memory है। SRAM को cache memory से जोड़ा जाता है। DRAM main memory से संबंधित है। Power loss होने पर volatile memory का data समाप्त हो जाता है। ये facts competitive exams में बहुत महत्वपूर्ण हैं।