A value type with two possible values: true, false
making a decision based on a true or false condition
making a decision based on a boolean value
Means yes, affirmative, yes, yea, positive -- one of two possible values of a boolean type
Means no, negative, nope, nay -- one of two possible values of a boolean type
Another word we use for 'true'
Another word we use for 'false'
A question that results in a boolean (true/false). Is the traffic signal green?
produces a boolean result value