Boolean Logic Flashcards

IT (26 cards)

1
Q

What is Boolean Logic?

A

A form of algebra that uses true and false values to perform operations.

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 ‘True’ is represented by 1.

A

True

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

Fill in the blank: The basic operations of 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 does the AND operation return?

A

True only if both operands are true.

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

What does the OR operation return?

A

True if at least one operand is true.

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 its operand.

A

True

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

What is the result of the expression TRUE AND FALSE?

A

FALSE

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

What is the result of the expression TRUE OR FALSE?

A

TRUE

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

Which of the following is a valid Boolean operation: A) ADD B) OR C) MULTIPLY?

A

B) OR

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

True or False: The expression A OR B is equivalent to B OR A.

A

True

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

Fill in the blank: The _____ law states that A OR FALSE = A.

A

Identity

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

What is the result of NOT (TRUE AND FALSE)?

A

TRUE

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

What does the XOR operation represent?

A

True if exactly one operand is true.

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

True or False: The expression A AND (B OR C) is distributive.

A

True

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

What is the complement of the expression A?

A

NOT A

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

In Boolean Algebra, what does the term ‘distributive’ refer to?

A

The ability to distribute one operation over another.

17
Q

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

A

A OR (B AND C)

18
Q

True or False: The expression A AND (B AND C) is equivalent to (A AND B) AND C.

19
Q

What is the outcome of the expression NOT (A OR B) in terms of A and B?

A

NOT A AND NOT B

20
Q

Which of the following is NOT a Boolean variable: A) 0 B) 1 C) 2?

21
Q

Fill in the blank: The _____ theorem states that A AND (A OR B) = A.

22
Q

What is the term for a circuit that implements a specific Boolean function?

23
Q

What are the three primary types of logic gates?

24
Q

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

25
What is the significance of De Morgan's Theorems in Boolean Logic?
They provide rules for negating expressions.
26
What is the result of the expression NOT (A AND B)?
NOT A OR NOT B