JAMIA 2025 — Computer PYQ
JAMIA | Computer | 2025Which of the following is the smallest memory unit?
Choose the correct answer:
- A.
Bit
(Correct Answer) - B.
Byte
- C.
Word
- D.
Nibble
Bit
Explanation
Mathematical Relationship of Units
Memory units increase in size based on powers of 2. The relationship between a bit and other common units can be expressed as follows:
-
Nibble: A group of 4 bits.
1 Nibble=4 bits -
Byte: The standard unit for measuring data (a group of 8 bits).
1 Byte=8 bits -
Kilobyte (KB): Traditionally 1,024 bytes.
1 KB=210 bytes=1,024 bytes
Memory Hierarchy Table
Here is the progression from the smallest to larger units:
| Unit | Size in Bits | Abbreviation |
| Bit | 1 bit | b |
| Nibble | 4 bits | - |
| Byte | 8 bits | B |
| Kilobyte | 8,192 bits | KB |
Conclusion
If your options include Bit, Byte, Nibble, and Kilobyte, the correct answer is Bit.
\text{Bit} < \text{Nibble} < \text{Byte} < \text{Kilobyte}

