How come the number 255 is the maximum number used in computers & probably even more

930 views

How come the number 255 is the maximum number used in computers & probably even more

In: 2

12 Answers

Anonymous 0 Comments

255 is the maximum 8 bit value because that is as high as you can count in binary using 8 1s and 0s. Eg 255 in binary == 11111111

We get around this by allowing computers to store 32, 64,128, 256 bit numbers. Max value on higher bit numbers is on into the hundreds of millions

You are viewing 1 out of 12 answers, click here to view all answers.