AND




<logic> (Or "conjunction") The Boolean function which is true only if all its arguments are true.

The truth table for the two argument AND function is:

A | B | A AND B --+---+--------- F | F |



F F | T |



F T | F |



F T | T |



T

AND is often written as an inverted "V" in texts on logic.

In the C programming language it is represented by the && (logical and) operator.



< Previous Terms Terms Containing AND Next Terms >
Analogy Model
Analytical Engine
Analytical Machine
anchor
ANCP
100BaseT
100BaseVG
10base2
10base5
16450
ANDF
Andorra-I
Andorra Kernel Language
Andorra-Prolog
Andrei Markov