Computer Science for IGCSE & O level - Data Representation (Section 6 - No. 10)
What is the range of possible decimal values that can be represented by an 8-bit unsigned integer?
-128 to 127
0 to 255
-256 to 255
0 to 127
Explanation
An 8-bit unsigned integer can represent values from 0 to 255.
Comments (0)
