Ask Question
20 May, 04:43

Determine the decimal value of each signed binary number in the sign-magnitude form: (a) 10011001 (b) 01110100 (c) 10111111

+2
Answers (1)
  1. 20 May, 04:53
    0
    For signed-magnitude numbers, the most significant bit (leftmost) is used for the sign. 1 is negative and 0 is positive. We also read from right to left.

    a. 10011001

    2^0 + 2^3 + 2^4 = 1 + 8 + 16 = 25, and the final answer should be - 25 because there's a 1 on the leftmost.

    b. 01110100

    2^2 + 2^4 + 2^5 + 2^6 = 4 + 16 + 32 + 64 = 116, and this is the final answer because there's a 0 on the leftmost.

    c. 10111111

    2^0 + 2^1 + 2^2 + 2^3 + 2^4 + 2^5 = 1 + 2 + 4 + 8 + 16 + 32 = 63, and the final answer is - 63 because there'a 1 on the leftmost.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Determine the decimal value of each signed binary number in the sign-magnitude form: (a) 10011001 (b) 01110100 (c) 10111111 ...” in 📗 Mathematics 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