Restart
8 of 11
A statement that evaluates to true or false is....?
- A Boolean
- B Truth table
- C Abstraction
- D Input
That's Correct!
It's Wrong!
A statement that evaluates to true or false is referred to as a Boolean. This term originates from George Boole, a mathematician who developed a system of logic that represents true and false values using the binary digits 1 and 0. In programming and computer science, Boolean is a data type that can have one of two values: true or false. It is commonly used in conditions and logic operations to make decisions or control the flow of a program.