Skip to content
  • Facebook
GeekCer Logo

GeekCer

The geek's Coding education and Review centre

  • Home
  • Tutorials
    • Java
    • Servlet
    • JSP
    • Python
    • C Tutorial
    • Spring
    • Spring Boot
    • MongoDB
    • Hibernate
    • Data Structure
  • General Knowledge
  • Biography
  • Grammar
  • Festival (त्योहार)
  • Interview
  • Differences
  • Important
  • Toggle search form

Home » Differences » RAM Vs ROM : Difference Between RAM and ROM?

  • Ayodhya Kand in Hindi | अयोध्या काण्ड | राम को 14 वर्ष का वनवास
    Ayodhya Kand in Hindi | अयोध्या काण्ड | राम को 14 वर्ष का वनवास Spiritual
  • Elon musk Hindi : एलन मस्क हिंदी में, Autobiography,  Net Worth
    Elon musk Hindi : एलन मस्क हिंदी में, Autobiography,  Net Worth Biography
  • Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti
    Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti Spiritual
  • Apj Abdul Kalam biography in Hindi, Life, Missile Man of India
    Apj Abdul Kalam biography in Hindi, Life, Missile Man of India Biography
  • World Red Cross Day and Red Crescent Day | विश्व रेडक्रॉस दिवस
    World Red Cross Day and Red Crescent Day | विश्व रेडक्रॉस दिवस General Knowledge
  • Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी
    Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी Biography
  • Holi kyon manate hain in hindi? | Festival of colors in hindi
    Holi kyon manate hain in hindi? | Festival of colors in hindi Festival
  • Lanka Kand Summary in Hindi | Ram Vs Ravana | लंका काण्ड
    Lanka Kand Summary in Hindi | Ram Vs Ravana | लंका काण्ड Spiritual

RAM Vs ROM : Difference Between RAM and ROM?

Posted on July 16, 2022December 29, 2022 By GeekCer Education No Comments on RAM Vs ROM : Difference Between RAM and ROM?
RAM vs ROM: Difference Between RAM and ROM?

What is the difference between RAM and ROM or RAM vs ROM is very important topic in computer from interview point of view? Computer is made up of many important parts. RAM and ROM are one of those important parts. RAM and ROM are a type of computer memory. Both of these play an important role in the computer. Or it can also be said that without them the computer cannot work.

Whenever we talk about computer or artificial intelligence machine, we often get to hear the name of RAM and ROM in it. Both RAM and ROM are types of memory that are organized inside the computer. The main job of both of them is to store data but the condition of storing memory in both is different. Today we all will know the difference between Ram and Rome. But what is Ram and Rome before us? How do this work? What is their work? Will know all this.

Table of Contents

  • What is RAM (Random Access Memory) in Computer? – RAM Vs ROM
  • What are the types of RAM?
    • Static Random Access Memory : SRAM
    • Dynamic Random Access Memory : DRAM
  • What is ROM (Read Only Memory) in Computer? – RAM Vs ROM
  • What are the types of ROM?
    • Programmable Read Only Memory : PROM
    • Erasable Programmable Read Only Memory : EPROM
    • Electricity Erasable Programmable Read Only Memory : EEPROM
  • Difference between RAM Vs ROM in tabular form
  • FAQs

What is RAM (Random Access Memory) in Computer? – RAM Vs ROM

The full form of RAM is Random Access Memory. RAM is also called direct access memory. There are two types of computers. Primary memory and secondary memory. RAM is a type of primary memory. RAM in the computer is used to store the data to be processed by the CPU. Through this memory, the CPU directly accesses the data stored in it. That’s why it is also called direct access memory. RAM is a type of volatile memory because the information stored in it is lost when the computer is switched off.

Usually the storage capacity of RAM can be more than 64MB to 16GB. Data stored in RAM can be arranged in any order. Because of this, the CPU can easily access the data stored in it. Due to easy access to the data of RAM, the apps or programs of our computer or phone work easily and quickly. In this way we can say that as much RAM capacity is there in a computer or phone. He works so fast. Both types of tasks are performed in RAM, reading and writing. That’s why RAM is also called read write memory.

Data is stored in the cells in RAM. Each cell is made up of rows and columns. Each has its own address. This unique address is called a cell path. The data stored in this is temporary, so it can also be called short time memory. You can store data inside it only as long as the computer is on. In this way it can keep the data only for a short time. RAM is part of the CPU’s motherboard.

What are the types of RAM?

RAM (Read only Memory) is divided into basically two types on the basis of texture.

  • SRAM
  • DRAM

Static Random Access Memory : SRAM

The full form of SRAM is Static Random Access Memory. The data stored under this memory is stored or saved till the power supply is turned on. It is a type of volatile memory. This is handled by the address decorder. The data in this memory is stored in the binary code (0,1) form. SRAM remains expensive compared to other RAM. This memory is used as cache memory in the computer.

Dynamic Random Access Memory : DRAM

The full form of DRAM is Dynamic Random Access Memory. DRAM is cheaper but slower in speed than SRAM. This memory is made up of a transistor and a capacitor. It saves the data as current. Because of this it requires more energy. There are five types of DRAM.

  • ADRAM-asynchronous DRAM
  • SDRAM-synchronous DRAM
  • DDR SDRAM-double data rate SDRAM
  • RDRAM-Rhombus DRAM
  • CDRAM-cache DRAM

What is ROM (Read Only Memory) in Computer? – RAM Vs ROM

The full form of ROM is Read Only Memory. If we think about RAM Vs ROM then ROM is also the primary memory.

Why rom is called read only memory? The data stored in ROM can only be read by the CPU, it cannot be rewritten. CPU accesses the data stored in ROM through RAM. ROM is a type of non volatile memory. Because of this, the data saved in ROM remains even when the computer is turned off. Instruction data is stored in ROM. For example, when we turn on the computer, booting takes place in it. The instructions given in that booting are stored in ROM. which is stored by the company. which can only be read.

Apart from this, some such data files are also stored in ROM, with the help of which all the input and output devices in the computer are connected and run. Data is stored permanently in ROM. The ROM used in the computer is called hard disk. Whereas the ROM used in mobile phones is called memory. Memory card, Pen drive, Hard disk are all examples of ROM.

What are the types of ROM?

ROM is divided into three parts.

  • PROM
  • EPROM
  • EEPROM

Programmable Read Only Memory : PROM

The full form of PROM is Programmable Read Only Memory. It is blank, it is not made by programming. It is used to write data.

Erasable Programmable Read Only Memory : EPROM

EPROM is erasable programmable read only memory. Computer uses the EPROM for protection. EPROM protects the data from ultraviolet rays. It is prepared for reprogramming from ultraviolet rays. It is reprogrammed with the help of PROM.

Electricity Erasable Programmable Read Only Memory : EEPROM

The full form of EEPROM is Electricity Erasable Programmable Read Only Memory. EEPROM is reprogrammed with the help of electricity. It is a bit slow in speed.

Difference between RAM Vs ROM in tabular form

RAM (Random Access Memory)ROM (Read Only Memory)
Both read and write tasks are performed in RAM.Only read tasks are performed in ROM.
Data is stored temporarily in RAM.Data is stored permanently in ROM.
RAM is a volatile memory.ROM is a non-volatile memory.
The full form of RAM is Random Access Memory.The full form of ROM is Read Only Memory.
You can modify the data in RAM again and again.Data cannot be modified in ROM.
The storage capacity of RAM can be from 64 MB to more than 16 GB.The storage capacity of ROM is less than RAM.
RAM is a bit expensive.ROM is cheaper than RAM.
RAM size is small.ROM is bigger in size than RAM.
Power is needed to save data in RAM.Power is not required to save data in ROM.
RAM storage speed is fast.The process of storing data in ROM is long.
The speed of a computer or mobile depends on the RAM.ROM is used as a storage device in a computer or mobile.
Motherboard cannot work without RAM..It is not mandatory to have ROM in the motherboard. The motherboard can function without it as well.

FAQs

What is a RAM example?

RAM is the primary storage memory. The most common type of RAM this time is DDR-SDRAM (Double Data Rate Synchronous Dynamic Random-Access Memory).

What is RAM give two examples?

RAM is Random Access Memory. The two types of RAM is SRAM (static RAM) and DRAM(dynamic RAM).

What is stored in RAM example?

RAM is used to store the data that is currently in use, CPU can access the stored data directly.

What are 3 uses of RAM?

Loading apps and files, browsing the internet, enjoying the latest games with great speed.

What are 5 RAM types?

ADRAM-asynchronous DRAM
SDRAM-synchronous DRAM
DDR SDRAM-double data rate SDRAM
RDRAM-Rhombus DRAM
CDRAM-cache DRAM

Why RAM is faster than ROM?

RAM is a high-speed memory because it can operate both operations read and write.

Why is RAM necessary?

RAM is used to store and access data on a short-term basis. It is used to access data quickly.

What are the 5 features of RAM?

RAM is volatile.
RAM is Primary memory.
In RAM data can be accessed directly.
RAM is the fastest memory.

Why is RAM used?

RAM is used to store data and access it quickly.

Why is ROM used?

ROM is read-only memory so the stored data cannot be overwritten. It is used in printer software or startup programs.

Recommended Articles

  • OSI Model Layers and Protocols in Computer Network
  • TCP/IP Layers and Their Functions
  • What is computer in Hindi?
  • Use and example of network explained
  • Ipv4 vs Ipv6 difference table

Share this:

  • Click to share on Facebook (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • More
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Pinterest (Opens in new window)

Also Read

Differences Tags:RAM and ROM memory, Random access memory definition, Read-only memory definition, ROM stands for, Types of read only memory

Post navigation

Previous Post: Sequential and Parallel Stream in Java | Example, Differences
Next Post: Difference between Git Merge and Git Rebase | Git Rebase vs Git Merge

More Related Articles

IPv4 Vs IPv6 | Difference between IPv4 and IPv6 IPv4 Vs IPv6 | Difference between IPv4 and IPv6 Differences
Difference between JPanel and JFrame Difference between JPanel and JFrame Differences
Difference between Structure and Class in C++ in tabular form Difference between Structure and Class in C++ in tabular form Differences
Stack Vs Heap in Java Stack Vs Heap in Java | Memory Allocation Section in Java Differences
Difference between Git Merge and Git Rebase | Git Rebase vs Git Merge Difference between Git Merge and Git Rebase | Git Rebase vs Git Merge Differences
Difference between StringBuffer and StringBuilder Difference between StringBuffer and StringBuilder Differences

Leave a Reply Cancel reply

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

  • National Farmers Day in Hindi | राष्ट्रीय किसान दिवस पर निबंध | चौधरी चरण सिंह जयंती
  • Human rights day in Hindi: 10 दिसंबर ह्यूमन राइट्स डे
  • Unicef day is celebrated on December 11 | Speech on unicef day
  • Indian Navy Day: जल सेना दिवस कब और क्यों मनाया जाता है?
  • P V Sindhu Biography in Hindi, Badminton, State, Caste पी. वी. सिंधु जीवन परिचय, कहानी, राज्य, जाति
  • Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी
  • OSI Model | 7 Layers of OSI Model in Computer network
    OSI Model | 7 Layers of OSI Model in Computer network, Functions Networking
  • IPv4 Vs IPv6 | Difference between IPv4 and IPv6
    IPv4 Vs IPv6 | Difference between IPv4 and IPv6 Differences
  • Similarities and difference between OSI and TCP/IP model
    OSI vs TCP/IP Model, Similarities and difference between OSI and TCP/IP model Networking
  • Difference between TCP and UDP
    Difference between TCP and UDP | TCP vs UDP examples Differences
  • Network kya hai (नेटवर्क क्या है)
    Network kya hai (नेटवर्क क्या है) Networking
  • Difference between Internet and Intranet
    Difference between Internet and Intranet Differences
  • TCP/IP Model, Full Form, Layers and their Functions
    TCP/IP Model, Full Form, Layers and their Functions Networking
  • Java Tutorial
  • Servlet Tutorial
  • JSP Tutorial
  • Maven Tutorial
  • HTML Tutorial
  • Programs
  • Hindi/English Grammar
  • Difference Between ... and ...
  • HR Interview
  • Important Articles

Write to Us:
geekcer.code@gmail.com

  • About Us
  • Privacy and Policy
  • Disclaimer
  • Contact Us
  • Sitemap

Copyright © GeekCer 2022 All Rights reserved