Bits that byte your count

byte and bit
Standard

Bits and bytes count

Ever wondered why the hard disk says X GB, but always stores less than X GB. A good read which blew my mind.

unitsusagecomments
b = bit.register or register size/widthas of today this is the basic unit of computing
B = byte or 8 bits or 8bregister or register size.
kb = kilobit or 1000 bitsdial up speed or baud ratedial up speed or baud rate
kB = kilobyte or 1000 bytesstorage unit for diskskB notice the 'k' is lowercase signifies the kilo and 'B' signified the byte i.ie 1000 bytes. reason for 'actual' disk storage always being lesser than the marketing size mentioned. A hard disk of 1 kB would store 1000 bytes and not 1024 bytes.
Kb = Kibit = kibibit or 1024 bytes.notice the uppercase 'K'
KB = KiB = kibibyte or 1024 bytesKB = KiB = kibibyte or 1024 bytes

Continue reading