Multiple choice

1 Nibble =___________

  1. 8 bits

  2. 4 bits

  3. 1 byte

  4. 1024 bytes

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A nibble is a standard unit of digital information equal to 4 bits or half a byte. It's commonly used in computing to represent a single hexadecimal digit (0-F), as each hex digit requires exactly 4 bits to encode. Option A (8 bits) equals one full byte, while Option C is also one byte, making them incorrect.