SlideShare a Scribd company logo
what is ROM? Rom(read only memory)
what is ROM? Rom(read only memory)
Group Member
ID Name
172-19-1998 Abdullahi Shire Ali
172-19-2000
173-19-2009
Mohamud abdi Osman
Abdullahi Ismacil
Presented
Ms.Tasnuva Ali
Assistant Professor
Dept. OF ETE
Daffodil International
University
153-19-1824 Tahmid Rahman Khan
Introduction of memory
History of Memory
Types of memory and definition
Types of Rom
Faction of Rom
Advantages and dis advantages of Rom
Conculation
A Memory is just like a human brain. It is used to store data and instructions.
Computer memory is any physical device capable of storing information
temporarily like RAM (random access memory), or permanently,
like ROM(read-only memory).
Computer memory is the storage space in the computer, where data is to be
processed and instructions required for processing are stored.
The memory is divided into large number of small parts called cells. Each
location or cell has a unique address, which varies from zero to memory size
minus one.
History of Memory
in the early 1940s, memory technology mostly permitted a capacity of
a few bytes.
ENIAC(Electronic Numerical Integrator And Computer): Firs
electronic general- purpose computer .
That is capable of being reprogrammed to solve a large class of
numerical problems
The next significant advance in computer memory came with
acoustic delay line memory, developed by J. Presper Eckert in the
early 1940s.
Efforts began in the late 1940s to find non-volatile memory. Jay
Forrester, Jan A. Rajchman and An Wang developed magnetic-core
memory, which allowed for recall of memory after power loss.
Process of Memory
Memory
Input OutputProcessor
Storage
Types of Memory
memory
RAM
S-RAM D-RAM
ROM
EEP-ROMP-ROM
E-ROM
What is Rom Memory
Short for read-only memory, ROM is a storage medium that is used with
computers and other electronic devices.
As the name indicates, data stored in ROM may only be read.
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.
Cont.………….
Stores crucial information essential to operate the system, like the program
essential to boot the computer.
It is not volatile.
Always retains its data.
Used in embedded systems or where the programming needs no change.
Used in calculators and peripheral devices.
ROM is further classified into 4 types- ROM, PROM, EPROM, and EEPROM.
ROM at Work
Similar to RAM and ROM chips is contain a grid of columns and rows. But
where the columns and rows intersect, ROM chips are fundamentally different
from RAM chips.
RAM uses transistors to turn on or off access to a capacitor at each intersection,
ROM uses a diode to connect the lines if the value is 1. If the value is 0, then the
lines are not connected at all.
If a diode is present at that cell, the charge will be conducted through to the
ground, and, under the binary system, the cell will be read as being "on" (a value
of 1).
what is ROM? Rom(read only memory)
Other Types of memory Faction
PROM (Programmable read-only memory) – It can be programmed by user.
Once programmed, the data and instructions in it cannot be changed.
EPROM (Erasable Programmable read only memory) – It can be
reprogrammed. To erase data from it, expose it to ultra violet light. To reprogram
it, erase all the previous data.
EEPROM (Electrically erasable programmable read only memory) – The
data can be erased by applying electric field, no need of ultra violet light. We can
erase only portions of the chip.
PROM Work
Creating ROM chips totally from scratch is time-consuming and very
expensive in small quantities. For this reason, mainly, developers created a
type of ROM known as programmable read-only memory (PROM).
PROM chips (Figure 2) have a grid of columns and rows just as ordinary
ROMs do. The difference is that every intersection of a column and row in a
PROM chip has a fuse connecting them.
A charge sent through a column will pass through the fuse in a cell to a
grounded row indicating a value of 1. Since all the cells have a fuse, the initial
(blank) state of a PROM chip is all 1s. To change the value of a cell to 0, you
use a programmer to send a specific amount of current to the cell.
Figure
About PROM
Applications of Programmable Read Only Memory (PROM)
The Programmable ROM (PROM) are used in
Mobile Phones for providing User Specific Selections.
Video game consoles
Implantable Medical devices.
Radio-Frequency Identification (RFID)tags.
High definition Multimedia Interfaces(HDMI)
Advantages and Disadvantage
of Programmable Read Only Memory (PROM)
The programming can be done using many types of software
and does not rely on hard wiring of the program to the chip.
Since it is not possible to un-blow the fuse, so the authenticity
of the data remains intact and it is impossible to remove or
alter the contents.
The biggest disadvantage of PROM is that the data once burnt
cannot be erased or changed when detected with errors.
EPROM Work
Erasable programmable read-only memory (EPROM) addresses this
issue.
 EPROM chips can be rewritten many times.
. Erasing an EPROM requires a special tool that emits a certain
frequency of ultraviolet (UV) light
Once again we have a grid of columns and rows. In an EPROM, the
cell at each intersection has two transistors.
The two transistors are separated from each other by a thin oxide
layer. One of the transistors is known as the floating gate and the
other as the control gate
Cont.………….
Data can be extracted from the EPROM by decoding the
address at the address pins and then connecting it to the output
buffers.
The programming process in EPROM is not reversible
electrically. Ultraviolet light is used to cause ionization within
the oxide which allows the stored charge to dissipate and the
memory is also deleted.
Applications of Erasable Programmable Read
Only Memory (EPROM)
As program storage chip in Micro controllers.
For debugging.
For program development.
As BIOS chip in computers.
As program storage chip in modem, video card and many
electronic gadgets.
Advantages of EPROM
EPROM is non-volatile so it retains its memory even
without power. So no external memory is required.
EPROM is quite effective.
EPROM is reprogrammable i.e. the data in the EPROM
can be erased and reprogrammed.
Disadvantages of EPROM
Transistors used in EPROM have a higher resistance.
The EPROM needs UV light to erase the data. This can’t be done
using electrical signals.
It is not possible to erase a particular byte of data in EPROM. The
whole data is deleted.
The static power consumption of EPROM is quite high.
It takes some time to erase the data in EPROM. This is differen
than EEPROM where the data can be instantaneously erased.
EEPROMs Work
EPROMs are a big step up from PROMs in terms of reusability, they still
require dedicated equipment and a labor-intensive process to remove and
reinstall them each time a change is necessary.
Also changes cannot be made incrementally to an EPROM the whole chip
must be erased.
Electrically erasable programmable read-only memory (EEPROM) chips
remove the biggest drawbacks of EPROMs
Cont.………….
The chip does not have to removed to be rewritten.
The entire chip does not have to be completely
erased to change a specific portion of it.
Changing the contents does not require additional
dedicated equipment.
Applications of Electrically Erasable Programmable
Read Only Memory (EEPROM)
As BIOS chip in computers
As storage for re-programmable calibration information in test-
equipment.
As storage for in-built self learning functionality in remote operated
transmitters.
Advantages of Electrically Erasable
Programmable Read Only Memory (EEPROM)
The method of erasing is electrical and instant.
Chip can be reprogrammed infinite number of times.
Byte wise data can be erased instead of entire content on the
board.
To change the data, additional devices are not required.
Disadvantages of Electrically Erasable
Programmable Read Only Memory (EEPROM)
Different voltages are required for erasing, reading and writing
the data.
The data retention period of EEPROM is limited i.e 10 years
approx.
EEPROM devices are expensive compared to others.
what is ROM? Rom(read only memory)

More Related Content

PPTX
ROM (Read Only Memory)
JaneAlamAdnan
 
PDF
Primary Memory: RAM, ROM and their Types
Hem Pokhrel
 
PPTX
Primary memory (main memory)
shah baadshah
 
PPT
ROM(Read Only Memory )
rohitladdu
 
PPTX
Computer Memory
sumeshkumarsheoran
 
PPT
memory classification
RamaPrabha24
 
PPTX
Memory and its types
University of Gujrat (sialkot)
 
PPTX
Random access memory
Ruchi Maurya
 
ROM (Read Only Memory)
JaneAlamAdnan
 
Primary Memory: RAM, ROM and their Types
Hem Pokhrel
 
Primary memory (main memory)
shah baadshah
 
ROM(Read Only Memory )
rohitladdu
 
Computer Memory
sumeshkumarsheoran
 
memory classification
RamaPrabha24
 
Memory and its types
University of Gujrat (sialkot)
 
Random access memory
Ruchi Maurya
 

What's hot (20)

PPTX
memory hierarchy
sreelakshmikv
 
PPTX
Memory types
Piyush Rochwani
 
PPT
Computer hardware component Created by king parmeshwar pawar
King Parmeshwar Pawar :) Edu.Li
 
PPTX
Ram and its types
FARAZ QURESHI(BLACK HAT)
 
PPTX
RAM/ROM and its TYPES
Jagruti Ghadigaonkar
 
PPT
Computer Memory
Forrester High School
 
PPTX
Processors
HIMANSHU JAIN
 
PPTX
Functional units
Jeeva Nanthini
 
PPT
Computer memory
nikunjandy
 
PPTX
Computer memory
arunavasava
 
PPTX
Presentation on computer ram
Salim Hosen
 
PPTX
presentation on memory units.
Krishna Bharati
 
PDF
Ram and its types
MuhammadTariq387
 
PPTX
RAM and ROM Chips
Adeel Rasheed
 
PPTX
Direct Memory Access
Hetauda City College
 
PPTX
Interrupts
Urwa Shanza
 
PPTX
Random Access Memory ppt
OECLIB Odisha Electronics Control Library
 
PDF
Basic CPU (Central Processing Unit)
Faraz Ahmed
 
PPTX
RAM(Random Access Memory)
JaneAlamAdnan
 
memory hierarchy
sreelakshmikv
 
Memory types
Piyush Rochwani
 
Computer hardware component Created by king parmeshwar pawar
King Parmeshwar Pawar :) Edu.Li
 
Ram and its types
FARAZ QURESHI(BLACK HAT)
 
RAM/ROM and its TYPES
Jagruti Ghadigaonkar
 
Computer Memory
Forrester High School
 
Processors
HIMANSHU JAIN
 
Functional units
Jeeva Nanthini
 
Computer memory
nikunjandy
 
Computer memory
arunavasava
 
Presentation on computer ram
Salim Hosen
 
presentation on memory units.
Krishna Bharati
 
Ram and its types
MuhammadTariq387
 
RAM and ROM Chips
Adeel Rasheed
 
Direct Memory Access
Hetauda City College
 
Interrupts
Urwa Shanza
 
Basic CPU (Central Processing Unit)
Faraz Ahmed
 
RAM(Random Access Memory)
JaneAlamAdnan
 
Ad

Similar to what is ROM? Rom(read only memory) (20)

PPTX
Read Only Memory
Pradeep Gupta
 
PPTX
rom-140919103032-phpapp02.pptx
RAJCHATTERJEE24
 
PDF
Rom (read only memory)
Hemin Patel
 
PPTX
Topic 11- Read Only Memory (ROM).pptx
MartMantilla1
 
PPT
Read Only Memory
rohitladdu
 
PPTX
DPSD MEMORY DEVICES UNIT memory device 4.pptx
Meganath7
 
PPT
digital logic circuits, digital component memory unit
Rai University
 
PPT
Memory Unit For engineering
Animesh Mangla
 
PPTX
Rom hard on computer mmmmmmmnmmmmmnmmmmmnnn
mhamadhawlery16
 
PPTX
R-O-M.pptx computer 10 slide shere ddddd
mhamadhawlery16
 
PPT
Bca 2nd sem-u-1.7 digital logic circuits, digital component memory unit
Rai University
 
PPT
B.sc cs-ii-u-1.7 digital logic circuits, digital component memory unit
Rai University
 
PPT
ROM
Ashok Yadav
 
PPT
Internal memory
Siddique Ibrahim
 
PPTX
5A. Semiconductor Memories Part I (4).pptx
bhavyasingla40
 
PPTX
Memory Hierarchy (RAM and ROM)
sumanth ch
 
PDF
CLASIFICATION OF MEMORY mechnical engind
UKESHK1
 
PPTX
Lec 3 digital electronics- read only memory
priyankatabhane
 
PPTX
SEMICONDUCTOR MEMORIES(RAM &ROM).pptx
Momin24
 
Read Only Memory
Pradeep Gupta
 
rom-140919103032-phpapp02.pptx
RAJCHATTERJEE24
 
Rom (read only memory)
Hemin Patel
 
Topic 11- Read Only Memory (ROM).pptx
MartMantilla1
 
Read Only Memory
rohitladdu
 
DPSD MEMORY DEVICES UNIT memory device 4.pptx
Meganath7
 
digital logic circuits, digital component memory unit
Rai University
 
Memory Unit For engineering
Animesh Mangla
 
Rom hard on computer mmmmmmmnmmmmmnmmmmmnnn
mhamadhawlery16
 
R-O-M.pptx computer 10 slide shere ddddd
mhamadhawlery16
 
Bca 2nd sem-u-1.7 digital logic circuits, digital component memory unit
Rai University
 
B.sc cs-ii-u-1.7 digital logic circuits, digital component memory unit
Rai University
 
Internal memory
Siddique Ibrahim
 
5A. Semiconductor Memories Part I (4).pptx
bhavyasingla40
 
Memory Hierarchy (RAM and ROM)
sumanth ch
 
CLASIFICATION OF MEMORY mechnical engind
UKESHK1
 
Lec 3 digital electronics- read only memory
priyankatabhane
 
SEMICONDUCTOR MEMORIES(RAM &ROM).pptx
Momin24
 
Ad

Recently uploaded (20)

PDF
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PPTX
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PPTX
Information Retrieval and Extraction - Module 7
premSankar19
 
PDF
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
PPTX
Online Cab Booking and Management System.pptx
diptipaneri80
 
PDF
Zero Carbon Building Performance standard
BassemOsman1
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
DOCX
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
PPTX
MULTI LEVEL DATA TRACKING USING COOJA.pptx
dollysharma12ab
 
PDF
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
Information Retrieval and Extraction - Module 7
premSankar19
 
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
Online Cab Booking and Management System.pptx
diptipaneri80
 
Zero Carbon Building Performance standard
BassemOsman1
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
MULTI LEVEL DATA TRACKING USING COOJA.pptx
dollysharma12ab
 
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 

what is ROM? Rom(read only memory)

  • 3. Group Member ID Name 172-19-1998 Abdullahi Shire Ali 172-19-2000 173-19-2009 Mohamud abdi Osman Abdullahi Ismacil Presented Ms.Tasnuva Ali Assistant Professor Dept. OF ETE Daffodil International University 153-19-1824 Tahmid Rahman Khan
  • 4. Introduction of memory History of Memory Types of memory and definition Types of Rom Faction of Rom Advantages and dis advantages of Rom Conculation
  • 5. A Memory is just like a human brain. It is used to store data and instructions. Computer memory is any physical device capable of storing information temporarily like RAM (random access memory), or permanently, like ROM(read-only memory). Computer memory is the storage space in the computer, where data is to be processed and instructions required for processing are stored. The memory is divided into large number of small parts called cells. Each location or cell has a unique address, which varies from zero to memory size minus one.
  • 6. History of Memory in the early 1940s, memory technology mostly permitted a capacity of a few bytes. ENIAC(Electronic Numerical Integrator And Computer): Firs electronic general- purpose computer . That is capable of being reprogrammed to solve a large class of numerical problems The next significant advance in computer memory came with acoustic delay line memory, developed by J. Presper Eckert in the early 1940s. Efforts began in the late 1940s to find non-volatile memory. Jay Forrester, Jan A. Rajchman and An Wang developed magnetic-core memory, which allowed for recall of memory after power loss.
  • 7. Process of Memory Memory Input OutputProcessor Storage
  • 8. Types of Memory memory RAM S-RAM D-RAM ROM EEP-ROMP-ROM E-ROM
  • 9. What is Rom Memory Short for read-only memory, ROM is a storage medium that is used with computers and other electronic devices. As the name indicates, data stored in ROM may only be read. 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.
  • 10. Cont.…………. Stores crucial information essential to operate the system, like the program essential to boot the computer. It is not volatile. Always retains its data. Used in embedded systems or where the programming needs no change. Used in calculators and peripheral devices. ROM is further classified into 4 types- ROM, PROM, EPROM, and EEPROM.
  • 11. ROM at Work Similar to RAM and ROM chips is contain a grid of columns and rows. But where the columns and rows intersect, ROM chips are fundamentally different from RAM chips. RAM uses transistors to turn on or off access to a capacitor at each intersection, ROM uses a diode to connect the lines if the value is 1. If the value is 0, then the lines are not connected at all. If a diode is present at that cell, the charge will be conducted through to the ground, and, under the binary system, the cell will be read as being "on" (a value of 1).
  • 13. Other Types of memory Faction PROM (Programmable read-only memory) – It can be programmed by user. Once programmed, the data and instructions in it cannot be changed. EPROM (Erasable Programmable read only memory) – It can be reprogrammed. To erase data from it, expose it to ultra violet light. To reprogram it, erase all the previous data. EEPROM (Electrically erasable programmable read only memory) – The data can be erased by applying electric field, no need of ultra violet light. We can erase only portions of the chip.
  • 14. PROM Work Creating ROM chips totally from scratch is time-consuming and very expensive in small quantities. For this reason, mainly, developers created a type of ROM known as programmable read-only memory (PROM). PROM chips (Figure 2) have a grid of columns and rows just as ordinary ROMs do. The difference is that every intersection of a column and row in a PROM chip has a fuse connecting them. A charge sent through a column will pass through the fuse in a cell to a grounded row indicating a value of 1. Since all the cells have a fuse, the initial (blank) state of a PROM chip is all 1s. To change the value of a cell to 0, you use a programmer to send a specific amount of current to the cell. Figure About PROM
  • 15. Applications of Programmable Read Only Memory (PROM) The Programmable ROM (PROM) are used in Mobile Phones for providing User Specific Selections. Video game consoles Implantable Medical devices. Radio-Frequency Identification (RFID)tags. High definition Multimedia Interfaces(HDMI)
  • 16. Advantages and Disadvantage of Programmable Read Only Memory (PROM) The programming can be done using many types of software and does not rely on hard wiring of the program to the chip. Since it is not possible to un-blow the fuse, so the authenticity of the data remains intact and it is impossible to remove or alter the contents. The biggest disadvantage of PROM is that the data once burnt cannot be erased or changed when detected with errors.
  • 17. EPROM Work Erasable programmable read-only memory (EPROM) addresses this issue.  EPROM chips can be rewritten many times. . Erasing an EPROM requires a special tool that emits a certain frequency of ultraviolet (UV) light Once again we have a grid of columns and rows. In an EPROM, the cell at each intersection has two transistors. The two transistors are separated from each other by a thin oxide layer. One of the transistors is known as the floating gate and the other as the control gate
  • 18. Cont.…………. Data can be extracted from the EPROM by decoding the address at the address pins and then connecting it to the output buffers. The programming process in EPROM is not reversible electrically. Ultraviolet light is used to cause ionization within the oxide which allows the stored charge to dissipate and the memory is also deleted.
  • 19. Applications of Erasable Programmable Read Only Memory (EPROM) As program storage chip in Micro controllers. For debugging. For program development. As BIOS chip in computers. As program storage chip in modem, video card and many electronic gadgets.
  • 20. Advantages of EPROM EPROM is non-volatile so it retains its memory even without power. So no external memory is required. EPROM is quite effective. EPROM is reprogrammable i.e. the data in the EPROM can be erased and reprogrammed.
  • 21. Disadvantages of EPROM Transistors used in EPROM have a higher resistance. The EPROM needs UV light to erase the data. This can’t be done using electrical signals. It is not possible to erase a particular byte of data in EPROM. The whole data is deleted. The static power consumption of EPROM is quite high. It takes some time to erase the data in EPROM. This is differen than EEPROM where the data can be instantaneously erased.
  • 22. EEPROMs Work EPROMs are a big step up from PROMs in terms of reusability, they still require dedicated equipment and a labor-intensive process to remove and reinstall them each time a change is necessary. Also changes cannot be made incrementally to an EPROM the whole chip must be erased. Electrically erasable programmable read-only memory (EEPROM) chips remove the biggest drawbacks of EPROMs
  • 23. Cont.…………. The chip does not have to removed to be rewritten. The entire chip does not have to be completely erased to change a specific portion of it. Changing the contents does not require additional dedicated equipment.
  • 24. Applications of Electrically Erasable Programmable Read Only Memory (EEPROM) As BIOS chip in computers As storage for re-programmable calibration information in test- equipment. As storage for in-built self learning functionality in remote operated transmitters.
  • 25. Advantages of Electrically Erasable Programmable Read Only Memory (EEPROM) The method of erasing is electrical and instant. Chip can be reprogrammed infinite number of times. Byte wise data can be erased instead of entire content on the board. To change the data, additional devices are not required.
  • 26. Disadvantages of Electrically Erasable Programmable Read Only Memory (EEPROM) Different voltages are required for erasing, reading and writing the data. The data retention period of EEPROM is limited i.e 10 years approx. EEPROM devices are expensive compared to others.