What is memory?
is the ability to store data using INTEGRATED CIRCUITS. It is also known as PRIMARY storage.
What is volatile memory?
an example of which is RAM, retains its data only as long as a power supply is connected.
What is primary storage?
primary storage (main memory) is the memory directly accessible by the CPU, used to store data and instructions that are currently in use.
It is usually made up of RAM (volatile) and ROM (non-volatile).
What is ROM?
which stands for READ ONLY MEMORY, is non-volatile memory. Typically the BIOS, used to load the operating system into main memory, is stored on the ROM chip.
What is RAM?
Holds the operating system running and applications WHILE COMPUTOR IS IN USE. It is volatile so loses its memory when computer is off. can be read and written to by the computer. If insufficient storage uses virtual storage by moving data to/from secondary storage.
What is secondary storage?
stores files and programs . non-volatile so does not lose data when turned off .