Exclusive Or

 
 
 

Categories

  • Math > Logic

Description

Evaluates the two input Boolean values and outputs the result as another Boolean using the "Exclusive Or" logic. "Exclusive Or" evaluates to true when only one of the input Boolean values is true and false in all other cases.

Ports

Inputs

First

The first Boolean value to evaluate.

Second

The second Boolean value to evaluate.

Outputs

Result

The resulting Boolean value.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License