Range of signed decimal numbers in binary representation
Answers
Answered by
0
hey
An
8-bit unsigned integer has a range of 0 to 255,
while an 8-bit signed integer has a range of -128 to 127
- both representing 256 distinct numbers.
It is important to note that a computer memory location merely stores a binary pattern.
An
8-bit unsigned integer has a range of 0 to 255,
while an 8-bit signed integer has a range of -128 to 127
- both representing 256 distinct numbers.
It is important to note that a computer memory location merely stores a binary pattern.
Similar questions