1/6
Logic Gates symbols, logic tables, and descriptions testing
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
AND Gate
Outputs true only when all its inputs are true. It performs the logical conjunction operation.
NAND Gate
Outputs a false only if all inputs are true; otherwise, it outputs true.
OR Gate
Outputs true if at least one input is true. It performs the logical disjunction operation.
NOR Gate
Outputs true only if all inputs are false. It performs the logical negation of the OR operation.
XOR
Gate outputs true if an odd number of inputs are true; otherwise, it outputs false.
XNOR Gate
Gate outputs true if an even number of inputs are true, effectively performing the logical negation of the XOR operation.
NOT Gate
Outputs true only if the input is false; performs logical negation.