Ask Question
13 December, 22:38

What is 5ED4 - 07A4 when these values represent signed 16 - bit hexadecimal numbers stored in sign-magnitude format? The result should be written in hexadecimal. Show your work.

+3
Answers (2)
  1. 13 December, 22:42
    0
    5730

    Explanation:

    Binary notations for 5ED4: 5 = 0101; E = 1110; D = 1101; 4 = 0100

    Also, for 07A4: 0 = 0000; 7 = 0111; A = 1010; 4 = 0100

    5ED4 - 07A4 = 0101 1110 1101 0100 - 0000 0111 1010 0100

    = 0101 0111 0011 0000

    ∴ Hexadecimal representation = 5730
  2. 13 December, 22:57
    0
    Answer: 5730

    Explanation:

    5ED4 - 07A4 = 5730

    0101 1110. 1101 0100 (5ED4)

    0000 0111 1010. 0100 (07A4)

    0101 0111 0011. 0000

    5 7 3 0
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is 5ED4 - 07A4 when these values represent signed 16 - bit hexadecimal numbers stored in sign-magnitude format? The result should be ...” in 📗 Engineering 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