Boolean Logic Flashcards

Boolean logic (26 cards)

1
Q

What is the basic unit of Boolean logic?

A

The basic unit of Boolean logic is a Boolean variable.

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

True or False: In Boolean logic, the value of a variable can be both true and false at the same time.

A

False

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

Fill in the blank: The three primary operations in Boolean logic are AND, OR, and _____ .

A

NOT

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

What is the result of the AND operation if one operand is true and the other is false?

A

False

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

What is the result of the OR operation if both operands are false?

A

False

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

True or False: The NOT operation inverts the value of a Boolean variable.

A

True

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

What is the truth value of the expression A AND B if A is true and B is true?

A

True

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

What does a truth table represent?

A

A truth table represents all possible values of Boolean variables and the result of their operations.

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

What is the outcome of the expression NOT (A AND 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
10
Q

Fill in the blank: In Boolean algebra, the operation A OR B is equivalent to _____ if both A and B are false.

A

False

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

What is the identity element for the AND operation?

A

True

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

What is the identity element for the OR operation?

A

False

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

True or False: The expression A OR NOT A is always true.

A

True

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

What is the complement of a Boolean variable?

A

The complement of a Boolean variable is its NOT value.

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

What is the result of the expression A AND (B OR C) if A is false?

A

False

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

Which operation is represented by the symbol ‘∧’?

17
Q

Which operation is represented by the symbol ‘∨’?

18
Q

What is the result of the expression (A OR B) AND (A OR NOT B) when A is true and B is false?

19
Q

Fill in the blank: In Boolean logic, the law of _____ states that A OR A = A.

20
Q

What is De Morgan’s Theorem?

A

De Morgan’s Theorem states that NOT (A AND B) is equivalent to (NOT A) OR (NOT B), and NOT (A OR B) is equivalent to (NOT A) AND (NOT B).

21
Q

What is the result of the expression A AND NOT A?

22
Q

True or False: The expression A OR (B AND C) is the same as (A OR B) AND (A OR C).

23
Q

What is a Boolean function?

A

A Boolean function is a function that delivers a Boolean output based on Boolean inputs.

24
Q

What is the significance of a Karnaugh map?

A

A Karnaugh map is used to simplify Boolean expressions.

25
Fill in the blank: The term for a variable that can take on only two possible values in Boolean logic is _____ .
Boolean
26
What is the role of a multiplexer in digital circuits?
A multiplexer selects one of several input signals and forwards the selected input into a single line.