Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
1.3k views
in Algebra by (98.5k points)
closed by
Which of the following is the representation of decimal number (- 147) in 2’s compliment notation on a 12-bit machine ?
1. 111101101100
2. 110001001101
3. 111101101101
4. 000001101101

1 Answer

0 votes
by (95.6k points)
selected by
 
Best answer
Correct Answer - Option 3 : 111101101101

The Correct Answer is 111101101101.

  • Conversion of  (-147) to a signed binary in 2's complement representation:
  • The positive version of the number: |-147| = 147
  • Divide the number repeatedly by 2 to get the binary form of (147): We stop when we get a quotient that is equal to zero.
  • We will get the binary number: 147(10) = 10010011(2)
  • The Positive binary computer representation on 16 bits (2 Bytes): Add extra 0's in front (to the left) of the base 2 number, up to the required length, 16: 147(10) = 0000000010010011
  • Get the negative integer number representation on 16 bits: !(0000000010010011) = 1111111101101100
  • To get the negative integer number representation on 16 bits (2 Bytes), the signed binary two's complement, add 1 to the number calculated above: 1111111101101100 + 1 = 1111111101101101
  • -147(10) = 1111111101101101

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

...