Logic gates
Example Blog!!! This shows planning and notes from hacks.
Home | Logic Gate | Binary | Ascii Game | Color code |
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). |
note: Choose all that applies
Input | Output | Type of Logic gate(s) |
---|---|---|
|
note: Type all the possible logic gates and sperate them with a comma(eg. "and,nor,xor")
Input | Output | Type of Logic gate(s) |
---|---|---|