Bits, Bytes, Gigabytes.
A stupid reminder to myself so I don’t mess up system design interviews in the future.
- bit - 1 bit = 1 binary digit, either 1 or zero.
- byte 1 byte = 8 bits. Consists of 8 1s or zeros.
A stupid reminder to myself so I don’t mess up system design interviews in the future.