 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | How are positive or negative signs of a number represented in the binary system? | 
| Answer» Add an extra digit at the front of the binary number, to indicate whether the number is positive or negative. This digit is called a sign bit. | |