Computer Science, asked by zeeshans1745, 8 months ago

using 2's complement perform following subtraction
7-17

Answers

Answered by hamda
1

7 -17 = 7 + 2's complement of 17

= 111+ 01111

= 10110 (msb is 1 so answer is negative)

discard carry

final answer is 2s comlplement of 10110 = 1010

= -10

Similar questions