4.5 - Logic Gates Flashcards
What is the XOR gate and what is its output? Draw it:
Exclusive OR gate
If one but not both of the inputs is 1 the output is 1, otherwise the output is 0
OrR gate with a line through the wires (check)
What is the NAND gate and what is its output? Draw it:
Combination of AND and NOT
Inverts the output of the And gate
AND gate with a dot hen line for the output wire
What is the NOR gate and what is its output? Draw it:
Inverse the OR gate
Output is 1 only if both the inputs are 0
OR gate with a dot and then a wire for the output
What is the universal gate?
NAND as it combines the functions of two gates (AND, NOT) into a single gate
Different combinations of NAND can act like OR, NOT, AND gates
Any circuit can be built just by NAND
Advantages of NAND gates?
Minimises cost of production if only NAND is needed
Speed up processing