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 then 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
What are adders?
A logic circuit that can be used to add Boolean values together
Two types: half and full
What are half adders?
A logic circuit with two inputs, two outputs and two logic gates (XOR and AND)
Used to add two Boolean values
What is a full adder?
Has three inputs and two outputs, enables it to input two Boolean values and a carry bit from previous, less significant operation
What is an edge-triggered D-type flip-flop?
A logic circuit which can be used as a memory unit for storing the value of a single bit
What does an edge-triggered D-type flip-flop include?
Has two inputs, one for data and another for a clock signal, one output which always holds the value of the stored bit
What is a logic gate?
Devices which apply logical operations to one or more Boolean inputs in order to produce a single output