Ask Question
5 March, 11:43

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. 5 March, 12:08
    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. 5 March, 13:49
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers