Logic Gates Flashcards

Learn the different types of logic gates (8 cards)

1
Q

Equation

What’s the AND Gate equation?

Example Y = Something

A

Y = AB

AND Gate Behavior = Y can only be 1 if both A and B are equal to 1; othe

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

Equation

What’s the OR Gate equation?

Example Y = Something

A

Y = A+B

OR Gate Beh. = Y can only be 1 if either or both A and B are equal t0 1

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

Equation

What’s the NOT Gate equation?

Example Y = Something

A

Y = A’

NOT Gate Beh. = Y can be equal to one if A is zero, (Opposite)

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

Equation

What’s the NAND Gate equation?

Example Y = Something

A

Y = (AB)’

NAND Gate Beh. : Y = 1 if A and B are not equal to 1

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

Equation

What’s the NOR Gate equation?

Example Y = Something

A

Y = (A+B)

NOR Gate Beh. –> Y = 1 if both equal to 0

Exp. (0+0)’ = 1, (0+1)’ = 0, (1+0)’ = 0, (1+1)’ = 0

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

Equation

What’s the Buffer Gate equation?

Example Y = Something

A

Y = A

Buffer Gate Beh. –> Y is equal to the input

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

Equation

What’s the XOR Gate equation?

Example Y = Something

A

Y = A (+) B

XOR Gate Beh. –> Y = 1 if A and B are not the same

Exp. (0 0) = 0, (0 1) = 1, (1 0) = 1, (1 1) = 0

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

Equation

What’s the XNOR Gate equation?

Example Y = Something

A

Y = (A (+) B)’

XNOR Gate Beh. –> Y = 1 if both A and B are the same

Exp. (0 0)’ = 1, (0 1) = 0, (1 0) = 0, (1 1) = 1

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