what are two types of Boolean expressions
Answers
Answered by
0
Explanation:
Boolean expression can consist of Boolean data, such as the following:
BOOLEAN values ( YES and NO , and their synonyms, ON and OFF , and TRUE and FALSE )
BOOLEAN variables or formulas.
Functions that yield BOOLEAN results.
BOOLEAN values calculated by comparison operators.
Answered by
1
Answer 1 a Boolean variable can be expressed in either true form or complemented form
2 Boolean function can be variable in either true form or complemented form while in canonical number of variable depends on the output of SOP or POS.
Explanation:
it may help you dear
Similar questions
if condition evaluates to true, statements inside the body of if are executed
if condition evaluates to false, statements inside the body of if are skipped