Logic Gates Flashcards

(27 cards)

1
Q

What logic gate outputs 1 only when both inputs are 1?

A

AND Gate

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

What logic gate outputs 1 if at least one input is 1?

A

OR Gate

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

What gate inverts its single input?

A

NOT Gate

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

Which gate gives the opposite output of an AND gate?

A

NAND Gate

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

Which gate gives the opposite output of an OR gate?

A

NOR Gate

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

What gate outputs 1 when the inputs are different?

A

XOR Gate

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

What gate outputs 1 when the inputs are the same?

A

XNOR Gate

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

What is the symbol for the AND operation in Boolean algebra?

A

· (dot)

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

What is the symbol for the OR operation in Boolean algebra?

A

+ (plus)

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

What is the Boolean expression for a NOT gate?

A

¬A or A’

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

How does a NAND gate behave when both inputs are 1?

A

It outputs 0

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

What does an XOR gate output when both inputs are 1?

A

1

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

What kind of logic gate is known as the ‘exclusive OR’?

A

XOR Gate

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

Which two gates are called ‘universal gates’?

A

NAND and NOR

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

Why are NAND and NOR gates called universal gates?

A

Because you can build any other gate using just NAND or NOR

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

Which gate is best for detecting input differences?

17
Q

What is the output of an OR gate when both inputs are 0?

18
Q

What is the output of a NOR gate when both inputs are 0?

19
Q

What is the output of an XNOR gate when one input is 1 and the other is 0?

20
Q

What is the output of a NOT gate when the input is 1?

21
Q

AND

A

Output is 1 only if both inputs are 1 (A·B)

22
Q

OR

A

Output is 1 if at least one input is 1 (A + B)

23
Q

NOT

A

Inverts the input (¬A)

24
Q

NAND

A

Output is 0 only if both inputs are 1; inverse of AND (¬(A·B))

25
NOR
Output is 1 only if both inputs are 0; inverse of OR (¬(A + B))
26
XOR
Output is 1 if inputs are different (A ⊕ B)
27
XNOR
Output is 1 if inputs are the same (¬(A ⊕ B))