Ask Question
10 April, 23:22

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.

+2
Answers (2)
  1. 11 April, 00:45
    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
  2. 11 April, 01:33
    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
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 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