boolean logic Flashcards

(26 cards)

1
Q

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

A

False

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

What logical operation does the OR gate perform?

A

It outputs true if at least one input is true.

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

What is the result of the AND operation when both inputs are false?

A

False

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

Fill in the blank: The NOR operation is the negation of the ___ operation.

A

OR

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

True or False: A NAND gate outputs true only when both inputs are true.

A

False

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

What is the primary function of a ZOR gate?

A

It outputs true if the inputs are different.

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

What is the output of an XOR gate for inputs true and false?

A

True

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

Which gate is equivalent to an AND gate followed by a NOT gate?

A

NAND

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

True or False: The output of a NOR gate is true if at least one input is true.

A

False

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

What does the AND operation require from its inputs to return true?

A

Both inputs must be true.

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

Fill in the blank: The result of A OR B is ___ if both A and B are false.

A

False

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

What is the truth value of A NAND B when A is true and B is false?

A

True

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

Which operation is often used in digital circuits to perform a controlled inversion?

A

NOT

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

True or False: A ZOR gate can also be referred to as an exclusive OR gate.

A

True

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

What is the output of an AND gate for inputs true and true?

A

True

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

In a NOR operation, what is the output when both inputs are true?

17
Q

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

18
Q

Fill in the blank: The ZOR operation outputs true when the number of true inputs is ___.

19
Q

What is the difference between NAND and AND gates?

A

NAND outputs false only when both inputs are true, while AND outputs true only when both inputs are true.

20
Q

True or False: The output of an XOR gate is false if both inputs are true.

21
Q

Which logical operation is represented by the symbol ‘∨’?

22
Q

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

23
Q

Fill in the blank: A ZOR operation is represented by the symbol ___ in Boolean algebra.

24
Q

What is the result of A NOR B when A is false and B is false?

25
Which gate outputs true only when both inputs are false?
NOR
26
True or False: The AND operation is commutative.
True