top of page
Writer's pictureNagapuri Swathi

Random Access Memory and Read Only Memory

Updated: Sep 15

Random Access Memory(#RAM) is a hardware device. It acts as an internal #memory of the #CPU. It is generally located on the #motherboard of the CPU. Random Access Memory is for storing data, program, and program results. The data in the RAM is available only when the computer is working, the moment the computer is turned off the data in RAM is erased. As the data is lost when the computer is turned off, it is also referred to as temporary memory. It is read or write memory.

Random Access Memory is #volatile in nature, i.e., the data in RAM is lost if there is any power failure or when the system is turned off.


There are two types of RAM.

  1. Static RAM

  2. Dynamic RAM

1. Static RAM:

Static RAM (#SRAM) retains its memory contents as long as the power is being supplied. However, as it is volatile, data is lost when the power is off. Cache memory is built using SRAM memories.

The circuit of SRAM is similar to the D flip-flop. They are expensive but faster compared to DRAM. They use more power and generates more heat compared to DRAM.



2. Dynamic RAM (#DRAM):

Dynamic RAM is made using tiny capacitors that leak electricity. To maintain its data DRAM requires recharge for every few milliseconds. They are slower than SRAM due to the usage of capacitors. They are mainly used in main memory.


Read-Only Memory (#ROM):


Read-Only Memory is used for storing data permanently, it is done at the time of manufacturing. The data from ROM can only be read but cannot be written. ROM is non-volatile in nature. The instructions that are required to start the computer are stored in ROM.




Types of ROM:


1. Programmable Read-Only Memory (PROM):

The data in #PROM can be modified only once by the user. The desired contents of the PROM program are entered into a blank PROM. There are small fuses inside the PROM chip that are burnt open during programming.



2. Erasable Programmable Read-Only Memory (EPROM):

The data in the #EPROM can be erased by exposing it to Ultra Violet (UV) light. It can be reprogrammed by erasing all the previous data,


3. Electrically Erasable Programmable Read-Only Memory (EEPROM):

The portions of the chip can be erased by applying an electric field to #EEPROM.


Differences between Random Access Memory (RAM) and Read-Only Memory (ROM)


 

See Also:

































Author -


Written By: Nagapuri Swathi




Order Electronics Projects


Want us to guide you through your project or make the project for you? Click on the button below or reach out to us via Call/WhatsApp at (+91) - 7600948607


You can -


  • Order Basic Electronics Projects

  • Order Embedded Systems Projects

  • Order IoT Projects

  • Order FPGA Projects

  • Order VLSI Projects

  • Order Image Processing Projects

  • Order Matlab Projects

  • Order TinkerCAD Projects

  • Order Proteus Projects


Click on the button below to fill out the project inquiry form -





Create Various Projects


Check out our Free Arduino Projects Playlist - Arduino Projects 

Check out our Free Raspberry Pi Projects Playlist - Raspberry Pi Projects 

Check out our Free TinkerCAD Projects Playlist - TinkerCAD Projects 

Check out our Free IoT Projects Playlist - IoT Projects 

Check out our Free Home Automation Projects Playlist - Home Automation Projects 

Check out our Free NodeMCu Projects Playlist - NodeMCu Projects 



Follow us -


Please do follow us i.e. #learnelectronicsindia to get daily updates about new blogs, videos, courses, products, offers, competitions, quizzes, and Internship Opportunities.





70 views2 comments

Related Posts

See All

2 Comments


ashitanarvekar2002
Jul 28, 2023

Clear and concise. LearnElectronics India's expertise shines through.

Like

Anushka Gupta
Anushka Gupta
Jul 21, 2023

Learning about RAM and ROM has never been this enjoyable! Learn Electronics India's article is a testament to their expertise and teaching skills. The writing style is approachable, and the examples are spot-on. I've gained a deeper appreciation for these essential electronic components, all thanks to this incredible blog.

Like
bottom of page