Which system is used by the digital computers to encode data and programs?
Verified Answer
A. Decimal
B. Binary
C. Hexa decimal
D. Octal
E. None of these
Explanation:
Digital computers fundamentally use the binary number system (base-$2$) to encode all data and programs internally. This system represents information using only two symbols, $0$ and $1$, which are easily translated into electrical states within the computer's hardware. Decimal, hexadecimal, and octal are used for human-readable representations.