Types of Logic Gates Flashcards

(7 cards)

1
Q

What is NOT gate?

A
  • Also known as an inverter
  • The NOT gate inverts or complements the input logic level. Thus the output equals to the inverted input.
  • Has only one input and one output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a OR gate?

A
  • Also called Logical Addition
  • Its output is L (or 0) only when all the inputs are L (0).
  • The OR gate output goes H (or 1) when any or all inputs are High, i.e. a 1 at any input results in a 1 at the output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a AND gate?

A
  • Also called Logical Multiplication
  • The AND gate output is 1 (H) only when all its inputs are 1 (H).
  • The AND Gate output is 0 (L) when any of its inputs is 0 (L)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a NOR gate?

A
  • Can be considered as being an OR gate followed by a NOT gate.
  • The NOR gate output is 1 only when all its inputs is 0.
  • The NOR gate output is 0 when any of its inputs is 1.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a NAND gate?

A
  • Is derived from an AND gate connected in cascade with a NOT gate.
  • The NAND output is only L (or 0) when all its inputs are H (or 1).
  • The NAND Gate output is 1 (H) when any of its inputs is 0 (L)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a XOR gate?

A
  • The XOR gate output only goes high when both its inputs are at different logic levels.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a XNOR gate?

A
  • The XNOR gate output only goes high when both its inputs are of the same logic level..
How well did you know this?
1
Not at all
2
3
4
5
Perfectly