This documentation is out of date.

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

Difference between revisions of "Logical AND"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 46: Line 46:
 
<br clear="left">
 
<br clear="left">
 
In other words, the output is:
 
In other words, the output is:
*"1" if and only if all the inputs is "1",
+
*"1" if and only if all the inputs are "1",
*"0" if and only if any of the inputs is "0".
+
*"0" if and only if any of the inputs are "0".
  
Thus, [//en.wikipedia.org/wiki/Truth_table Truth table] operation is as follows:
+
Thus, [//en.wikipedia.org/wiki/Truth_table Truth table] operation is as followed:
  
 
{|border="1" style="border-collapse:collapse;"
 
{|border="1" style="border-collapse:collapse;"

Revision as of 03:49, 7 April 2016

Appearance
5 3 2 2.png
Symbol
X && Y
Group
Logical operators
Inputs
Value X: Logical
Value Y: Logical
Outputs
Result: Logical
Version CANNY Lab
from 0.6b
Icon

Logical multiplication (conjunction). Set the output value as a result of logical multiplying of input values.


In other words, the output is:

  • "1" if and only if all the inputs are "1",
  • "0" if and only if any of the inputs are "0".

Thus, Truth table operation is as followed:

Value X Value Y Result
0 0 0
0 1 0
1 0 0
1 1 1

Features

Use blocks Converter 8-to-1 and Converter 16-to-1 to construct a diagram 'Logical AND "for several values from fewer functional blocks.

Examples

Example 1
Example 2

See also

Negation

Logical OR

Exclusive OR

Built-in Function Blocks