Data Units Flashcards
Why does data need to be stored as binary?
Computers can only read and understand binary.
What is a bit
A single binary digit(0 or 1)
What is a nibble
4 bits
What is a byte
8 bits(enough to store a single character)
What are the units of file sizes smallest to the largest(8)
Bit nibble byte kilobyte megabyte gigabyte terabyte petabyte
Convert 01100101 into denary
101
Convert 79 into binary
01001111
Samantha is a musician. She has compressed each song to 900KB. Her USB memory stick contains 1.2GB of free storage. How many songs can she fit on the
USB stick? [2]
1.2 x 1000 x 1000 = 1,200,000 / 900
= 1333 songs
A CD has a capacity of 650MB. How many 0.2GB audio files can be stored on the
CD? [2]
650MB = 0.65GB
0.65 / 0.2 = 3.25
= 3 audio files