Science, asked by naveen401485, 5 months ago

what are two types of Boolean expressions​


Moncheri06: Here, condition is a boolean expression. It returns either true or false.

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

Answers

Answered by vijay0444
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 nkumar7383
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