104k views
0 votes
Suppose the ESPN website uses 8-bit unsigned integers to store how many points a team has scored in

an NBA game
For example
0000 0010 represents 2 points
0000 1000 represents 8 points
What is the highest possible score the ESPN website could display?

User JoeSlav
by
5.2k points

1 Answer

3 votes
The answer is 255(base 10). Correct me if I’m wrong!
User Maksim Kondratyuk
by
5.2k points