Assignment 1-Fall 2023
Assignment 1-Fall 2023
Problem 2
The following numbers are represented in the base 10 number system. Perform the following
arithmetic operations using unsigned fixed-point binary format and show your work: (10 points)
Problem 3
Do the following operations using unsigned fixed-point binary arithmetic. Then check your work by
converting all the numbers to base 10 and show your work: (10 points)
1. 10100011
+ 10100101
------------------
2. 1100101010
+ 1001000111
-------------------------
Problem 4
Convert the following decimal numbers into their: Binary, Octal and Hexadecima equivalents: (10
points)
1. 58
2. 62
3. 444
4. 4444
Problem 5
Convert each of the following hexadecimal numbers to binary, octal, and decimal formats. (10
points)
N.B: from HEX to Octal should NOT be done through conversion to decimal.
1. (4AB2)16
2. (88BE)16