Difference Between RAM And ROM

Difference Between RAM And ROM With Full Information

Are you looking for a well-researched and detailed article on ‘Difference between RAM and ROM with Full Information’? Then you are in the right place.

In this post, we are going to clear your all RAM and ROM related doubts and also discuss this topic – ‘Difference between RAM and ROM with Full Information’. So, stay tuned with us, and Let’s Go.

For processing any kind of information or instructions on the computer, they need to be stored in a specific place. All the data and instructions can be stored in special locations of the computer called the Memory. Depending upon the type of storage, two basic types of memories are the Primary Memory and Secondary Memory.

The primary memory is the main memory of the computer which is accessed directly by the CPU and for this a computer can’t run without it. This includes several types of memory, such as the Processor Cache and system ROM. However, in most cases, primary memory refers to system RAM.

Today we will discuss about these two types of primary memories RAM and ROM and also the difference between them in a detail and easy way.

At first we need to know some important things about RAM and ROM so that the differences between them can be easily found and understood.

Random Access Memory (RAM)

In 1967, Robert Heath Dennard invented Random Access Memory in short RAM. RAM is also referred to as main memory, primary memory or as a system memory and it is used to temporarily store instructions and data that are needed during a current program execution as the computer is not able to communicate directly with its secondary memory.

Difference Between RAM And ROM -  Random Access Memory (RAM)
Random Access Memory (RAM)

It is the working memory of the CPU and also a Volatile Memory which means that the temporarily stored data is erased when the power is turned off. When some instructions are given or some data is executed, the programs are loaded into the main memory and run from there. Data is also loaded into the memory for faster access.

RAM is called “random access” because any storage location can be accessed directly with the same access time. Although a writing operation on a RAM is destructive and a reading operation is non-destructive.

RAM is a very essential component of any computer device and computer can’t perform without it. Let’s take a look at some of the important uses of RAM in our computer devices –

  • RAM gives applications a place to store and access data on a short-term basis.
  • It is usually used to form the working memory of the computer.
  • It is used for fast data retrieve.
  • One can both read and write data to a RAM.

These are available as IC packages commonly called memory sticks in 512MB, 1GB or 2GB modules. Depending upon its retentive power, a RAM can be broadly classified into a Static RAM and Dynamic RAM as described below.

A. DYNAMIC RAM (DRAM)

Dynamic Random Access Memory (DRAM) is a type of semiconductor memory that usually consists of a capacitor and a transistor and it is typically used for the data or program code needed by a computer processor to function and for this the electrical charge needs to be periodically refreshed to retain its data. DRAM is a common type of random access memory (RAM) that is used in workstations, servers and especially in personal computers (PCs). In October 1970, the first commercial DRAM chip, Intel-1103 was introduced.

To retain the data for a longer time, the DRAM chip is refreshed at regular intervals of time before the data is lost. This type of RAM is called dynamic RAM because the memory cell needs to be recharged at regular intervals of time. It is very popular in the market due to their low price and high packing density and available in the form of IC chips of 512MB, 1GB, 2GB, 4GB capacity.

There are various types of DRAM packages available that have been developed over the years. Here we discuss about this type of DRAM.

  • Synchronous DRAM (SDRAM) is a generic name for various kinds of dynamic random access memory (DRAM) that are synchronized with the clock speed that the microprocessor is optimized for.
  • Rambus DRAM (RDRAM)   is typically used for video memory on graphics accelerator cards, for cache memory (located on the CPU), and for system memory in high-performance workstations and servers.
  • Double Data Rate SDRAM (DDR SDRAM) is synchronous dynamic RAM (SDRAM) that can theoretically improve memory clock speed to at least 200 MHz. The latest versions of DDR SDRAM are – DDR2 SDRAM, DDR3 SDRAM and DDR4 SDRAM.
  • Extended Data Out DRAM (EDO DRAM) improves the time to read data from memory on faster microprocessors such as the Intel Pentium.
  • Fast Page Mode DRAM (FPM DRAM) allowsfaster access to data in the same row or page.

Samsung, SK Hynix, PNY Technologies, Micron (Crucial) are some of the popular DRAM manufacturing companies.

B. STATIC RAM (SRAM)

Static RAM or SRAM is used for a computer’s cache memory and as part of the random access memory digital-to-analog converter on a video card. Unlike a DRAM, SRAM can retain its contents as long as the electrical power is applied to the chip. However, if the power is turned off the data will lost as it is a volatile memory. These are made using special memory elements called memory latch. This type of RAM called a ‘static’ RAM because they do not require periodically refreshing of the existing data. Static RAM is much faster and more expensive than Dynamic RAM although its packing density is lower. Therefore, SRAM is used in applications, where faster memories are required (as in cached memories), but are used in smaller quantities like 512KB, 1MB or 2MB.

DRAM SRAM
Basic memory cell consists of a capacitor and a transistor.Basic memory cell consists of several transistors only.
It is a volatile memory.It is also a volatile memory.
Packing density high but cost per bit is low and also cheap in price.Packing density low but cost per bit is high and also expensive in price.
Used to make the main working memory of a computer and the order of motion is 80 nanoseconds.Used to make the cache memory of a computer and the order of motion is 20 nanoseconds.
Comparison Chart Between DRAM and SRAM

From the above discussion we have learned in detail about RAM and its variants and now we are going to discuss about Rom in detail.

Read Only Memory (ROM)

Read Only Memory in shortROM is a non-volatile (Data is stored even when the power is off) permanent memory which was invented by Jay Forrester in the 1980’s and it was first used by the major company SONY in 1982. Here we can only read the data but cannot write on it and for this reason, such type of memory called as ‘read only’ memory.

Difference Between RAM And ROM - Read Only Memory (ROM)
Read Only Memory (ROM)

A ROM stores such instructions and programs that are required to start a computer which is also known as Firmware,which can’t be erased by a normal user. This loading operation is referred to as bootstrap. Nowadays ROM chips are not only used in the computer but also in other electronic devices like calculators, micro-oven, washing machine, AC etc.

Let’s take a look at some of the Advantages of ROM

  • Non-volatile memory.
  • Cheaper and more reliable than RAMs.
  • It is stable in nature so do not require refreshing.
  • It is easy to test.
  • The contents of the ROM can always be known and verified.
  • It cannot be altered.

There are various types of ROMs available. A common feature for all these is their ability to retain data and programs forever, even during a power failure. As describe below, different types of ROMs are distinguished by the methods used to write new data to them and the number of times they can be rewritten.

A. MROM (MASK ROM)

These are the first semiconductor ROMs that contained a pre-programmed set of data or instructions. MROM is a form of read-only memory that is static and programmed into an included circuit by the manufacturer.

  • Example: – A simple example of MROM is the cartridge used with video game consoles, which allows one system to run multiple games.
B. PROM (PROGRAMMABLE ROM)

PROM or Programmable ROM is a type of read-only memory that can be modified only once by a user. Basically a user buys an un-programmed PROM and writes programs on it as he wants. Here the data is written by applying an electrical charge to the input pins of the chip. It can be programmed only once during this process and is not erasable.

  • Example: – Computer BIOS in early computers.
C. EPROM ( ERASABLE AND PROGRAMMABLE ROM)

EPROM is programmed in exactly the same manner as a PROM. However unlike a PROM, EROMs can be erased and reprogrammed repeatedly that’s why it is called Erasable And Programmable ROM. EPROM can be erased by exposing it to ultra-violet (UV) light for a duration of up to 40 minutes and by doing this the entire chip is reset to its initial un-programmed state. Sometimes it is also called an UVEPROM.

  • Example: – Intel 8048 made by NEC is an example of an EPROM chip.
D. EEPROM ( ELECTRICALLY ERASABLE AND PROGRAMMABLE ROM)

Although EEPROMs are internally similar to EPROMs but here EEPROM is erased electrically instead of using UV light. It can be erased and reprogrammed about ten thousand times. In EEPROM, any location can be selectively erased and programmed. Here one can erase one byte at a time instead of erasing the entire chip. Therefore, the reprogramming process is flexible but slow. And last but not the least EEPROM is sometimes called as E2PROM.

  • Example: – An example of the EEPROM based NVRAM is the X22C10 and X22C12 from Xicor.
TypeFull formCharacteristicsSpeed
MROMMask ROMStatic and contained a pre-programmed set of data.Fast
PROMProgrammable ROMIt can be programmed only once and is not erasable.Fast
EPROM (UV-EPROM)Erasable and programmable ROMIt can be erased using UV light and reprogrammed repeatedly.Fast
EEPROMElectrically erasable and programmable ROMIt can be erased electrically and reprogrammed about ten thousand times.Fast to read and slow to write/erase
Comparison Chart

From the above discussion we have learned about ROM and its variants and now we are going to discuss the difference between RAM and ROM and the summary of today’s topic from the below chart.

Primary Memory Classification Diagram
Primary Memory Classification Diagram

The above diagram is the short overview of today’s topic. Now let’s take a look at the differences between RAM and ROM.

SUBJECT RAM ROM
Full FormRandom Access Memory.Read Only Memory.
InventorIn 1967, Robert Heath Dennard invented RAM.in 1980’s, Jay Forrester invented ROM.
CharacterIt is a volatile memory which could store the data as long as the power is supplied.It is a non-volatile memory where the contents are stored permanently.
TypeOne can both read and write the data to a RAMOne can only read the data from a ROM
UseIt is used to temporarily store instructions and data that are needed during a current program execution on computer.It stores the instructions required during bootstrap of the computer.  
CPU InteractionCPU can directly access the stored data from RAM.The CPU cannot access the data stored on ROM.
CapacityIt can store multiple Gigabytes. The Storage capacity from 1GB to 256GB per RAM chip.It can store several Megabytes of data. Storage capacity from 4MB to 8MB per ROM chip.
Speed And CostIt is a high speed memory and expensive.Slower and cheaper than RAM.
:: Difference Between RAM and ROM

Hope you understood the article about “what is RAM and ROM and the differences between them”. THANKS for visiting my website.

FunFacts!!

On a QWERTY keyboard, TYPEWRITER is the longest word and ALASKA is the only country that can be typed using only one row of keys.

Want to learn more?

46 thoughts on “Difference Between RAM And ROM With Full Information”

  1. I really like your blog.. very nice colors & theme. Did you design this website yourself or
    did you hire someone to do it for you? Plz answer back as I’m looking to
    construct my own blog and would like to know where u got this from.

  2. Hi there are using WordPress for your site platform?
    I’m new to the blog world but I’m trying to get started and create my own. Do you need
    any html coding knowledge to make your own blog? Any help
    would be really appreciated!

  3. First off I would like to say superb blog! I had a quick
    question in which I’d like to ask if you don’t mind.
    I was curious to find out how you center yourself and clear your
    head prior to writing. I have had difficulty clearing
    my thoughts in getting my ideas out there. I do take pleasure in writing however it just seems like the first 10
    to 15 minutes are generally lost just trying to figure out
    how to begin. Any suggestions or hints? Many thanks! quest bars http://j.mp/3C2tkMR quest bars

  4. Outstanding post, I conceive people should acquire a lot from this weblog its real user friendly. So much fantastic information on here .
    This particular blog is obviously entertaining and also diverting. I have discovered a bunch of useful advices out of this amazing blog. I ad love to return again soon. Thanks a lot!
    Paragraph writing is also a fun, if you be acquainted with afterward you can write or else it is complicated to write.

  5. This is a really good tip particularly to those fresh
    to the blogosphere. Simple but very precise information… Many thanks
    for sharing this one. A must read post!

  6. Pretty section of content. I just stumbled upon your weblog and
    in accession capital to assert that I acquire actually
    enjoyed account your blog posts. Anyway I’ll be subscribing to your feeds and even I achievement you access consistently fast.

  7. My spouse and I stumbled over here by a different web page and thought I may as well check things
    out. I like what I see so i am just following you.
    Look forward to exploring your web page for a second
    time.

  8. I’m amazed, I have to admit. Rarely do I come across a blog that’s both educative
    and interesting, and without a doubt, you’ve hit the nail on the head.
    The problem is something not enough people are speaking intelligently
    about. I’m very happy I came across this during my search
    for something regarding this.

  9. Can I just say what a relief to discover an individual who actually understands what
    they are talking about over the internet. You definitely know how to bring an issue to light and make it important.

    More people need to read this and understand this side of your
    story. I can’t believe you are not more popular since you certainly possess the gift.

  10. I’m amazed, I must say. Rarely do I encounter a
    blog that’s both equally educative and entertaining, and without a doubt, you have hit the nail on the
    head. The problem is something that too few folks are speaking intelligently about.
    Now i’m very happy that I came across this during my hunt for something relating to this.

  11. Nice post. I was checking continuously this blog and I’m impressed!

    Very useful info specifically the last part 🙂 I care for such info much.
    I was seeking this certain info for a very long time.
    Thank you and good luck.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top