Primary and Secondary Memory / प्राइमरी और सेकेंडरी मेमोरी
Computer memory can broadly be understood in terms of primary memory and secondary storage. Primary memory is closely associated with the processor and provides data required during active operations, while secondary storage is used for longer-term data retention. Competitive examinations frequently ask candidates to classify RAM, ROM, hard disks, SSDs and optical media into appropriate memory categories.
Computer memory को broadly primary memory और secondary memory/storage में समझा जा सकता है। Primary memory processor के close होती है और active processing के लिए data उपलब्ध कराती है, जबकि secondary storage information को लंबे समय तक store करने के लिए उपयोग होती है।
Primary Memory / प्राथमिक मेमोरी
Primary memory includes memory that is directly or closely accessible during computer processing. RAM and ROM are common examples in basic computer examinations. RAM is volatile working memory, while ROM is non-volatile and stores more persistent instructions.
Primary memory में वह memory शामिल होती है जो processing के दौरान computer के लिए directly important होती है। Basic exams में RAM और ROM इसके प्रमुख examples हैं। RAM volatile working memory है, जबकि ROM non-volatile होती है।
RAM as Working Memory / कार्यशील मेमोरी के रूप में RAM
RAM temporarily stores active programs and data. When the computer is switched off, the contents of ordinary volatile RAM are lost. Its primary advantage is rapid read-write access compared with long-term secondary storage.
RAM active programs और data को temporarily store करती है। Computer बंद होने पर volatile RAM का data समाप्त हो जाता है। यह secondary storage की तुलना में fast read-write access प्रदान करती है।
ROM as Non-Volatile Memory / ROM के रूप में स्थायी मेमोरी
ROM retains information even when power is removed. It is used for instructions or information that should remain available after shutdown. Firmware-related instructions may be stored in non-volatile memory.
ROM power बंद होने के बाद भी information retain करती है। इसका उपयोग ऐसे instructions के लिए किया जाता है जिन्हें shutdown के बाद भी उपलब्ध रहना चाहिए।
Secondary Storage / द्वितीयक संग्रहण
Secondary storage provides larger and more permanent data storage. Examples include hard disks, SSDs, magnetic media and optical discs. Unlike RAM, these devices are designed to retain data even when the computer is turned off.
Secondary storage larger और long-term storage प्रदान करती है। Hard disk, SSD, magnetic media और optical discs इसके examples हैं। इन devices में data power बंद होने के बाद भी stored रह सकता है।
Swap File and Virtual Memory / स्वैप फाइल और वर्चुअल मेमोरी
The source material also refers to a swap file stored on a hard drive. When physical RAM is insufficient, the operating system can use part of secondary storage to assist memory management. This concept is linked with virtual memory, although secondary storage remains much slower than physical RAM.
Source material swap file का भी उल्लेख करती है। जब physical RAM insufficient होती है, तो operating system secondary storage के एक हिस्से का उपयोग memory management के लिए कर सकता है। इसे virtual memory concept से जोड़ा जाता है, लेकिन secondary storage physical RAM से comparatively slower होती है।
Exam Focus / परीक्षा दृष्टिकोण
RAM = volatile primary memory; ROM = non-volatile primary memory; HDD and SSD = secondary storage; virtual memory = use of secondary storage to supplement main memory. Questions often ask which memory retains data without power or which storage is temporary.
RAM = volatile primary memory; ROM = non-volatile primary memory; HDD/SSD = secondary storage; Virtual memory = secondary storage का उपयोग main memory support के लिए। ये differences exam के लिए महत्वपूर्ण हैं।