1.2: MEMORY AND STORAGE 2.0 Flashcards
What is a major disadvantage of SSDs? Give an example.
- expensive, tends to be smaller in capacity than other types.
- For example, a solid-state drive that holds 256 GB might be of a similar cost to a hard disk with several terabytes capacity.
How does power requirement correlate to the efficiency of SSDs?
-require little power, making them ideal for portable devices where battery life is a big consideration.
Considerations for an appropriate type of secondary storage (6) and their relevance.
Cost - cost per gigabyte (GB)?
Capacity - how much data can the medium hold?
Speed (of access) - how quickly can data be transferred to and from the medium?
Portability - how portable is the medium? Does it need to be portable?
Durability - how robust is the medium, and how robust will it need to be?
Reliability - how resilient and long-lasting is the medium?
SPEED:
SSD: fast as there are no moving parts
MAGNETIC: slow due to moving parts
OPTICAL: slow and limited as there are moving parts
CAPACITY:
MAGNETIC: large
SSD: sufficient
OPTICAL: low
COST:
MAGNETIC: cheapest per GB
OPTICAL: cheap for small storage
SSD: expensive
PORTABILITY:
SSD: highly portable and lightweight
OPTICAL: highly portable and light weight
MAGNETIC: internal drives are not portable, external drives are large in size.
RELIABILITY:
SSD: extremely reliable
MAGNETIC: very reliable
OPTICAL: good in the medium term
DURABILITY:
SSD: extremely durable
MAGNETIC: good when not in use, can be affected by magnetic fields and heat
OPTICAL: susceptible to scratches and will degrade over time with exposure to sunlight
what form is data stored in inside of a computer?
-binary form
what is a bit?
the smallest unit of data a computer can use.
what must happen to denary numbers before they can be processed/ used by a computer?
-must be converted into their binary equivalent before a computer can use them.
what is Overflow?
the result of a binary calculation exceeds 8 bits/ the denary value 255
what do you write in a binary overflow error?
00000000
why are overflow errors bad?
-overflow can have serious consequences for the validity of calculations.