Ask Question

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

+2
Answers (1)
  1. 5 January, 08:11
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers