Ask Question
5 March, 17:12

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

+5
Answers (1)
  1. 5 March, 20:27
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers