Boolean Logic Flashcards

(20 cards)

1
Q

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

A

True

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

What is the truth value of a NOT gate when the input is false?

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 NAND gate is _____ when both inputs are true.

A

False

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 is the output of an XOR gate 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

What is the truth table for a NOR gate?

A

Output is true only if both inputs are false.

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

Which gate is represented by the expression A AND B?

A

AND gate

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

What is the output of an OR gate for inputs (0, 1)?

A

1

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

How many inputs can a basic logic gate have?

A

Typically two, but can have more.

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

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

A

False

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

True or False: A NAND gate is the opposite of an AND gate.

A

True

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

What does the XOR gate output when one input is true and the other is false?

A

True

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

Fill in the blank: The output of an AND gate is _____ when at least one input is false.

A

False

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

What is the primary function of a NOR gate?

A

To output true only when all inputs are false.

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

List the basic logic gates.

A

AND, OR, NOT, NAND, NOR, XOR

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

What is the output of a NAND gate for inputs (1, 1)?

17
Q

What is the truth table for an OR gate?

A

Output is true if at least one input is true.

18
Q

True or False: A combined circuit can contain multiple types of logic gates.

19
Q

What is the output of a NOR gate for inputs (0, 0)?

20
Q

How does an XOR gate differ from an OR gate?

A

XOR outputs true only when inputs are different.