|
About
Projects
CV
Contact
Freode
Boolean Logic
Intro
Primary Operators
Primary Operator Qs
Secondary Operators
Expression Forms
Expression Form Questions
Algebraic Laws
Algabraic Laws Questions
Boolean Logic AppletWeb Security
|
Boolean Logic - Secondary OperatorsXORAlso known as the inequality operator since it is true only when its two arguments are not equal. XOR is equivalent to (a AND NOT b) OR (NOT b AND a). Different XOR operator notation:
Truth table for the XOR operator:
IMPLIESThe use of this operator is known as implication. IMPLIES is equivalent to a' + b. Different IMPLIES operator notation:
Truth table for the IMPLIES operator:
BI-IMPLIESBI-IMPLIES is also known as the equivalence operators, and is the inverse of XOR. The use of BI-IMPLES is known as bi-implication. It is the same as (a . b) + (a' . b'). Different BI-IMPLIES operator notation:
Truth table for the BI-IMPLIES operator:
<< Primary Operator Questions | Introduction | Expression Forms >> |