A collection of 4 bits is known as
2023
A collection of 4 bits is known as
- A.
BYTE
- B.
WORD
- C.
NIBBLE
- D.
K.BYTE
Attempted by 4901 students.
Show answer & explanation
Correct answer: C
Correct answer: a collection of 4 bits is called a nibble.
Definition: A nibble is a group of 4 bits.
Why the other terms are incorrect:
BYTE — A byte equals 8 bits, so it does not match a 4-bit group.
WORD — The size of a word depends on the computer architecture (commonly 16 bits or 32 bits), not specifically 4 bits.
K.BYTE — A kilobyte represents about 1024 bytes (or 1000 bytes in decimal), which is far larger than 4 bits.
Mnemonic: 4 bits -> nibble; 8 bits -> byte.
A video solution is available for this question — log in and enroll to watch it.