Computer Science, asked by bhavesh20124, 1 month ago

subtraction using 2's compliment 11110-1010​

Answers

Answered by avabooleav
0

Answer:

Explanation:

We make the number of bits in the subtrahend equal to that of minuend by taking a `0' in the sixth place of the subtrahend. Now, 2's complement of 010110 is (101101 + 1) i.e.101010. Adding this with the minuend. After dropping the carry over we get the result of subtraction to be 100000.

Answered by mrgoodb62
0

Answer:

With the help of subtraction by 2’s complement method we can easily subtract two binary numbers.

The operation is carried out by means of the following steps:

(i) At first, 2’s complement of the subtrahend is found.

(ii) Then it is added to the minuend.

(iii) If the final carry over of the sum is 1, it is dropped and the result is positive.

(iv) If there is no carry over, the two’s complement of the sum will be the result and it is negative

Similar questions