The decimal number equivalent to binary digit 110 is __________.
2025
The decimal number equivalent to binary digit 110 is __________.
- A.
4
- B.
5
- C.
6
- D.
7
Attempted by 311 students.
Show answer & explanation
Correct answer: C
To convert the binary number 110 to decimal, assign powers of two starting from the rightmost digit (2^0). The calculation is 1 × 2² + 1 × 2¹ + 0 × 2⁰. This simplifies to 4 + 2 + 0, which equals 6.