A byte is a standard unit of digital information that consists of 8 bits. Since each bit can have a value of either 0 or 1, a single byte can represent 256 different combinations (2⁸). This allows computers to store... Read More
A byte is a standard unit of digital information that consists of 8 bits. Since each bit can have a value of either 0 or 1, a single byte can represent 256 different combinations (2⁸). This allows computers to store letters, numbers, symbols, and other types of data efficiently. Therefore, Option A (8 bits) is the correct answer.
The term bit is short for binary digit and represents the smallest unit of data in a computer. A bit can store only one of two possible values: 0 or 1. While a single bit carries very little information, combining eight bits into one byte provides enough capacity to represent a single character, such as a letter or a number, in many character encoding systems.
Discussion
Leave a Comment