QUESTIONIn the binary system used by digital computers, the two truth values of Boolean logic are represented by which digits?
- AThe digits 1 and 0
- BThe digits 0 through 7 only
- CThe digits 0 through 9 in sequence
Show the answer and explanation
Correct answer: A. The digits 1 and 0
- A — correct Boolean logic is employed in the binary system because its only truth values, true and false, can be represented by the binary digits 1 and 0.
- B — incorrect A set of eight digits is not the binary system; binary carries only the two values that correspond to true and false.
- C — incorrect A ten-digit counting sequence is not what digital computers use to hold a Boolean truth value, which has only two states.