Component 1 Flashcards
Why is secondary storage needed?
Rom is read only and Ram is volatile
What is the benefit of optical media?
Thin, lightweight and portable
What are the downsides of optical media?
Low capacity, slow access times, dust/scratches can damage
What are the benefits of magnetic storage?
High capacity and access speeds
What are the downsides of magnetic storage devices
Has moving parts which will eventually fail
Performs better if defragmented
What are the benefits of SSDs
Very quick to access
very reliable
no noise
low power consumption
no need to defragment
what are the downsides of SSDs
Expensive
limited number of read-write cycles
What are the benefits of using binary?
easier to manufacture - cheaper
more reliable
How are text file sizes calculated?
bits per character X number of characters (including spaces)
How are image file sizes calculated?
colour depth X image height (px) X image width (px)
How are sound file sizes calculated
sample rate X duration (s) x bit depth
What is 0 + 0 in binary addition?
0
What is 0 + 1 in binary addition?
1
What is 1 + 1 in binary addition?
0 carry 1
What is 1 + 1 + 1 in binary addition?
1 carry 1
What is the effect of a binary shift left?
X 2 per bit
What is the effect of a binary shift right?
/ 2 per bit
What is a character set?
A defined list of characters recognised by a computer
Each character is represented by a __________________
unique binary number
How are bitmap images stored?
constructed from pixels
How are vector images stored?
mathematics to draw coloured shapes stored
Each pixel of a bitmap is stored in ___________
Binary