Q1. The smallest unit of data in a computer is __________.
Explanation
A bit is the smallest unit of data in computing. It can represent one of two possible states, usually 0 or 1. A nibble is larger because it consists of 4 bits. A byte is still larger, normally made up of 8 bits. KB, or kilobyte, is much larger than a byte and is used to measure storage capacity. Since every larger data unit is built from bits, the smallest unit among the given choices is the bit.
