In a normalised floating point representation, mantissa is represented using 24 bits and exponent with 8 bits using signed representation. What is range ?
RE: In a normalised floating point representation, man...
mantissa 24 bits exponent 8 bitsfirst consider the exponent range is -128 to +127second consider the mantissa max is all onesso ans is: 24 ones X (2^127) is the max positivenumber -24 ones X (2^127) is the max negative numberwe use negative powers to represent small numbers not negative numbers!