[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.
[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.
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.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fef2b78e1-5c26-4059-b432-6f504ba51846%2Fa3f79976-0464-40fd-b396-fa592e17470b%2Fz3rxy4b_processed.jpeg&w=3840&q=75)
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

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 28 images
