Number Systems Arithmetic and Data Rep Exercises v2

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Number Systems Arithmetic, Data Representation

A. If A = FAD(16) and B = 5174(8)

1. What is the sum of A + B in hexa format?


2. What is the difference of A – B in octal format?
3. What is the decimal format of B?
4. What is the PDF, UDF, BCD for B?
5. What is the octal format of A?

B. If A = -195.12(10)

1. What is the mantissa if the number is converted to a floating point format (IEEE)?
2. What is the biased 8 bit exponent?
3. Write the full floating point format in format of 4 bits

C. If A = 195.12(8)

1. What is the mantissa if the number is converted to a floating point format (IEEE)?
2. What is the biased 8 bit exponent?
3. Write the full floating point format in format of 4 bits

D. If A = 60(10), B = 50(8), and C = 40(16)

1. What is the sum of A + B + C in binary format


2. What is the sum of A + B + C in hexa format
3. Subtract C – B using the 3 methods of subtraction
4. Subtract A – C using the 3 methods of subtraction

You might also like