Correct Answer:
C. Bit
In the realm of computing, data is stored and processed in binary form. The smallest and most fundamental unit of data in a computer is a Bit. A bit is a binary digit, representing either a 0 or a 1. All other units of data are built upon this basic concept.
- A Byte is a collection of 8 bits. It is a common unit for representing a single character, such as a letter or a number.
- A Nibble is half a byte, consisting of 4 bits. While it exists, it's less commonly used in everyday computing discussions.
- A Word is a larger unit of data, typically 16, 32, or 64 bits, depending on the computer's architecture. It represents the amount of data a CPU can process at one time.
Therefore, the bit is the foundational building block for all digital information.