[4.1] Consider the number -1.36875 x 10¹ as the dividend and 5.625 x 10¹1 as the divisor. a. Find their binary representation. b. Normalize the results that you got it in (A) and put them in the 8-bit quarter- precision format (1 for sign bit, 2 for exponent, and 5 for fraction). c. Implement the division and show all the steps of the division to results that you got it in (B). Show if there is an overflow or underflow by assuming that there is a guard bit, a round bit, and a sticky bit.

icon
Related questions
Question
[4.1] Consider the number -1.36875 x 10¹ as the dividend and 5.625 x 10¹ as the divisor.
a. Find their binary representation.
b. Normalize the results that you got it in (A) and put them in the 8-bit quarter-
precision format (1 for sign bit, 2 for exponent, and 5 for fraction).
c. Implement the division and show all the steps of the division to results that you got it
in (B). Show if there is an overflow or underflow by assuming that there is a guard
bit, a round bit, and a sticky bit.
Transcribed Image Text:[4.1] Consider the number -1.36875 x 10¹ as the dividend and 5.625 x 10¹ as the divisor. a. Find their binary representation. b. Normalize the results that you got it in (A) and put them in the 8-bit quarter- precision format (1 for sign bit, 2 for exponent, and 5 for fraction). c. Implement the division and show all the steps of the division to results that you got it in (B). Show if there is an overflow or underflow by assuming that there is a guard bit, a round bit, and a sticky bit.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 28 images

Blurred answer