Assignment 1
Assignment 1
1 of 1
a. Using one’s complement b. Using two’s complement
3. Compute 01011011– 10111001
a. Using one’s complement b. Using two’s complement
4. Convert 9876.75 to
a. Binary b. Octal b. Hexadecimal d. Base Six
2 of 1
5. Convert the following numbers to decimal form
a) (1110.01)2 b) (210)3 c) (413)5 d) (6352)8 e) (2C5F)16
f) (2CD.A5)16 g) (21.2)3 h) (13.1)9
6. A) Convert 12.2510 to binary
B) Convert 3.1875 to binary
7. Covert 1100.01 to Decimal, to Oct , to Hex
8. Convert 11.0011 to decimal, to Oct , to Hex
9. Construct the logic circuit for the following Boolean function
F(x,y) = (x’ + y)y’ + (xy)’ + (x +y) xy + x’y’
10. Simplify the expression of question number 9 above.
11. Show truth table for the function in question number 9.
12. Draw logic circuit diagram for the simplified expression of the above function.
13. Find 23.375+ 41.25 + 66. 25 using 7-bit for exponent and 10 bit for mantissa and show your result in
floating point representation.
14. Find 25.375+ 41.25 - 66. 25 using 7-bit for exponent and 10 bit for mantissa and show your result in
floating point representation.
15. Compare and contrast the following two circuits