Science, asked by bimritvibalsa, 1 year ago

how to represent negative numbers in binary

Answers

Answered by sairockzz
0
The simplest is to simply use the leftmost digit of the number as a special value torepresent the sign of the number: 0 = positive, 1 = negative. For example, a value of positive 12 (decimal) would be written as 01100 in binary, but negative 12 (decimal) would be written as 11100.
Similar questions