Computer Science, asked by vrdalvi1234, 9 months ago

Perform the following using two's complement with use 8 bit reforestation method (52)10-(65)10

Answers

Answered by mrnickname50
9

Explanation:

To get 1's complement of a binary number, simply invert the given number. For example, 1's complement of binary number 110010 is 001101. To get 2's complement of binary number is 1's complement of given number plus 1 to the least significant bit (LSB).

...

Similar questions