What can you say about the statement, “A byte means either 0 or 1”? a. True, because byte is one binary digit.
b. True, because byte is composed of only 1 digit.
c. False, because it is not byte but bit.
d. False, because it should be either 1 and 2 not 0 and 1.
What can you say about the statement, “A byte means either 0 or 1”?
Share
The correct answer is:
c. False, because it is not byte but bit.
A byte is actually composed of 8 bits, and each bit can be either 0 or 1. So, saying “a byte means either 0 or 1” is incorrect; it’s the bit that represents a single binary digit, while a byte represents a group of 8 bits. If you have more questions, feel free to ask!