Which of the following is the smallest unit of data in a computer?
Basic Concepts of Computers ·Previously asked in JKSSB Constable (Executive / Armed / IRP / SDRF) 2024
View the full solved paper: JKSSB Constable 2024 - Set A
Question
Which of the following is the smallest unit of data in a computer?
- A. Bit (Correct answer)
- B. KB
- C. Nibble
- D. Byte
Correct Answer
Option A — Bit
Detailed Solution & Explanation
The correct answer is Bit.
Key Points
- A bit (binary digit) is the smallest unit of data a computer can hold, taking the value 0 or 1.
- Four bits make a nibble, and eight bits make a byte.
- A kilobyte (KB) is 1024 bytes, so it is far larger still.
- The ascending order is therefore Bit → Nibble → Byte → KB.
Additional Information
- The full progression of storage units, each step a multiple of 1,024 in binary terms:
bit → nibble (4 bits) → byte (8 bits) → KB → MB → GB → TB → PB
- One byte is enough to store a single character in ASCII, which is why file sizes are quoted in bytes rather than bits.
- Note the distinction examiners sometimes exploit: 1 KB = 1,024 bytes in the binary convention used by operating systems, but manufacturers often quote 1 KB = 1,000 bytes in the decimal SI sense.
Topics covered: Computer Fundamentals Data Units