The correct answer is Bit, which stands for Binary Digit. It is the smallest unit of data in a computer system. A bit can only store one of two values: either a 0 or a 1. These two values represent... Read More
The correct answer is Bit, which stands for Binary Digit. It is the smallest unit of data in a computer system. A bit can only store one of two values: either a 0 or a 1. These two values represent binary states, which computers use to perform all operations. Whether it's a simple text file, an image, or software, everything in a computer is stored and processed in bits.
Bits combine to form larger data units. For example:
4 bits = 1 Nibble
8 bits = 1 Byte
1024 Bytes = 1 Kilobyte (KB)
Options like KB, Byte, and Nibble refer to larger units, making Bit the correct answer. Understanding bits is essential for grasping how digital systems and computers operate from the ground up.
Discussion
Leave a Comment