C-03-Q078mediumsingle_mcq
In the 2's complement system, how do we decide whether a binary number is positive or negative?
In the 2's complement system, how do we decide whether a binary number is positive or negative?
- aIf the LSB is 1 it is negative
- bIf the MSB is 0 it is positive; if the MSB is 1 it is negative
- cIf it contains more 1s than 0s it is negative
- dBy its decimal value only