Can someone please help me with questions below. 1. A binary floating-point number has seven bits for a biased exponent. The constant used for the bias is 64
A. )List the biased representation of all exponents from -64 to +63
B.)Show that a 7 bit magnitude comparator can be used to compare the relative magnitude of the two exponents.
C.)show that after the addition of two biased exponents it is necessary to subtract 64 in order to have a biased exponents sum. How would you subtract 64 by adding its 2's complement value?
D.)Show that after the subtraction of two biased exponents it is necessary to add 64 in order to have a biased exponent difference. -------------------------------------------------------------------------
Q.2. Show that the division of two normalized floating-point numbers with fractional mantissas will always result in a normalized quotient provided a dividend alignment is carried out prior to the division operation.
2007-05-22
18:15:44
·
1 answers
·
asked by
RS
2
in
Computers & Internet
➔ Programming & Design