Why does 2^10 represent 1KBytes, not 1Kbits?
2^10 = 1024 (round to 1K)
1 byte = 8 bits
For 1KBytes, it should be 2^13, not 2^10.
Why does 2^10 represent 1KBytes, not 1Kbits?
2^10 = 1024 (round to 1K)
1 byte = 8 bits
For 1KBytes, it should be 2^13, not 2^10.