Skip to main content

TYPES OF RAM AND ROM

TYPES OF RAM AND ROM 

Common RAM Types 
• SRAM 
    Static random access memory uses multiple transistors, typically four to six, for each memory cell 
but doesn't have a capacitor in each cell. It is used primarily for cache. These types of memory are physically bulky and somewhat limited to its capacity. 

    In Static RAM, a form of flip-flop holds each bit of memory. A flip-flop for a memory cell takes four or six transistors along with some wiring, but never has to be refreshed. This makes static RAM significantly faster than dynamic RAM. However, because it has more parts, a static memory cell takes up a lot more space on a chip than a dynamic memory cell. Therefore, you get less memory per chip, and that makes static RAM a lot more expensive

    Static RAM is fast and expensive, and dynamic RAM is less expensive and slower. Static RAM is 
used to create the CPU's speed-sensitive cache, while dynamic RAM forms the larger system RAM space. 

DRAM 
In the most common form of computer memory, Dynamic random access memory (DRAM), a 
transistor and a capacitor are paired to create a memory cell, which represents a single bit of data. 
Dynamic random access memory (DRAM) was an improvement over SRAM. Require more power than SRAM for refresh signals and therefore, most commonly found in desktop computers. These chips can hold very large amounts of information. Most PCs today use DRAM of one type or another. 
    
    The capacitor holds the bit of information -- a 0 or a 1. The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or changes its state. The capacitor in a dynamic RAM memory cell is like a leaky bucket. It needs to be refreshed periodically or it will discharge to 0. To do this, the memory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second. This refresh operation is where Dynamic RAM gets its name. Dynamic RAM has to be dynamically refreshed all of the time or it forgets what it is holding. The downside of all of this refreshing is that it takes time and slows down the memory. 

Types of DRAM 
• FPM DRAM 
    Fast page mode dynamic random access memory was the original form of DRAM. It waits 
through the entire process of locating a bit of data by column and row and then reading the bit before it 
starts on the next bit. Maximum transfer rate to L2 cache is approximately 176 MBps. 

• EDO DRAM 
Extended data-out dynamic random access memory does not wait for all of the processing of the 
first bit before continuing to the next one. As soon as the address of the first bit is located, EDO DRAM begins looking for the next bit. It is about five percent faster than FPM. Maximum transfer rate to L2
cache is approximately 264 MBps.

• SDRAM
 Synchronous dynamic random access memory takes advantage of the burst mode concept to 
greatly improve performance. It does this by staying on the row containing the requested bit and moving rapidly through the columns, reading each bit as it goes. The idea is that most of the time the data needed by the CPU will be in sequence. SDRAM is about five percent faster than EDO RAM and is the most common form in desktops today. Maximum transfer rate to L2 cache is approximately 528 Mbps. 

• DDR SDRAM 
     Double data rate synchronous dynamic RAM is just like SDRAM except that it has higher 
bandwidth, meaning greater speed. Maximum transfer rate to L2 cache is approximately 1,064 MBps (for DDR SDRAM 133 MHZ).now a days various versions of SDRAM in the form of DDR1,DDR2 and DDR3 is available which has various speed for data transfer. 

• RDRAM
 Rambus dynamic random access memory is a radical departure from the previous DRAM architecture. Designed by Rambus, RDRAM uses a Rambus in-line memory module (RIMM), which is similar in size and pin configuration to a standard DIMM. What makes RDRAM so different is its use of a special high-speed data bus called the Rambus channel. RDRAM memory chips work in parallel to achieve a data rate of 800 MHz, or 1,600 MBps. 

• Credit Card Memory 
Credit card memory is a proprietary self-contained DRAM memory module that plugs into a 
special slot for use in notebook computers. 

• PCMCIA Memory Card 
    Another self-contained DRAM module for notebooks, cards of this type are not proprietary and should work with any notebook computer whose system bus matches the memory card's configuration.
 
• CMOS RAM 
     CMOS RAM is a term for the small amount of memory used by your computer and some other 
devices to remember things like hard disk settings. This memory uses a small battery to provide it with the power it needs to maintain the memory contents. 

• VRAM
 Video RAM, also known as multi-port dynamic random access memory (MPDRAM), is a type of 
RAM used specifically for video adapters or 3-D accelerators. The "multiport" part comes from the fact
that VRAM normally has two independent access ports instead of one, allowing the CPU and graphics 
processor to access the RAM simultaneously. VRAM is located on the graphics card and comes in a variety of formats, many of which are proprietary. The amount of VRAM is a determining factor in the resolution and color depth of the display. VRAM is also used to hold graphics-specific information such as 3-D geometry data and texture maps. True multiport VRAM tends to be expensive, so today; many graphics cards use SGRAM (synchronous graphics RAM) instead. Performance is nearly the same, but SGRAM is cheaper.

• Windows RAM (WRAM) 
     Windows RAM (WRAM) is specialized memory for Windows accelerator cards. Developed by Samsung, it is similar to video RAM, except that it’s much faster. While information is being read from one set of WRAM addresses to draw the screen, other information can be written to another set of addresses.This is faster than the normal VRAM, where all addresses can only be read from or written to. The ability of WRAM to be read from or written to simultaneously is called dual ported memory.

ROM 
    Read-only memory (ROM), also known as firmware, is an integrated circuit programmed with 
specific data when it is manufactured. ROM chips are used not only in computers but in most other 
electronic items as well. Here you will learn about the different types of ROM and how each works.

ROM Types 
There are five basic ROM types: 
1. ROM 
2. PROM 
3. EPROM 
4. EEPROM 
5. Flash memory 
Each type has unique characteristics, but they are all types of memory with two things in 
common: 
• Data stored in these chips is nonvolatile -- it is not lost when power is removed. 
• Data stored in these chips is either unchangeable or requires a special operation to change 
(unlike RAM, which can be changed as easily as it is read). 
This means that removing the power source from the chip will not cause it to lose any data.




अन्य विषय 
अन्य जानकारी

Comments

Popular posts from this blog

BIOS

BIOS       BIOS is a software which resides in a small flash EEPROM memory on the motherboard. It is a  form of read only memory (ROM), but may be rewritten or programmed when the right tools and  techniques are applied. It works as an interface between the computer hardware and operating system  and communicates between computer and devices.       The BIOS is very important part of your computer that makes its home on the motherboard. The BIOS provides an interface between the raw PC hardware and the standard operating system, it is usually stored in ROM. As you can see, BIOS is important; every computer needs it. And like CPU's, it comes in different versions. BIOS versions are based on years. These chips are typically the biggest chips on your motherboard other than the CPU and math-coprocessor. There is usually a big sticker on it that says BIOS. The sticker also says what kind of BIOS it is and what year the BIOS were published...

What is Software ?

What is Software ?   What is Software ?   The programs that tell the hardware what tasks are to be done and how. it is the general terem which describes all forms of programs associated with the computer. software is the set of programs that is  essential  to perform any task on the computer. Type of Software Operating System      The program that communicates between all components of a computer is known as operating system computer must have an operating system to run other programs. Operating systems perform basic tasks, such as recognizing input from the keyboard, sending to the display screen, keeping track of directories on the disk, and controlling devices such as disk drives and printers Operating systems can be classified as follows:  Multi-user : Allows two or more users to run programs at the same time. Some operating systems  permit hundreds or even thousands of concurrent users. Windows server 2003, Unix etc are the example ...

What is Computer ? कम्प्यूटर क्या है?

WHAT IS A COMPUTER?       Computer is a device which accepts input, processes it, stores the data, if required and gives desired output as per user requirement. The term computer is used to describe a device made up of a  combination of electronic and electromechanical (part electronic and part mechanical) components. By itself, a computer has no intelligence and is referred to as hardware. In general the computer does the  following.  1. Accept user supplied data and instructions.  2. Stores large volume of information given at high speed as per the instruction given.  3. Process the information given at a high speed as per the instruction given.  4. Output the results according to user specifications 5. Transfers Data, Images, Sound and Graphics through cables at a very fast rate       In other words, we supply to the computer; the data to be processed and the instructions to  process the data with. The compute...

Popular posts from this blog

Computer Generation/कंप्यूटर निर्माण की पीढियां

 पहली पीढ़ी कंप्यूटर (1946-1954)     इलेक्ट्रॉनिक वाल्व (वैक्यूम ट्यूब) का उपयोग करने वाले डिजिटल कंप्यूटर को पहली पीढ़ी के रूप में जाना जाता है। पहली पीढ़ी के कंप्यूटरों के कुछ उदाहरण हैं इंटरनेशनल बिजनेस मशीन की IBM-700 श्रृंखला IBM-701, IMB-709, EDVAC (इलेक्ट्रॉनिक डिस्क्रीट वेरिएबल ऑटोमैटिक कंप्यूटर), और UNIVAC (यूनिवर्सल ऑटोमैटिक कंप्यूटर)। पहली पीढ़ी के कंप्यूटर आमतौर पर सीपीयू घटकों के रूप में वैक्यूम ट्यूबों का उपयोग करते थे। वैक्यूम ट्यूबों की उच्च लागत ने मुख्य मेमोरी के लिए उनके उपयोग को रोक दिया। MIT में निर्मित बवंडर I, फेराइट कोर मेमोरी का उपयोग करने वाला पहला कंप्यूटर था। पहली पीढ़ी के कंप्यूटर प्रोग्रामिंग के लिए विधानसभा भाषा का इस्तेमाल किया। वे निश्चित-बिंदु अंकगणित का उपयोग करते थे। दूसरी पीढ़ी  कंप्यूटर (1955-1964)     दूसरी पीढ़ी के कंप्यूटरों में सीपीयू घटकों के लिए उपयोग किए जाने वाले ट्रांजिस्टर, मुख्य मेमोरी के लिए फेराइट कोर और द्वितीयक मेमोरी के लिए चुंबकीय डिस्क, ड्रम और टेप होते थे। उन्होंने प्रोग्रामिंग के लिए उच्च स्तरीय भाषा...

मदर बोर्ड / Motherboard

ईथरनेट शब्दावली /Ethernet Terminology

           ईथरनेट   शब्दावली   ईथरनेट नियमों के एक सरल सेट का अनुसरण करता है जो इसके मूल संचालन को नियंत्रित करता है। इन नियमों को बेहतर ढंग से समझने के लिए, ईथरनेट शब्दावली की मूल बातें समझना महत्वपूर्ण है।  मध्यम   (Medium) ईथरनेट डिवाइस एक सामान्य माध्यम से जुड़ते हैं जो एक रास्ता प्रदान करता है जिसके साथ इलेक्ट्रॉनिक सिग्नल यात्रा करेंगे। ऐतिहासिक रूप से, यह माध्यम समाक्षीय तांबा केबल रहा है, लेकिन आज यह अधिक सामान्यतः एक मुड़ जोड़ी या फाइबर ऑप्टिक केबलिंग है।   खंड ( Segment ) हम ईथरनेट खंड के रूप में एकल साझा माध्यम का उल्लेख करते हैं। नोड डिवाइस जो उस सेगमेंट से जुड़ते हैं वे स्टेशन या नोड होते हैं। ढांचा नोड्स छोटे संदेशों में कहे जाते हैं, जिन्हें फ्रेम कहा जाता है, जो सूचनाओं के भिन्न आकार होते हैं।  फ़्रेम ( Frame )  मानव भाषा में वाक्यों के अनुरूप हैं। अंग्रेजी में, हमारे वाक्य बनाने के नियम हैं: हम जानते हैं कि प्रत्येक वाक्य में एक विषय और एक विधेय होना चाहिए। ईथरनेट प्रोटोकॉल फ्रेम के निर्माण के लिए नियमों क...

Ethernet/ईथरनेट

         ईथरनेट (Ethernet)  ईथरनेट एक ऐसा प्रोटोकॉल है जो सभी डिवाइसों को सभी साझा किए गए एकल केबल की मदद से नेटवर्क पर अन्य सभी उपकरणों के साथ संचार करने में सक्षम बनाता है। यह मूल रूप से दो सरल पर काम करता है प्रधान अध्यापक:- 1. एक निश्चित समय पर केवल एक उपकरण संचारित होगा और बाकी सभी वाहक के सुनने में होंगे। पैकेट सभी को भेजा जाएगा लेकिन केवल सही नोड द्वारा प्राप्त किया जाएगा। बाकी सभी नोड इस पैकेट को अस्वीकार कर देंगे। एक बार पैकेट को अग्रेषित करने के बाद अगला उपकरण समाप्त हो जाएगा और अन्य सभी सुनने में होंगे। 2. यदि दो डिवाइस एक ही समय में अग्रेषित करना शुरू करते हैं तो पैकेट की टक्कर होगी और संवेदन के बाद दोनों उपकरण प्रसारण बंद कर देंगे और फिर से एक-एक करके प्रसारण शुरू कर देंगे।   1973 में, ज़ेरॉक्स कॉरपोरेशन के पालो ऑल्टो रिसर्च सेंटर (जिसे आमतौर पर PARC के रूप में जाना जाता है) में, शोधकर्ता बॉब मेटकाफ ने पहले ईथरनेट नेटवर्क का डिजाइन और परीक्षण किया। ज़ेरॉक्स के "ऑल्टो" कंप्यूटर को प्रिंटर से लिंक करने के तरीके पर काम करते समय, मेटकाफ ने केब...

Novell netware & window NT

INTRODUCTION OF VARIOUS NETWORK OPERATING SYSTEMS AND THEIR SPECIAL FEATURES       Proper support of a local area network requires hardware, software, and miscellaneous support devices .A network operating system is the most important software component. Application programs  are also required to support users on a LAN. Support devices such as hubs, switches, routers, servers,modems, power supplies and more are also necessary other than operating system.       An operating system manages all applications and resources in a computer.       A multitasking operating system supports the execution of multiple processes at one time.       A network operating system is a large, complex program that manages the resources common on most local area networks .Besides performing standard operating system functions, a network operating system is called upon for additional functions, such as …  a) Maintain ...

What is Computer ? कम्प्यूटर क्या है?

WHAT IS A COMPUTER?       Computer is a device which accepts input, processes it, stores the data, if required and gives desired output as per user requirement. The term computer is used to describe a device made up of a  combination of electronic and electromechanical (part electronic and part mechanical) components. By itself, a computer has no intelligence and is referred to as hardware. In general the computer does the  following.  1. Accept user supplied data and instructions.  2. Stores large volume of information given at high speed as per the instruction given.  3. Process the information given at a high speed as per the instruction given.  4. Output the results according to user specifications 5. Transfers Data, Images, Sound and Graphics through cables at a very fast rate       In other words, we supply to the computer; the data to be processed and the instructions to  process the data with. The compute...

What is Software ?

What is Software ?   What is Software ?   The programs that tell the hardware what tasks are to be done and how. it is the general terem which describes all forms of programs associated with the computer. software is the set of programs that is  essential  to perform any task on the computer. Type of Software Operating System      The program that communicates between all components of a computer is known as operating system computer must have an operating system to run other programs. Operating systems perform basic tasks, such as recognizing input from the keyboard, sending to the display screen, keeping track of directories on the disk, and controlling devices such as disk drives and printers Operating systems can be classified as follows:  Multi-user : Allows two or more users to run programs at the same time. Some operating systems  permit hundreds or even thousands of concurrent users. Windows server 2003, Unix etc are the example ...

Computer Basic Short Cut Key

Computer Basic Short Cut Key Ctrl+ A            Select all contents of the page Ctrl+B               Bold highlighted selection Ctrl+C               copy selected text Ctrl+V               Paste selected text Ctrl+X               Cut Selected text Ctrl+Y               Redo the last action performed Ctrl+Z             Undo Last action Delete               Delete function Shift+F10 Key Displays the shortcut Menu for the selected   item Shift+Delete      Delete the selected item permanently without placing it in the recycle Bin...

BIOS

BIOS       BIOS is a software which resides in a small flash EEPROM memory on the motherboard. It is a  form of read only memory (ROM), but may be rewritten or programmed when the right tools and  techniques are applied. It works as an interface between the computer hardware and operating system  and communicates between computer and devices.       The BIOS is very important part of your computer that makes its home on the motherboard. The BIOS provides an interface between the raw PC hardware and the standard operating system, it is usually stored in ROM. As you can see, BIOS is important; every computer needs it. And like CPU's, it comes in different versions. BIOS versions are based on years. These chips are typically the biggest chips on your motherboard other than the CPU and math-coprocessor. There is usually a big sticker on it that says BIOS. The sticker also says what kind of BIOS it is and what year the BIOS were published...