answersLogoWhite

0


Best Answer

-128 to 127, in two's-complement.

User Avatar

Reymundo Marks

Lvl 9
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is range of 8-bit signed integer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the signed integer range?

The signed integer range extends only from negative infinity to positive infinity. You have to make up your own names and symbols for whole numbers that are not included in that range.


What is the difference between signed integer and unsigned integer in terms of memory and range?

Signed integer is any integer that carries negative sign while unsigned integer is any integer that carries positive sign


What is the range of 8 bit signed integer?

0-7


What is range of A 8 bit signed integer?

-128 to 127


What is the range of a 16 bit signed integer?

0 - 65535


What is range of A 8-bit signed integer?

-128 to 127, in two's-complement.


What is the range of signed integer that may be stored in 20 bits?

From -524287 to 524288


What is the maximum value that can be stored in an integer in c?

if it is a signed int the the range is -32768 to 32767if its unsigned then 0 to 65535


What is the difference between signed integer and unsigned integer?

An unsigned integer cannot be negative. It has a maximum positive value twice that of a signed integer. Max signed: 128 Max signed: 256 I could be off by one there, though.


What is the maximum count of decimal of a 5-bit binary counter?

A 5-bit binary counter, interpreted as an unsigned integer, has a range of 0 to 31. Interpreted as a two's complement signed integer, it has a range of -16 to +15.


What is the largest decimal number that can be represented using 6 binary bits?

The largest unsigned integer is 26 - 1 = 63, giving the range 0 to 63; The largest signed integer is 25 - 1 = 31, giving the range -32 to 31.


What is the significance of declaring a constant unsigned integer?

What is the significance of declaring a constant unsigned integer?