2.3.1 Data Storage Flashcards
1
Q
bit (b)
A
(short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1.
2
Q
byte (B)
A
8 bits
3
Q
4 bits / half a byte
A
nibble
4
Q
bit rate
A
number of bits transmitted (usually per second)
5
Q
kibibyte
A
2^10 bytes (1024)
6
Q
A
7
Q
A
8
Q
A
9
Q
A typical book has about 459 000 characters. Your eReader has half a mebibyte of space left on it. Will a typical book fit in the remaining space? Assume 1 character = 1 byte
A
459 000 chars = 459 000 bytes
1 MiB =1024 ×1024 bytes
459 000 chars = (459 000)/(1024 × 1024) mebibytes
This is approx. 0.438 MiB, so the book will fit.