Computer Science for IGCSE & O level - Data Representation (Section 2 - No. 37)

What is the range of values that can be represented by a byte (8 bits) in an unsigned integer representation?
0 to 127
0 to 255
-128 to 127
-255 to 0

Explanation

In an 8-bit unsigned integer, the range is from 0 to 255.

Comments (0)

Advertisement