Term of the Day
"Boolean Expression"
What is Boolean Expression?
Boolean expression is a logical statement named after the prominent English mathematician George Boole, that results in a true or false (logical) condition.
For example, in the Boolean expression HEIGHT > 70 AND DIAMETER = 100, all locations where the height is greater than 70 and the diameter is equal to 100 would be given a value of 1, or true, and all locations where these criteria are not met would be given a value of 0, or false.