9.5.2

Table Of Contents
1110 CHAPTER 22
XPRESSO EDITOR 1111
AND
The output is True if all inputs are True. Otherwise, the output is False.
OR
The output is True if at least one input is True. Otherwise, the output is False.
XOR (Exclusive OR)
The output is True if an odd number of inputs is True. Otherwise, the output is False.
NAND (Not AND)
If all inputs are True, the output is False. Otherwise, the output is True. NAND performs the reverse
operation of AND.
NOR (Not OR)
If at least one input is True, the output is False. Otherwise, the output is True. NOR performs the
reverse operation of OR.