QQ1. Find floating point representation, if possible normalized, in the 4-digit mantissa, two digit exponent, if necessary use approximation for each of the following numbers: (i) 27.94 (ii) -0.00943 (iii) -6781014 (iv) 0.0644321 Also, find absolute error, if any, in each case. (b) Convert the decimal integer -465 to binary using both the methods (as shown in Pg No:16 of Block-1) Show all the steps. (c) Convert the number given as binary fraction –(0.101110101)2 to decimal. (d) Find the sum of the two floating numbers x1=0.1364X101 and x2=0.7342X10-1. Further express the result in normal form, using (i) Chopping (ii) Rounding. Also, find the absolute error.
- (a)) Find floating point representation, if possible normalized, in the 4-digit mantissa, two digit exponent, if necessary use approximation for each of the following numbers: (i) 27.94 (ii) -0.00943 (iii) -6781014 (iv) 0.0644321 Also, find absolute error, if any, in each case. (400 words)
- (b)) Convert the decimal integer -465 to binary using both the methods (as shown in Pg No:16 of Block-1) Show all the steps. (200 words)
- (c)) Convert the number given as binary fraction –(0.101110101)2 to decimal. (150 words)
- (d)) Find the sum of the two floating numbers x1=0.1364X101 and x2=0.7342X10-1. Further express the result in normal form, using (i) Chopping (ii) Rounding. Also, find the absolute error. (250 words)
- Normalized floating-point form: ± 0.d₁d₂d₃d₄ × 10^E (mantissa 0.1 ≤ |m| < 1, 4-digit mantissa, 2-digit exponent).
- Absolute error: |True Value - Approximate Value|.
- Decimal to binary conversion for positive integers: Repeated division by 2, reading remainders upwards.
- Negative decimal to binary (two's complement): Convert magnitude, find one's complement, then add 1.
Answer: This response comprehensively addresses numerical techniques as applied to floating-point representation, binary conversion, and floating-point arithmetic, aligning with concepts typically covered in BCS-054. It details the process of converting decimal numbers into normalized floating-point format with a specified mantissa and exponent precision, along with calculating associated absolute errors. Furthermore, it demonstrates two distinct methods for converting negative decimal integers to their...