What is Memory ?



        That place where a data stored or recover place that place is known as memory. Mainly there are two types of memory.

        वह स्थान जहां पर डाटा को रखा जाता है व उसे वहां से दूबारा रिस्टोर करके यूज किया जाता है उस स्थान को स्मृति (Memory) के रूप में जाना जाता है। मुख्यतः मेमोरी के दो प्रकार होते हैं

        1- Primary Storage         2- Secondary Storage

Primary Storage Device
    This is the main storage are which is also called the main memory. The main memory of the computer is fast and reliable. The main memory consists of: (a) Ram and (b) ROM its main function are:
        >> Holding the data in its memory till it is required to be processed.
        >> Holding the results of the processed data.
        >> Holding program instructions which are required for processing

        यह मुख्य भंडारण है जिसे मुख्य मेमोरी भी कहा जाता है कंप्यूटर की मुख्य मेमोरी तेज और विश्वसनीय है मुख्य स्मृति में निम्न शामिल हैं। (1) रैम और (2) रोम इसका मुख्य कार्य हैं।

        >> अपनी स्मृति में डेटा को तब तक रखता है जब तक इसे संसाधित करने की आवश्यकता नहीं होती।
        >> प्रोसेस किये गये डाटा के परिणाम तक डाटा को रखता है।
        >> दिये गये निर्देश को प्रोसेसिंग होने तक होल्ड किये रखता है।

Ram (Random Access Memory) 

        The full name of RAM is Random Access Memory. This is primary memory & volatile momory. This is the memory space where computer stores data and programs temporarily. Data can be placed into and extracted from and accessed from it easily. We can “read from” and “write into” it, so such a memory is called a Read/Write memory. RAM is volatile memory due to which data randalis are used and can be entered directly from the CPU. When computer will shutdown then all data on the computer's RAM gets lost and data is not found when the computer is turned on. There are two types of RAM.


        1- SRAM (Static Random Access Memory)

        2- DRAM (Dynamic Random Access Memory)

        Both are different in technology and their job is to hold computer data. The use of the DRAM in the computer is DRAM high but if we talk about speed then the SRAM speed is greater than DRAM. Every second DRAM is refreshes thousands of times but there is no need to refresh SRAM it can work with a much faster speed.

        रैम का पूरा नाम रैंडम एक्सेस मेमोरी होता है। यह प्राथमिक मेमोरी और अस्थाई (Temporary) मेमोरी होता है यह मेमोरी स्पेस है जहां कंप्यूटर डेटा और प्रोग्राम अस्थायी रूप से स्टोर होता है। जिससे डेटा को आसानी से कम्प्यूटर पढ़ता है और डेटा को एक्सेस करता है। रैम डेटा को पढ़ सकता और लिख सकता हैं, इसलिए ऐसी मेमोरी को रीड/राईट मेमोरी कहा जाता है रैम अस्थाई मेमोरी है। जिससे डेटा रैण्डमली एक्सेस किया जाता है और सीपीयू से सीधे एक्सेस किया जा सकता है। जैसे-जब कंप्यूटर बंद हो जाता है तो कम्प्यूटर के रैम पर स्टोर हर वह डेटा खत्म हो जाता है। जिससे कम्प्यूटर को ऑन करने पर डेटा नहीं मिलता है। यह दो प्रकार का होता है। 

        1- SRAM (Static Random Access Memory)

        2- DRAM (Dynamic Random Access Memory)

दोनों DRAM और SRAM टेक्नोलॉजी में एक दूसरे से अलग अलग है और इनका काम कंप्यूटर डाटा को होल्ड करना होता है। कंप्यूटर में DRAM का इस्तेमाल ज्यादा होता है लेकिन अगर हम गति की बात करें तो SRAM की गति उससे ज्यादा होती है हर सेकंड में DRAM हजारो बार  रिफ्रेश होती है लेकिन SRAM को रिफ्रेश करने की जरूरत नहीं होती और इसी वजह से ये ज्यादा तेज गति के साथ काम कर पाती है।

No comments:

Post a Comment