✅ 2. Memory and Storage Flashcards
What are the two types of storage?
Primary and Secondary Storage
Why do computers need primary storage?
- Computers need primary storage to temporarily store data, instructions and programs that the computer needs whilst it is in operation.
- Additionally, it is needed because it would be too slow to access eveything directly from the hard disk
What are the two types of primary storage?
- RAM
- ROM
What does RAM stand for?
Random Access Memory
What is the purpose of RAM in a computer system?
RAM stores data, instructions and programs that are currently being used by the processor
Describe 3 things about RAM?
- RAM is a volatile memory
- It can be written to and read from
- Directly accessible by the processor
What is volatile memory?
Volatile memory is when all the data is lost when the power is turned off
What are the advantages of having a computer with more RAM?
The more RAM a computer has, the more data and programs it can hold simultaneously
What does ROM stand for?
Read Only Memory
What is the purpose of ROM in a computer system?
ROM stores the start-up instructions for a computer and instructions and data that never need to be changed
Describe 3 properties of ROM
- Non-volatile
- Stores the start-up instructions for a computer
- The data is read-only and cannot be changed
Give 5 examples of instructions that are stored in the ROM?
- Store BIOS
- Stores the boot-up instructions
- Stores data that should not be changed
- Stores data that must be retained when the computer turns off
- Store firmware/OS fundamentals
What is BIOS?
BIOS stands for Basic input/output system that contains programs to check the hardware and load the operating system
What is virtual memory?
Virtual Memory is a small section of the secondary storage that is used as temporary RAM
When is virtual memory used?
Virtual memory may be needed if the computer does not have enough RAM to run a process because the RAM is full