cs101 assignment 1 solution 2020 spring 2020

cs101 assignment 1 solution 2020 spring 2020
You are required to perform the following stated operations in Binary Number System
- (320)10 + (-122)10
- Please first convert the stated Decimal Numbers into Binary Numbers.
- Perform the Arithmetic operation on Binary Numbers.
- Convert the calculated answer back into Decimal Number System.
Note: You are bound to show each, and every step involved in conversions or arithmetic operations involved.
Solution:
101000000 + (-01111010)
101000000 + (10000110)
101000000
10000110
11000110
198