A combination of 16 bits is called
- Aword
- Bnibble
- Cmemory block
- Dbyte
Solution & Step-by-step Explanation
Let's look at standard data units in computing:
* 1 bit = Basic Binary Digit (0 or 1)
* 4 bits = 1 nibble
* 8 bits = 1 byte
* 16 bits = 1 word (specifically in historical 16-bit architectures, or generally referred to as a data word).
* 1 bit = Basic Binary Digit (0 or 1)
* 4 bits = 1 nibble
* 8 bits = 1 byte
* 16 bits = 1 word (specifically in historical 16-bit architectures, or generally referred to as a data word).