XOR means different, NAND means not both, NOR means neither.

Example

XOR means different, NAND means not both, NOR means neither.

highlighted = computed this step

Build the concrete table

Compute the highlighted logic-table value.

A=0 B=0XOR=0 NAND=1 NOR=1\begin{array}{c|c}\text{A=0 B=0}&\hlmath{\text{XOR=0 NAND=1 NOR=1}}\end{array}

Build the concrete table

Compute the highlighted logic-table value.

A=0 B=0XOR=0 NAND=1 NOR=1A=0 B=1XOR=1 NAND=1 NOR=0\begin{array}{c|c}\text{A=0 B=0}&\text{XOR=0 NAND=1 NOR=1}\\\text{A=0 B=1}&\hlmath{\text{XOR=1 NAND=1 NOR=0}}\end{array}

Build the concrete table

Compute the highlighted logic-table value.

A=0 B=0XOR=0 NAND=1 NOR=1A=0 B=1XOR=1 NAND=1 NOR=0A=1 B=0XOR=1 NAND=1 NOR=0\begin{array}{c|c}\text{A=0 B=0}&\text{XOR=0 NAND=1 NOR=1}\\\text{A=0 B=1}&\text{XOR=1 NAND=1 NOR=0}\\\text{A=1 B=0}&\hlmath{\text{XOR=1 NAND=1 NOR=0}}\end{array}

Build the concrete table

Compute the highlighted logic-table value.

A=0 B=0XOR=0 NAND=1 NOR=1A=0 B=1XOR=1 NAND=1 NOR=0A=1 B=0XOR=1 NAND=1 NOR=0A=1 B=1XOR=0 NAND=0 NOR=0\begin{array}{c|c}\text{A=0 B=0}&\text{XOR=0 NAND=1 NOR=1}\\\text{A=0 B=1}&\text{XOR=1 NAND=1 NOR=0}\\\text{A=1 B=0}&\text{XOR=1 NAND=1 NOR=0}\\\text{A=1 B=1}&\hlmath{\text{XOR=0 NAND=0 NOR=0}}\end{array}
logic-computation Every row is intentionally ordered and pinned to the lesson specification.