InterviewSolution
Saved Bookmarks
| 1. |
2’s complement of 11001011 is ____________(a) 01010111(b) 11010100(c) 00110101(d) 11100010I got this question during an interview.My doubt is from 1’s, 2’s, 9’s & 10’s Complements in section Number System and Codes of Digital Circuits |
|
Answer» CORRECT choice is (c) 00110101 Explanation: 2’s COMPLEMENT of a binary NUMBER is OBTAINED by finding the 1’s complement of the number and then adding 1 to it. 2’s complement of 11001011= 00110100 + 1 = 00110101. |
|