COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

TWOS COMPLEMENT AND FLOATING POINT REPRESENTATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In floating point binary, it holds the multiplier.
A
Mantissa
B
Exponent
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Floating Point Format The exponent follows using e bits. To avoid having to represent negative exponents a bias of 2e − 1 − 1 is added to the true exponent. For instance, if 8 bits are used for the exponent, the bias is 127.

Detailed explanation-2: -Extract the sign of the result from the two sign bits. Add the two exponents ( ). Multiply mantissa of ( ) by mantissa of ( ) considering the hidden bits. If the MSB of the product is. Due to this, the exponent is to be incremented according to the one bit right shift. 26-Feb-2020

There is 1 question to complete.