Operating System
Programming and Technical
Logical Reasoning
Cryptography
Differentiate between RAM and ROM?
Read Solution (Total 1)
-
- RAM:
-> Random Access Memory.
-> Temporary Memory.
-> Contains the program that are currently under execution.
-> Data stored in it are lost during power failure or system shutdown.
ROM:
-> Read Only Memory.
-> Permanent Memory.
-> Contains all the BIOS and system booting Programs.
-> Data present in it are never lost during power failure or system shutdown. - 11 years agoHelpfull: Yes(3) No(5)
Operating System Other Question