ROM
By
Gabriel Torres
on January 6, 2006
Read-Only Memory
ROM memory is a type of integrated circuit containing a program inside. This program cannot be modified during its usage, hence the name “read-only”. Another characteristic of ROM memories is that their contents aren’t lost when the power goes off, contrary to what happens to RAM memories.
Software stored inside a ROM memory is called “firmware”.
ROM memories have several applications, like videogame cartridges (the “game”, i.e. the program is stored inside a ROM memory).
On the PC a ROM memory chip is used to store three programs: BIOS, POST and Setup. It became normal to call the PC ROM memory as “BIOS” while in reality BIOS is just one of the programs stored inside the PC ROM. This nickname became so popular that ROM memory located on other devices are informally called BIOS as well, like saying “video card BIOS” while referring to the “video card ROM”.
ROM memory circuits are classified accordingly to how their data are programmed or re-programmed:
It is important to notice that even though some ROM memories can have their contents erased and be reprogrammed, this doesn’t transform these memories from ROM to RAM, because the recording procedure on ROM memories takes a lot of time, contrary to RAM memories where storing data is really fast.
Originally at http://www.hardwaresecrets.com/dictionary/term/327