A byte consists of____.

A ) One bit

B ) Four bits

C ) Eight bits ✅

D ) Sixteen bits


Explanation: The bit system refers to the use of binary digits (bits), the most basic units of data in computing, which can represent two values: 0 and 1. A bit is the smallest unit of information, and multiple bits are grouped together to represent more complex data, such as bytes (8 bits), kilobytes, megabytes, and so on, in digital computing. The bit system forms the foundation of how computers process and store information.