Electrical Engineering XYZ MCQs
In digital systems, 1 byte equals how many bits:
- 8
- 1
- 4
- 2
Correct answer: 1. 8
Explanation: In digital systems, a byte consists of 8 bits. A bit (short for binary digit) is the basic unit of information in computing and can represent a 0 or a 1. A byte, being a group of 8 bits, can represent 2^8 = 256 different combinations of 0s and 1s. This grouping of 8 bits is a fundamental building block in digital systems and is commonly used to represent characters, numbers, and other data in computer systems. Therefore, 1 byte equals 8 bits.