Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1.10110 is ________ in decimal assuming unsigned binary representation. 2. 35 de

ID: 3542078 • Letter: 1

Question

1.10110 is ________ in decimal assuming unsigned binary representation.  

2. 35 decimal is _________ in unsigned binary representation

3.Convert the following number from decimal to binary assuming nine-bit two's complement binary representation:
-29=__  __ ___ ___ __ ___ __ __ __ (0 or 1)

4.Convert the following number from binary to decimal, assuming nine-bit two's complement binary representation:

1 0110 1010 = _________

5.Convert the following number from decimal to binary:

0.7 (dec) = _______________ (bin)

6.Convert the following number from decimal to binary and then show what bit pattern would be stored assuming a three-bit exponent field and a four-bit significand:

0.43 (dec) = (bin), which is stored as .

7.Assuming a three-bit exponent field and a four-bit significand, what decimal value is prepresented by the following bit pattern?

1 000 0100 = _______________ (dec)

Explanation / Answer

6)b) for part 2 the first 8 bits after decimal point is exponent and the remaining bits are significant bits according to IEEE-754 standard for 32 bit floating type