What is the number of bits in a nibble?
- 8 Bits
- 4 Bits
- 6 Bits
- 2 Bits
EXPLANATION
multiply the digital storage value by 4
Each 1 or 0 in a binary number is called a bit. From there, a group of 4 bits is called a nibble,
and 8-bits makes a byte. Bytes are a pretty common buzzword when
working in binary. Processors are all built to work with a set length of
bits, which is usually this length is a multiple of a byte: 8, 16, 32,
64, etc.
0 comments:
Post a Comment