ROM (Read-Only Memory) is a type of non-volatile memory that stores firmware and essential software that does not change, even when the device is powered off. RAM (Random Access Memory), on the other hand, is a type of volatile memory used for temporarily storing data and programs that are actively in use, allowing for quick access and processing. While ROM retains its data permanently, RAM loses its contents when the device is turned off. Together, they play crucial roles in a computer's operation and performance.
only rom
the motherboard? :S
ram is random access memory and ROM is read only memory
ROM
RAM - Random Access Memory ROM - Read Only Memory
RAM is random access memory and ROM is read-only memory.
Ram
rom
The BIOS is stored on ROM.
ROM isn't erased when you turn the power off, whereas RAM is.
RAM is a volatile Memory. But ROM is not volatile.
RAM is an acronym for Random Access Memory; ROM is an acronym for Read Only Memory. Both RAM and ROM are random access; that is, each cell in memory is directly accessible. The cells in RAM can be both read from and written to. The cells in ROM can only be read from. The bit pattern in ROM is determined at the time of manufacture or burned when the computer is assembled. Once a ROM has been burned (written), it cannot be changed. Another major difference is that RAM is volatile and ROM is not. This means that RAM does not maintain its bit patterns when the power is turned off, but ROM does.