Given the following two binary numbers: 11111100 and 01110000.
a) Which of these two numbers is the larger unsigned binary number?
b) Which of these two is the larger when it is being interpreted on a computer using signed-two’s complement representation?
c) Which of these two is the smaller when it is being interpreted on a computer using signed-magnitude representation?

Q&A Education