This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "Exclusive OR"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 18: Line 18:
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
!colspan="2" style="background-color:#AFEEEE;"|Inputs
 
|-
 
|-
|style="padding-left:1em;"|Значение X:
+
|style="padding-left:1em;"|value X:
 
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
 
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
 
|-
 
|-
|style="padding-left:1em;"|Значение Y:
+
|style="padding-left:1em;"|value Y:
 
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
 
|style="padding-left:1em;"|[[CFD Language#Data|logical]]
 
|-
 
|-
Line 53: Line 53:
 
{|border="1" style="border-collapse:collapse;"
 
{|border="1" style="border-collapse:collapse;"
 
|-
 
|-
|style="padding:5px;"|X Value
+
|style="padding:5px;"|value X
|style="padding:5px;"|Y Value
+
|style="padding:5px;"|value Y
 
|style="padding:5px;"|Result
 
|style="padding:5px;"|Result
 
|-
 
|-

Revision as of 09:31, 18 November 2015

Appearance
Изображение:5_3_4_2.png
Symbol
XOR
Group
Logical operators
Inputs
value X: logical
value Y: logical
Outputs
Result: logical
Version CANNY Lab
from 0.6b

left|Иконка

Modulo 2. Set the output result of the XOR operation on input values.


In other words, the output will be:

  • "1" if and only if at only one inputs is "1",
  • "0" if and only if the input values are equivalent to each other.

Thus, Truth table operation is as follows:

value X value Y Result
0 0 0
0 1 1
1 0 1
1 1 0

Examples

thumb|Пример 1 thumb|Пример 2

See also

Negation

Logical AND

Logical OR

Встроенные функциональные блоки