Computer Science for IGCSE & O level - Data Representation (Section 1 - No. 42)

What is the maximum decimal value that can be represented using an 8-bit unsigned integer?
127
128
255
256

Explanation

2^8 - 1 = 255.

Comments (0)

Advertisement