The binary system is defined by having two distinct symbols, typically 0 and 1. The base, or radix, of a number system equals the number of distinct digit symbols it uses. Since binary uses exactly two symbols, its base is 2. This is why powers of 2 appear throughout digital design.
Option A:
Option A correctly recognises that the binary system has two digits and hence base 2. All positional weights are powers of 2 in such a system, which aligns with logical signals that are either low or high.
Option B:
Option B, 8, refers to the octal system, which uses digits 0 through 7. It is sometimes used as a compact representation of binary, but it is not the base used directly for bit-level operations.
Option C:
Option C, 10, is the base of the decimal system commonly used in everyday arithmetic. Digital hardware, however, is built on binary logic rather than decimal.
Option D:
Option D, 16, corresponds to the hexadecimal system, which is often used to represent binary values more compactly, but it is not the fundamental base of binary computation.
Comment Your Answer
Please login to comment your answer.
Sign In
Sign Up
Answers commented by others
No answers commented yet. Be the first to comment!