Typo Fix In guide / english / computer-hardware / rom / index.md (#35740)

* Update index.md

* some correction

* reverted code
pull/29020/head^2
Rajiv Ranjan Singh 2019-04-06 03:49:30 +05:30 committed by Manish Giri
parent cce94b12e0
commit f5f6f0df04
1 changed files with 4 additions and 4 deletions

View File

@ -3,19 +3,19 @@ title: ROM
---
## Read Only Memory
Read-only Memory (ROM) is a self descriptive type of memory that references the idea that a computer and its applications can only read data from it. This is in direct contrast to other memory types, where it is possible to read and write data and store it in memory. It is mainly used to store programs and data which generally do not need any modification throughout the life of the device.
Read-only Memory (ROM) is a self-descriptive type of memory that references the idea that a computer and its applications can only read data from it. This is in direct contrast to other memory types, where it is possible to read and write data and store it in memory. It is mainly used to store programs and data which generally do not need any modification throughout the life of the device.
### Examples of ROM
#### BIOS ROM
In the early days of modern computers, one of the most common ROM chips used was the BIOS (Basic Input Output System) ROM. The chip would hold specific instructions that a computer needed in order to start up and it was critical that the information could not be accidentally modified. Once the BIOS ROM chip was installed (generally soldered to the motherboard), it could not be modified. Fast forward to the 2000's and BIOS technology had improved to where a BIOS could now use EPROM (An erasable type of ROM) where the instructions could be updated in a controlled fashion by the manufacturer, but the operation of the chip would still have the same behavior in being read-only. The act of "updating the BIOS" for a computer is infact updating the programming of the EPROM Bios.
In the early days of modern computers, one of the most common ROM chips used was the BIOS (Basic Input Output System) ROM. The chip would hold specific instructions that a computer needed in order to start up and it was critical that the information could not be accidentally modified. Once the BIOS ROM chip was installed (generally soldered to the motherboard), it could not be modified. Fast forward to the 2000's and BIOS technology had improved to where a BIOS could now use EPROM (An erasable type of ROM) where the instructions could be updated in a controlled fashion by the manufacturer, but the operation of the chip would still have the same behavior in being read-only. The act of "updating the BIOS" for a computer is, in fact, updating the programming of the EPROM Bios.
#### CD-ROM
The CD-ROM is a type of compact disc storage object that requires the use of an optical laser to read the data off the disc. The devices used to read the data house the lasers and are called CD-ROM Drives. The disc itself is generally created in a factory and once made, is read only. This is in contrast to the CD-R (compact disc recordables) medium which has the additional ability to hold new data.
The CD-ROM is a type of compact disc storage object that requires the use of an optical laser to read the data off the disc. The devices used to read the data house the lasers and are called CD-ROM Drives. The disc itself is generally created in a factory and once made, is read-only. This is in contrast to the CD-R (compact disc recordable) medium which has the additional ability to hold new data.
#### ROM cartridge
ROM cartridges appear in the 1980's with the rise of personnal computing. They are designed to be connected to a wide variety of devices, from calculators to home video game console systems. They are used to load software or enable specific hardware. Despite their quick load times and general robustness, they fell into disuse due to a smaller capacity and higher production costs than optical media.
ROM cartridges appear in the 1980's with the rise of personal computing. They are designed to be connected to a wide variety of devices, from calculators to home video game console systems. They are used to load software or enable specific hardware. Despite their quick load times and general robustness, they fell into disuse due to a smaller capacity and higher production costs than optical media.
![ROM](https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/N64-Game-Cartridge.jpg/2560px-N64-Game-Cartridge.jpg)
*A Nintendo 64 "Game Pak" ROM cartridge*