Node Properties
The output is True if all inputs are True. Otherwise, the output is False.
The output is True if at least one input is True. Otherwise, the output is False.
The output is True if an odd number of inputs is True. Otherwise, the output is False.
If all inputs are True, the output is False. Otherwise, the output is True. NAND performs the reverse operation of AND.
If at least one input is True, the output is False. Otherwise, the output is True. NOR performs the reverse operation of OR.
If an even number of input ports are True, the output will be True. Otherwise, the output is False. NXOR performs the reverse operation of XOR.