0000: What’s a Nibble in Space?
Update: 2020-08-30
Description
The basic unit of information is a bit. It has two possible values, “0” (zero) or “1” (one). Eight bits make up a byte. Each hexadecimal digit represents four binary digits, termed a nibble. A nibble is half a byte.
Comments