You are on page 1of 2

Q1

(12)
Q2 Perform the subtraction with the following decimal numbers using (1) 10’s complement
and (2) 9’s complement. Check the answer by straight subtraction. (a) 5250 - 321 (b)20 –
1000. (4)
Q3 Obtain 32-bit single precision IEEE 754 floating point representation for 25.125. (2)
Q4 Explain the fixed point and floating point representation. Give their pros and cons? (4)

Q5 Give the details of the resolution in four floating point representation. Give also the
details of the maximum and minimum value of the number which can be represented by each
of the four floating point representation. (10)

Q6 Given a decimal value given in scientific notation:

3.25 x 10 ** 3
+ 2.63 x 10 ** -1
Represent the two nos in fixed UQ4.8 representation and solve addition using fixed point
representation (6)
Q7 Solve the above question using half floating point representation or floating point representation
using 16 bit. (6)

Q8 Give the representation of the four bit numbers and its equivalent decimal for (12)

(a) Unsigned numbers representation


(b) Signed numbers representation
(c) Ones complement numbers representation
(d) Twos complement numbers representation

Q9 Give the equivalent half floating point representation for below decimal numbers (8)

(a) Pi
(b) -234.565
(c) 3.12345
(d) -56789.785

Q10 Perform the assign task of addition, subtraction and multiplication using fixed point
representation (8)

(a) (134.45)8 in Q10.6 + (134.45)10 in Q12.4 = Answer in Q12.4


(b) (134.45)8 in Q10.6 - (134.45)10 in Q12.4 = Answer in Q12.4
(c) (134.45)8 in Q10.6 * (134.45)10 in Q12.4 = Answer in Q12.4
(d) (134.45)8 in Q10.6 * (134.45)10 in Q12.4 = Answer in Q24.8

Q11 Perform the assign task of addition, subtraction and multiplication using half floating point
representation (8)
(a) (134.45)8 + (134.45)10
(b) (134.45)8 - (134.45)10
(c) (134.45)8 * (134.45)10
(d) (134.45)8 /(134.45)10

You might also like