1.2.3 Units Flashcards
Units of data storage
- Bit
- Nibble (4 bits)
- Byte (8 bits)
- Kilobyte (1,000 bytes or 1 KB)
- Megabyte (1,000 KB)
- Gigabyte (1,000 MB)
- Terabyte (1,000 GB)
- Petabyte (1,000 TB)
Converting between units:
Why must data be stored in binary format?
Because computer systems consist of billions of tiny translators which are switches that only have 2 values - on (1) off or (0).
Therefore all data must be represented and processed in this way.
Why is the binary system know as base 2?
Because there are only two digits to select from (1 and 0)…
…and when using the binary system, data is converted using the power of two.
Why is does having just 2 states (0 and 1), make is simple to build electronic devices?
With 2 states, electronic components are:
-Easier to manufacture
-Therefore cheaper
-More reliable
What are some examples of using 2 states to store data?
-RAM
-Hard disk
-Optical disc
-Flash memory
Text file size calculation
bits per character x number of characters
Sound file size calculation
sample rate x duration (s) x bit depth