 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is one’s complement? | 
| Answer» Representing a signed number with 1’s complement is done by changing all the bits that are 1 to 0 and all the bits that are 0 to 1. | |