3.4c Secondary Storage - adv and dis Flashcards
MUST do
What is secondary storage?
Secondary storage is the memory in which the computer can store the data or instructions which are NOT currently in use.
Not all computer systems use secondary storage.
E.g.
Hard Disk Drive (HDD)
Solid State Drive (SSD)
Compact Disk (CD)
What is Primary storage
Primary storage is the memory in which the computer can store the data or instructions that are currently in use.
The two main types of primary storage are:
Random Access Memory (RAM)
Read-Only Memory (ROM)
What is solid state storage sometimes referred to as?
Flash storage or Flash Memory
Where does flash memory store data?
Flash memory stores the value of each bit in a semi-conductor chip
How can data be accessed in Flash memory?
Data can be accessed randomly. This means that any piece of data can be accessed in a constant amount of time.
This is achievable because there are no moving parts.
How reliable is magnetic storage?
The HDD has moving parts.
Although the HDD is generally reliable, any device with moving parts will be subject to wear-and-tear.
HDDs can also be damaged by shocks. They are not robust.
What are the pros and cons of magnetic storage?
Pros:
Good Reliability
High Capacity - up to several terabytes per device
Low Cost per gigabyte - magnetic tape is the cheapest, but hard disk is very low as well.
Cons:
Hard disk has mechanical moving parts, so less rugged than solid state storage.
Data can be lost near strong magnetic fields,
Data read / write is not as fast as flash technology
Why does magnetic storage have low speed?
Magnetic media needs a high number of moving parts.
The high number of moving parts make magnetic media slow to access.
Why does magnetic storage have good reliability?
Magnetic media is reliable and tends to last for a long time.
Magnetic media is not robust, and tends to break on impact or during vibrations.
Why does magnetic data have a high capacity of data storage?
Magnetic media can store a large quantity of data in a compact way.
This makes them a popular choice for archives as well as home computers
What are some examples of Magnetic storage?
HDDs
Hybrid Drives
Magnetic tapes
What is optical storage?
Optical storage uses laser light to retrieve data from the surface of optical media. Optical storage is often used to deliver multimedia content such as video
What does a land represent, and what does a pit represent?
The lands represent 1 and the pits represent 0 in binary computing. (In optical storage)
How are bits stored in optical storage?
Each 1 or 0 (value of a bit) is represented as a microscopic hole (called a pit) or a flat surface (called a land) on the surface of the disk
How is data accessed in optical storage?
A laser is shone on the disk surface.
If the laser hits a land, it will be reflected into a sensor.
If the laser hits a pit, then it will be reflected elsewhere.
These can be used to represent our 1 and 0