Memory
What is memory?
Memory, also known as primary storage, is used by a computer to store data and instructions.
​
Memory is quick because the CPU can access it directly.
​
Memory is important because it allows the computer to multi-task.
Types of Memory
RAM
(Random Access Memory)
-
RAM is volatile (this means that when power is lost, the data is deleted).
-
Every program that is being run by the computer (such as Google Chrome, Spotify or Microsoft Word) is stored in RAM.
-
RAM is made up of a large number of storage locations, each can be identified by a unique address.
ROM
(Read Only Memory)
-
ROM is non-volatile (this means that data is saved, even when the power is off).
-
The start-up instructions (for when a computer is turned on) are stored in ROM.
-
ROM is read-only, which means that it cannot be edited or changed.
Cache Memory
-
Cache memory is fast to access because it is very close to the CPU.
-
Cache memory stores data that needs to be accessed very frequently.
-
Cache memory is very expensive, so there is only a small amount in most computers.
How can you make a computer faster?
If you are trying to run too many programs at the same time, ​there might not be enough space in RAM.
​
Try closing applications and processes that you do not need. Persistently slow computers could be helped by increasing the amount of RAM on the motherboard.