Memory and Storage Flashcards
What is primary storage?
It’s low-capacity, internal storage that can be directly accessed by the CPU
Why was primary storage needed?
Primary storage access speeds are much faster than secondary storage
What does RAM mean and what are its features?
Random Access Memory
Volatile (temporary)
Stores all the programs that are currently running
What does ROM mean and what are its features?
Read-Only Memory
Non-volatile
Can’t be changed
Stores boot program/ BIOS
BIOS loads operating system
Where are programming instructions stored and what is the processing of them?
Stored by the RAM
It’s copied from the hard drive into the RAM which can the be processed by the CPU
Why is virtual memory need?
If there isn’t enough space for all the programs in the the RAM
The Hard Drive Disk can be used as an extension -virtual memory
What are some characteristics of primary storage?
Very quick as it’s accessed by CPU
Smaller storage size
Called ‘main memory’
What are some characteristics of secondary storage?
Slower not directly accessed by CPU
Larger storage size
Long-term storage of data and files
Why is secondary storage needed?
To save and store data that will be accessed repeatedly
Non-volatile storage
Examples of magnetic storage:
Floppy disk
Magnetic tape
What are some magnetic storage characteristics?
Large capacity
Cheaper than solid state
Not durable or portable
Slow access speed (faster than optical storage)
Examples of solid state storage:
USB flash drives
SD card
What are some optical storage characteristics?
Low capacity
Not durable
Portable
Slowest access speed
Examples of optical storage:
CD
DVD
Blu-Ray
What are some solid state storage characteristics?
High capacity
More expensive
Durable
Portable
Fast access speeds
What are characteristics that can be mentioned when talking about secondary storage?
Capacity
Speed
Portability
Durability
Reliability
Cost
Order the units of data storage:
Bit
Nibble (4 bits)
Byte (8 bits)
Kilobyte (1,000 bytes or 1KB)
Megabyte (1,000KB)
Gigabyte (1,000MB)
Terabyte (1,000GB)
Petabyte (1,000TB)
Why must data be stored in a binary format?
All data is presented in binary
Everything that needs to be processed on the computer needs to be converted into a binary format so it’s understood