4.5 - Logic Gates Flashcards

1
Q

What is the XOR gate and what is its output? Draw it:

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the NAND gate and what is its output? Draw it:

A

Combination of AND and NOT
Inverts the output of the And gate
AND gate with a dot hen line for the output wire

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the NOR gate and what is its output? Draw it:

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the universal gate?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Advantages of NAND gates?

A

Minimises cost of production if only NAND is needed
Speed up processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly