1,013 views
1 votes
1 votes
IN FLOATING POINT REPRESENTATION WE KNOW THAT BIAS ADDED IS THE MAXIMUM NUMBER WHICH CAN BE REPRESENTED IN 2S COMPLEMENT.

Suppose exponent is represented using 8 bits, so bias added= (2^7)-1=127. But the max negative number representable with 8 bits is -128 and adding 127 will  make it -1, which is certainly negative. So how do we get postitive exponent by biassing in this case??.

It sounds confusing to me. Plz resolve my confusion.

Please log in or register to answer this question.

Related questions

4 votes
4 votes
2 answers
1
2 votes
2 votes
1 answer
2
Hitoshi asked Dec 19, 2017
4,899 views
If the decimal number is 3.248 x 104 ,then its equivalent floating number in IEEE 754 standard is ?
1 votes
1 votes
1 answer
4
Aboveallplayer asked Jan 18, 2017
1,811 views
what is the hexadecimal representation of the floating point number (-48.625) in single precision, after rounding off and normalisation