BC3- Computer System Storage Flashcards
What is the functions of computer?
Processing data according to given instructions
Where do computer stores data in?
Data Storage
What is primary storage?
Memory on the motherboard
Main memory that is directly accessible to CPU
What are the two types of main memory?
Volatile - Data lost when turned off (RAM)
Non volatile- Data is not lost when turned off (ROM)
What is Registers?
fastest memory in computer
hold computer instructions
perform arithmetic operations
What is Cache?
Hold instructions
Stores data so that future requests for that data can be served faster
What is secondary storage?
Storage that are not directly accessible to CPU.
It has to connected to the motherboard using cables and plugs.
Is secondary storage volatile or non-volatile?
Non-volatile.
List the examples of secondary storage:
- Disk Drivers : -HDD(Hard disk drive)
-SSD (Solid State Drive) - Optical Drives: -CD
-DVD
State the differences between Primary and Seecondary Storage.
- Primary: Direct CPU Access
Secondary : Indirect CPU Access - Primary: Fast
Secondary: Slow
3.Primary: Expensive
Secondary: Cheap - Primary: Volatile (Except ROM)
Secondary: Non-volatile - Primary: Run instructions
Secondary: Stores data