Correct option is A
The binary number system allows digital systems to add parity bits (0 or 1) to a data word.
These parity bits help detect single-bit errors during transmission by checking whether the number of 1s is even or odd as expected.
Thus, binary representation naturally supports:
Even parity
Odd parity
Simple, reliable error detection