Ask Question
21 November, 22:58

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. 22 November, 01:00
    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?
Get 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 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