Ask Question

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. 5 July, 04:28
    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 & Technology 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