Exercises – Signed Binary Arithmetic – CSE 271

The input x is an UNSIGNED five-bit binary number. What is the decimal range for input x? What is the maximum positive value for y? What is the maximum negative value for y? How many bits will you need to allocate for the SIGNED result y? Convert your decimal answers for parts b) and c) to SIGNED 2’s complement binary. Answers (1) a) 111112 ... ................
................