Systems architecture - AQARandom access memory

Computer systems are a combination of both hardware and software working together. Hardware is the physical components of a computer and software is the programs that run on a computer.

Part ofComputer ScienceTheoretical knowledge

Random access memory

is volatile main . This means that once the computer is switched off, the and held in RAM are lost. RAM is given the term “random access” because data can be stored and accessed from any location within the memory.

RAM is used to hold data and that are currently in use. In a modern PC, RAM is used to hold the operating system and any open documents and programs that are running.

The contents of RAM can be changed at any time, simply by overwriting them with other data and instructions. For example, a user might close one document and open a second, or run a different program.

The more RAM a computer has, the more data and programs it can hold simultaneously. RAM can also be upgraded fairly easily, unlike other types of main memory.

Question

How does ROM differ from RAM?