MCQ
Q.
Binary numbers need more places for counting because
Correct Answer: C
The correct answer is Binary base is small. The binary number system is based on base 2, which means it uses only two digits: 0 and 1. This smaller base requires more places to represent the same number compared to larger bases like the decimal system, which is based on base 10..
🔑 Key Points
- The binary number system is a base-2 system, using only 0 and 1 for representation.
- A smaller base means that more digits are required to represent larger numbers compared to systems with larger bases.
📄 Additional Information
- In contrast, the decimal system uses base 10, which includes digits 0 through 9. This larger base allows for more efficient representation of numbers, requiring fewer places for counting. Understanding the difference between number bases is crucial in computer science and mathematics.