which of thestatement is true , in a Boolean algebra x+xy =,
Answers
Answered by
1
Answer:
Boolean values and operations
Constant true is 1 and constant false is 0. It is considered good practice, though, to write true and false in your program for boolean values rather than 1 and 0. The following table shows comparisons and boolean operations.
Answered by
1
Answer:
The Boolean expression X+X' Y equals X+Y.
Boolean algebra is the mathematics we use to analyze digital gates and circuits. Use of “Laws of Boolean” to both reduce and simplify a complex Boolean expression in an attempt to reduce the number of logic gates required
Similar questions