Exam-style question
Try this first
What decimal value does the 8-bit two’s complement value 00010110 represent?.
- A.22
- B.-22
- C.86
- D.-106
Model answer
What a good answer should say
- 22
Explanation
Why this works
The most significant bit is 0, so the value is positive. Converting 00010110 as an ordinary binary number gives 16 + 4 + 2 = 22.
Common mistake
No common mistake is linked to this question yet.
