You are on page 1of 2

Course No: CS F342 TUTORIAL 8 Course Title: Computer Architecture

Date: Week #08


Name:
Id No:

1. Write the normalized scientific form for the following decimal numbers
a. 100.10
b. 0.00123
c. 1234.45

2. Write normalized scientific form for the following binary numbers


a. 1.0001
b. 1001011.01
c. 0000.00001

3. Write the binary representation of the decimal number 15213 in IEEE 754 single
precision format.

4. Given the hexadecimal string 0x40500000 denoting a single precision IEEE 754
floating point number, what floating point number does it represent in decimal?

5. Express the following decimal numbers in IEEE 754 single precision format.
a. 8.78
b. 0.321

6. Perform addition of the following decimal nos in binary: A =.75, B = 6.25. Assume
5 bits of precision. Express the result in decimal. Show all your steps clearly.
Perform addition of the following decimal nos in binary: A =.75, B = 6.25. Assume
5 bits of precision. Express the result in decimal. Show all your steps clearly.

You might also like