Ask Question
17 March, 21:48

Consider the eight bit signed binary number 1110 0101. Convert it to signed decimal from assuming the signed binary number is represented using one's compliment.

1110 0101

+4
Answers (1)
  1. 17 March, 22:31
    0
    -26

    Explanation:

    The given binary number is 1110 0101. Also given that the signed binary number is represented using one's compliment.

    We begin by computing the 1s complement representation of 1110 0101 by inverting the bits: 00011010

    Converting 00011010 to decimal, it corresponds to 26.

    So the 1s complement of the original number is 26. This means that the original number was - 26.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Consider the eight bit signed binary number 1110 0101. Convert it to signed decimal from assuming the signed binary number is represented ...” 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