Boolean logic gates Flashcards

(20 cards)

1
Q

What is a Boolean logic gate?

A

A device that implements a Boolean function, performing operations on one or more binary inputs to produce a single binary output.

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

What is the output of an AND gate when both inputs are true?

A

True

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

Fill in the blank: The output of a NOT gate is the ______ of its input.

A

negation

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

True or False: An OR gate will output true if at least one input is true.

A

True

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

What does an XOR gate output when both inputs are the same?

A

False

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

Complete the truth table for an AND gate: 0 AND 0 = ?, 0 AND 1 = ?, 1 AND 0 = ?, 1 AND 1 = ?

A

0, 0, 0, 1

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

Which gate produces an output of true only when both inputs are false?

A

NAND gate

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

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

A

False

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

How many inputs can a typical logic gate have?

A

Typically 2, but can have more.

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

True or False: The output of a NAND gate is the negation of the AND gate output.

A

True

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

What is the primary function of a NOT gate?

A

To invert the input signal.

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

Complete the truth table for an XOR gate: 0 XOR 0 = ?, 0 XOR 1 = ?, 1 XOR 0 = ?, 1 XOR 1 = ?

A

0, 1, 1, 0

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

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

A

False

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

Fill in the blank: The symbol for an AND gate is a ______ shape.

A

D

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

Which gate is known as the universal gate?

A

NAND gate

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

True or False: An OR gate can only have two inputs.

17
Q

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

18
Q

Complete the truth table for a NAND gate: 0 NAND 0 = ?, 0 NAND 1 = ?, 1 NAND 0 = ?, 1 NAND 1 = ?

19
Q

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

20
Q

Fill in the blank: The output of an OR gate is true if at least one input is ______.