Computer Science, asked by mdrashik, 4 months ago

the sign magnitude representation of -9 is

Answers

Answered by bimalapradhan1987
4

Answer:

In sign-magnitude form, the MSB is used for representing sign of the number and the remaining bits represent the magnitude of the number. So, just include sign bit at the left most side of unsigned binary number. This representation is similar to the signed decimal numbers representat

Similar questions