Sign & magtitude representation
An n-bit word can have 2 to the power n possible different values from 0 to 2 to the power n -1, for example, an 8-bit word can represent the numbers 0,1,....,254,255. One way of representing a negative number is to take the most significant bit and reserve it to...