"Difference_Between_RAM_ROM"
HTML-код
- Опубликовано: 28 авг 2022
- Static RAM, or (SRAM) which stores a bit of data using the state of a six transistor memory cell.
Dynamic RAM, or (DRAM) which stores a bit data using a pair of transistor and capacitor which constitute a DRAM memory cell.
Read Only Memory (ROM) is a type of memory where the data has been prerecorded. Data stored in ROM is retained even after the computer is turned off ie, non-volatile. Types of ROM:
Programmable ROM, where the data is written after the memory chip has been created. It is non-volatile.
Erasable Programmable ROM, where the data on this non-volatile memory chip can be erased by exposing it to high-intensity UV light.
Electrically Erasable Programmable ROM, where the data on this non-volatile memory chip can be electrically erased using field electron emission.
Mask ROM, in which the data is written during the manufacturing of the memory chip.
The following table differentiates ROM and RAM:
DifferenceRAMROMData retentionRAM is a volatile memory which could store the data as long as the power is supplied.ROM is a non-volatile memory which could retain the data even when power is turned off.Working typeData stored in RAM can be retrieved and altered.Data stored in ROM can only be read.UseUsed to store the data that has to be currently processed by CPU temporarily.It stores the instructions required during bootstrap of the computer.SpeedIt is a high-speed memory.It is much slower than the RAM.CPU InteractionThe CPU can access the data stored on it.The CPU can not access the data stored on it unless the data is stored in RAM.Size and CapacitySmall size with less capacity.Large size with higher capacity.Used as/inCPU Cache, Primary memory.Firmware, Micro-controllersAccessibilityThe data stored is easily accessibleThe data stored is not as easily accessible as in RAMCostCostliercheaper than RAM.StorageA RAM chip can store only a few megabytes of data.A ROM chip can store multiple