ACA Unit 3 Assighnment
ACA Unit 3 Assighnment
ACA Unit 3 Assighnment
1. What is information?
2. Explain Normalization with example (of binary number).
3. Represent floating point number -17.375 in 16 bit floating point format.
4. What is use of AVF in hardware for signed magnitude addition and subtraction?
5. Draw truth table for X-OR operation.
6. If the two numbers are to be multiplied, the mantissa are multiplied and the exponents are
added.
a) True
b) False
7. What are the mantissa and exponent required respectively to represent ‘5’ in binary floating
point representation?
a) 011,0.110000
b) 0.110000,011
c) 011,0.101000
d) 0.101000,011
8. 1. If (101.01)2=(x)10, then what is the value of x?
a) 505.05
b) 10.101
c) 101.01
d) 5.25
9. 2’s complement of (1100)2=______.
10. Floating point number is divided into 2 parts 1._____ and 2.________.
1. Draw flow chart for addition and subtraction of two numbers with signed magnitude data.
2. Perform arithmetic operations below with binary numbers and with negative numbers in
signed 2’s complement representation. Use 7 bits to represent each number together with
sign. In each case, determine if there is an overflow by checking the carries into and out
of sign bit position.
a. (+35) + (+40)
b. (-35) + (-40)
c. (-35) –(+40)
1. Draw flow chart for Booth algorithm and solve the following
(+15) X (-13)
2. Draw flow chart for multiplication of two numbers using signed magnitude data and
solve following:
(-15) X (+13)