Week 3 - Logic Gates 1 Flashcards

1
Q

What is the function of a NOT gate?

A

The NOT gate inverts the input signal

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

What is the function of the AND gate?

A

The AND gate typically takes between 2 and 8 inputs. Any logic low gives a logic low.

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

What is the function of the OR gate?

A

The OR gate takes more than 2 inputs. Any logic high gives a logic high.

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

What is the function of a NAND gate?

A

A NAND gate is an AND gate with an inverted output. Any low gives a high.

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

What is the function of the NOR gate?

A

The NOR gate is just the OR gate with an inverted output. Any high gives a low.

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

What is the function of the XOR gate?

A

The XOR gate is like the OR gate but when both or all inputs are logic high then the output is logic low. Essentially, matching inputs gives a logic low and differing inputs give a logic high.

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

What is a multiplexer composed of and what is the purpose of a multiplexor?

A

A multiplexer is composed of a decoder and a selector. The purpose of a multiplexer is to act as a switch with the output of the multiplexer being determined by the ‘select’ signal.

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

What is the difference between a half-adder and a full-adder?

A

A half-adder will perform bit addition but with no input for a carry bit. It has a sum and carry output.

A full-adder will perform bit addition along with a carry input.

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