4.5 - Logic Gates Flashcards

(11 cards)

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 then 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
6
Q

What are adders?

A

A logic circuit that can be used to add Boolean values together
Two types: half and full

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

What are half adders?

A

A logic circuit with two inputs, two outputs and two logic gates (XOR and AND)
Used to add two Boolean values

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

What is a full adder?

A

Has three inputs and two outputs, enables it to input two Boolean values and a carry bit from previous, less significant operation

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

What is an edge-triggered D-type flip-flop?

A

A logic circuit which can be used as a memory unit for storing the value of a single bit

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

What does an edge-triggered D-type flip-flop include?

A

Has two inputs, one for data and another for a clock signal, one output which always holds the value of the stored bit

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

What is a logic gate?

A

Devices which apply logical operations to one or more Boolean inputs in order to produce a single output

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