Logical OR

Classification Images
Name:
Logical OR

Symbol:
X || Y
Appearance:

Appearance.
Group:
Logical operators

CannyLab version:
from 0.6b
*Icon:

*Icon.
Inputs
Input Value
Value X: Logical
Value Y: Logical
Outputs
Output Value
Result: Logical

General description

Logical addition (disjunction). Set the output as a result of logical addition of input values.

In other words, the output is:

  • “1” if and only if any of the inputs is “1”.,
  • “0” if and only if all the inputs are “0”. Thus, Truth table operation is as followed:
Operation results
Value X Value Y Result
0 0 0
0 1 1
1 0 1
1 1 1

Features

Use blocks Converter 8-to-1 and Converter 16-to-1 to construct a diagram ‘Logical OR’ for several values from fewer functional blocks.

Examples

Example 1:

Example 1.

Пример 2:

Example 2.

SEE ALSO