Computer Science, asked by deshmukhharshad2004, 1 month ago

what is the 2's complement of 1010011.
explain it step by step...​

Answers

Answered by dapushree
5

Answer:

2. Get the binary representation in one's complement:

* Run this step only if the number is negative *

Subtract 1 from the binary initial number:

1010 0101 - 1 = 1010 0100

Explanation:

hope it's helpful

Similar questions