Review Questions
1 Briefly explain the following representations: sign magnitude, twos complement,biased.
Answers
Answer:
by taking the boolean complement of each bit of the corresponding pos. number, then adding 1 to the resulting pattern viewed as an unsigned int. Biased: a fixed value called the bias is added to the integer
Answer:
Briefly explain the following representations: sign magnitude, twos complement, ... by taking the boolean complement of each bit of the corresponding pos. number, then adding 1 to the resulting pattern viewed as an unsigned int. Biased: a fixed value called the bias is added to the integer.
Explanation:
Briefly explain the following representations: sign magnitude, twos complement, ... by taking the boolean complement of each bit of the corresponding pos. number, then adding 1 to the resulting pattern viewed as an unsigned int. Biased: a fixed value called the bias is added to the integer.