Logic gates old
Example Blog!!! This shows planning and notes from hacks.
Visual Representation | Type of Logic Gate | Output | Description |
---|---|---|---|
And Gate | X can only be 1 if A & B are 1. | ||
Nand Gate | It is the exact opposite of an and gate | ||
Or Gate | a digital logic gate that gives an output of 1 when any of its inputs are 1, otherwise 0 | ||
Nor Gate | The opposite of a Or gate | ||
Xor Gate | a two-input digital circuit that outputs a logical “1” if the two input values differ, i.e., its output is a logical “1” if either of its inputs are 1, but not at the same time (exclusively). |
Input | Output | Type of Logic gate(s) |
---|---|---|