Computer Science, asked by Note8988, 1 day ago

(Q1) Perform the following operation on signed numbers using 2’s compliment method:
(56)10 + (-27)10
(Please show process I need it for Assignment)

Answers

Answered by thubetanuja9
1

Answer:

100011101

Explanation:

2's complement of 56 is 0011 1000

and 2's complement of -27 is 1110 0101

0011 1000

+ 1110 0101

__________

100011101

Similar questions