1.4.3 Boolean Algebra Flashcards

1
Q

Which logic gate is this truth table representing?

A

AND

Both inputs must be true

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

Which logic gate is this truth table representing?

A

OR

At least one input needs to be true

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

Which logic gate is this truth table representing?

A

XOR

Only 1 single input can be true

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

Which logic gate is this truth table representing?

A

NAND

The flip of the AND gate - both inputs must not be true

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

Which logic gate is this truth table representing?

A

NOR

The flip of an OR gate - both inputs need to be false

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

Which logic gate is this truth table representing?

A

NOT

Inverts the input

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

What would the logic circuit look like for this truth table?

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

What is the circuit for the following expression?

( ¬ A ) V ( B Λ C )

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

What are the Boolean expressions for the following circuit?

A

S = (A V B) V Cin

COUT = ((A V B) Λ Cin) V (A Λ B)

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

How big would the expressions be for each of the following group sizes on a Karnaugh map?

  • Group of 8
  • Group of 4
  • Group of 2
  • Group of 1
A

8 = Evaluates to single expression (A)

4 = Evaluates to two expressions (A Λ B)

2 = Evaluates to three expressions (A Λ B Λ C)

1 = Evaluates to four expressions (A Λ B Λ C Λ D)

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

What would be the simplified expression for this Karnaugh map?

A

(NOT A and NOT D)

OR

(A AND B AND C)

OR

(NOT B AND NOT C AND NOT D)

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