Saved Bookmarks
| 1. |
Give me the 1's complement and 2's complement of the decimal number 22 |
|
Answer» ong>Answer: 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). For example 2's complement of binary number 10010 is (01101) + 1 = 01110. ... One's Complement. |
|