Answered step by step
Verified Expert Solution
Question
1 Approved Answer
8. Assume the structure of the IEEE-20 bits floating-point pattern is as follows: A sign bit, 4 bits for the exponent part and 15 bit
8. Assume the structure of the IEEE-20 bits floating-point pattern is as follows: A sign bit, 4 bits for the exponent part and 15 bit for the fraction part. The exponent part is calculated using excess-8. Code the decimal +((5.5)10 as IEEE-20 bits binary floating-point pattern. (a) CE000 (b) A5000 (c) 53000 (d) B8000 9. Calculate the following operation, assuming 4-bit signed binary numbers in 2's complement: (4)+(3) (a) 1001 (b) 1100 (c) overflow (d) 0111 10. Let x=(101001.010)2y=(10010.1)2 Calculate the value of xy (a) 100001.01 (b) 1010.01 (c) 0110101.01 (d) 010110.110
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started