Computer Science, asked by MehmoodMemon, 1 month ago

find the 2nd complement of 01110?​

Answers

Answered by singhe958
1

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 ritiksuperstar92
1

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.

Similar questions