The number 43 in 8-bit 2's complement representation is:
2000
The number 43 in 8-bit 2's complement representation is:
Answer: C. 00101011 — For a positive number, the 2's complement representation is the same as its ordinary binary representation, with the sign bit 0. 43 = 32 + 8 + 2 + 1. So the…
- A.
01010101
- B.
11010101
- C.
00101011
- D.
10101011
Attempted by 92 students.
Show answer & explanation
Correct answer: C
For a positive number, the 2's complement representation is the same as its ordinary binary representation, with the sign bit 0.
43 = 32 + 8 + 2 + 1.
So the binary bits are:
32 16 8 4 2 1 -> 1 0 1 0 1 1, i.e. 101011.
In 8-bit form, add two leading zeros: 00101011. Hence the correct representation is 00101011.
Explore the full course: Iocl Engineers Officers Grade A Paper 2
Loading lesson…