Computer Science, asked by salmanfarwa, 4 months ago

what is the 2's complement of 100100​

Answers

Answered by Anonymous
3

here is yøur answer

☑️☑️To get 2's complement of binary number is 1's complement of given number plus 1 to the least significant bit (LSB). For example 2's complement of binary number 10010 is (01101) + 1 = 01110

Answered by sourasghotekar123
0

Answer:

1101 1100

Explanation:

  • 1's complement of the provided integer adds 1 to the least significant bit yields the binary number's 2's complement (LSB). For instance, (100100) + 1 = 11011100 is the binary integer 100100's complement in two.
  • A binary number's 2's complement is equal to the binary number's 1's complement plus one. The MSB displays the sign in the 2's complement representation of binary integers by using a '0' for the plus sign and a '1' for the negative sign.
  • Magnitude is represented by the remaining bits. Similar to sign-bit or 1's complement representation, positive magnitudes are represented. The 2's complement of their positive counterparts serve as a representation for negative magnitudes.

#SPJ6

Similar questions