Computer Science, asked by sonavallavanattu, 4 months ago

Represent -35 in sign and magnitude

Answers

Answered by Ahiresunilcom
0

Explanation:

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 singed decimal numbers representation..

Similar questions