Chpt. 2 Logic Gates Flashcards

1
Q

(XNOR Gate)
Exclusive-Nor

I.S.O.T.

A

Both Inputs = Same, Output = True

Input 1 = 0, Input 2 = 0, Output 1

Input 1 = 0, Input 2 = 1, Output 0

Input 1 = 1, Input 2 = 0, Output 0

Input 1 = 1, Input 2 = 1, Output 1

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

(XOR gate)

I.S.O.F.

A

Both Inputs = Same, Output = False

Input 1 = 0, Input 2 = 0, Output 0

Input 1 = 0, Input 2 = 1, Output 1

Input 1 = 1, Input 2 = 0, Output 1

Input 1 = 1, Input 2 = 1, Output 0

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

(NOT gate)

A

Inverter/Opposite

Input 1, Output 0

Input 0, Output 1

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

Buffer Gate

What goes in comes out

A

(Input=True, Output=True)

Input = 1, Output = 1
Input = 0, Output = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(NOR)

A

Both False = Output True

Input 1 = 0, Input 2 = 0, Output 1

Input 1 = 0, Input 2 = 1, Output 0

Input 1= 1, Input 2 = 0, Output 0

Input 1 = 1, Input 2 = 1, Output 0

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

(NAND)

A

Both True = Output False

Input 1 = 0, Input 2 = 0, Output 1

Input 1 = 0, Input 2 = 1, Output 1

Input 1 = 1, Input 2 = 1, Output 0

Input 1 = 1, input 2 = 0, Output 1

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

(OR gate)

A

Both Inputs = False, Output = False

Input 1 = 0, Input 2 = 1, Output 1

Input 1 = 1, Input 2 = 0, Output 1

Input 1 = 1, Input 2 = 1, Output 1

Input 1 = 0, Input 2 = 0, Output 0

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

(AND Gate)

A

Both Inputs = True, Output = True

Input 1 = 0, Input 2 = 1, Output 0

Input 1 = 1, Input 2 = 0, Output 0

Input 1 = 1, Input 2 = 1, Output 1

Input 1 = 0, Input 2 = 0, Output 0

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

Logic Gate?

A

Elementary building block of a digital circuit.

Boolean function of binary inputs.

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