Computer Science for IGCSE & O level - Data Representation (Section 10 - No. 41)

In the context of an 8-bit register, what does '11111111' represent if it's interpreted as an unsigned integer?
-1
255
0
127

Explanation

In an 8-bit unsigned integer, 11111111 is 255.

Comments (0)

Advertisement