Why is a bit, called a bit. Why is a 8-bits a Byte? What made people call a 16-bits a Word, and so on. Where and why did their alias come about?
I would love other people to include things like basic ASM types, then branch out to C/C++ and move on to SQL and the like’s datatypes.
- 1-Bit
- 4-Bits
- Nibble – Half the size of bite/byte.
- 8-Bits
- 16-Bits
- Word (unsigned integer)
- short (signed integer)
- 32-Bits
- Double Word
- int (signed integers)
- unsigned (unsigned integer)
- float (4-byte float)
Wikipedia is your friend: