A-Ads 5

Friday, 10 June 2016

Differenciate between RAM and ROM.

Following table shows the difference between RAM and ROM.
OptionsRAMROM
ElaborationRandom Access MemoryRead Only memory
AccessibilityIn reference with the processor, the information stored in the RAM is easily accessedThe processor cannot directly access the information that is stored in the ROM. In order to access the ROM information, first the information will be transferred into the RAM and then it gets executed by the processor
Working typeBoth the read and write operations can be performed over the information that is stored in the RAMThe ROM memory only allows the user to read the information. User cannot make any changes to the information.
StorageRAM memory is only used to store the temporary information.ROM memory is used to store permanent information and cannot be deleted.
Speedthe accessing speed of RAM is faster, it assist the processor to boost up the speedSpeed is slower in comparison with RAM, ROM cannot boost up the processor speed
Data preservingElectricity is needed in RAM to flow to preserving informationElectricity is not needed in ROM to flow to preserving information
structureThe RAM is an chip, which is in the rectangle form and is inserted over the mother board of the computerROMs are generally the optical drivers, which are made of magnetic tapes.
CostThe price of RAMs are comparatively highThe price of ROMs are comparatively low
Chip sizePhysically size of RAM chip is larger than ROM chipPhysically size of ROM chip is smaller than RAM chip.
TypesThe RAM memory is categorized into two types they are the: Statistic RAM (SRAM) and Dynamic RAM (DRAM)The ROM memory is categorized into three types, they are: PROM (Programmable Read Only memory), EPROM  (Erasable Programmable Read Only memory)  and EEPROM (Electrically Erasable Programmable Read Only memory)