

InterviewSolution
Saved Bookmarks
1. |
2’s complement is obtained by adding 1 to 1’s complement of a number.(a) True(b) FalseThis question was posed to me in quiz.I'm obligated to ask this question of Complements in section Computer Arithmetic of Computer Fundamentals |
Answer» RIGHT choice is (a) True Easiest explanation: The statement is true. LET us take an example: CONSIDER the NUMBER 110000. 1’s complement of the number is 001111. 2’s complement=001111+1=010000. |
|