

InterviewSolution
Saved Bookmarks
1. |
The decimal representation of the number `(1011)_(2)` in binary system is:A. 5B. 7C. 9D. 11 |
Answer» Correct Answer - D `(1011)_(2)=2^(3)xx1+2^(2)xx0+2^(1)xx1+2^(0)xx1` `=8+0+2+1=(11)_(10)` |
|