1 byte consists of:

A. 8 bits
B. 16 bits
C. 32 bits
D. None of these

🧠 Explanation:

One byte consists of 8 bits, a fundamental unit in computing. A bit, the smallest data unit, is a binary 0 or 1, while a byte can represent 256 values, encoding characters or instructions. This structure underpins digital systems, from memory storage to data transmission. Bytes are critical in programming, file sizes, and hardware design, enabling computers to process and store information efficiently. Understanding bytes and bits is essential in computer science, supporting everything from software development to network communication, reflecting the foundational role of binary systems in modern technology and digital innovation.