1.2.3 Data units

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

Why must data be converted to a binary format?

  • computers are comprised of many transistors which are tiny switches

  • only have 2 states - on (1) and off (0)

  • all data must be represented in this way to be processed

2
New cards

What are the units of data storage?

  • bit - the smallest unit - a single 0 or 1

  • nibble - 4 bits

  • byte - 8 bits

  • kilobyte - 1000 bytes

  • megabyte - 1000 kilobytes

  • gigabyte - 1000 megabytes

  • terabyte - 1000 gigabytes

  • petabyte - 1000 terabytes

3
New cards

How to calculate image file size?

colour depth x image height x image width

4
New cards

How to calculate text file size?

bits per character x number of characters

5
New cards

How to calculate sound file size?

sample rate x duration(s) x bit depth