Quote:
Fyron said:
Quote:
MrToxin said:
Technically, a byte runs from 0 to 255.
|
If you want to be technical... A byte is contiguous sequence of a fixed number of binary digits. The exact size depends on the system in question (generally the smallest addressable word size). Even in C, where a byte is 8 bits, what those bits mean is arbitrary. It might represent integer values from 0 to 255, or it might be values from -128 to 127. Or it might just be a set of 8 boolean values.
|
And some of the old computers had very different byte sizes. Anywhere from 4 to 11 bits. For that matter, various
current IBM hardware might also have different byte sizes. It's the Intel choice of 8 bits that we are living with in the PC world now.