Ask Question
3 March, 20:46

Which of the following bit patterns represents the value - 9 in two's complement notation?

A. 00011010 B. 11110111 C. 10001001 D. 11111011

+5
Answers (1)
  1. 3 March, 22:50
    0
    B. 11110111

    Explanation:

    Binary representation of number 9 = 00001001

    Binary representation of - 9 would involve calculating the twos complement representation of 00001001

    First we compute the ones complement of this number by reversing the bits.

    00001001 = > 11110110

    Next we calculate the twos complement representation by adding 1 to the ones complement.

    11110110+1 = 11110111

    So the final representation is 11110111.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following bit patterns represents the value - 9 in two's complement notation? A. 00011010 B. 11110111 C. 10001001 D. 11111011 ...” 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