Please enable JavaScript.
Coggle requires JavaScript to display documents.
Logic Gates, NOR Gate Screenshot 2025-07-08 141424, XNOR GATE Screenshot…
Logic Gates
NOT Gate
Truth Table:
Explanation:
Takes a single input and inverts it. So if the input is 1 the output is 0 and input is 0 the output is 1
NAND Gate
Explanation:
Its a combination of the AND & NOT Gate Outputting the opposite of the AND's Output.
XOR GATE
Explanation:
Related to a OR Gate Only outputs 1 when there is only 1 input
Truth Table:
AND Gate
Explanation:
Takes 2 Inputs.(A & B) The Gate will output 1 when both A & B are 1. So A = 1 & B = 0 Would output 0.
OR Gate
Explanation:
Has 2 Inputs normally. Outputs 1 whenever one of the inputs are 1.
NOR Gate
Explanation:
Its a combination of the OR & NOT Gate outputting 1 only when all inputs are 0.
Truth Table:
XNOR GATE
Explanation:
Variation of the XOR Gate. It only outputs 1 when the inputs are the same.
Truth Table:
Truth Table:
Truth Table:
Truth Table: