Ask Question
27 January, 19:35

What decimal value does the 8-bit binary number 10011110 have if it is on a computer using signed-magnitude representation?

+3
Answers (1)
  1. 27 January, 20:53
    0
    1 0 0 1 1 1 1 0

    0 * 2^{0} + 1 * 2^{1} + 1 * 2^{2} + 1 * 2^{3} + 1 * 2^{4} + 0 * 2^{5} + 0 * 2^{6} = 30

    The sign digit is a 1, so the entire number is negative, which gives - 30.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What decimal value does the 8-bit binary number 10011110 have if it is on a computer using signed-magnitude representation? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers