Boolean Algebra Laws Flashcards

1
Q

Boolean Logic

A

Named after the nineteenth-century mathematician George Boole, it is a form of algebra in which all values are reduced to either TRUE or FALSE.

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

Karnaugh Maps

A

Method to simplify Boolean algebra expressions, leveraging pattern recognition to minimize calculations. Reduces real-world logic requirements for efficient implementation with minimal logic gates.

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

Boolean Algebra

A

A set of rules for manipulating truth values according to truth tables. Very important in computing as truth values in Boolean algebra are True and false, and can thus easily be represented as the binary digits 1 and 0.

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

De Morgan’s Law

A

Two laws stating the duality of AND and OR operations. In English: 1) ‘Not (A and B)’ equals ‘(Not A) or (Not B)’ and 2) ‘Not (A or B)’ equals ‘(Not A) and (Not B)’. Designed to simplify electronic circuit design.”

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

Distribution

A

A rule or law in Boolean algebra which permits the multiplying or factoring out of an expression.

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

Association

A

A rule or law in Boolean algebra which permits the removal of brackets from an expression and regrouping of the variables.

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

Commutation

A

A rule or law in Boolean algebra which stats that the order of application of two separate terms is not important: A AND B = B AND A

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

Double Negation

A

A rule or law in Boolean algebra where if you invert a term twice it is equal to its original term: (NOT NOT A) = A

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

Logic Gate Diagram

A

A method of expression Boolean Logic in a diagrammatic form using a set of standard symbols representing the various Logic Gates such as AND NOT OR NAND etc.

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

Truth Table

A

A notation used in Boolean algebra for defining the output of a logic gate or logic circuit for all possible combinations of inputs.

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

D Type Flip Flops

A

Also known as a data or delay flip flop. This is a circuit or logic design which can be viewed as a memory cell. It has two stable states. Using appropriate input signals, you can trigger the flip-flop from one state to the other.

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

Half Adders

A

A unit which adds together two input variables. A half adder can only add the inputs together.

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

Full Adders

A

A unit which adds together two input variables. A full adder can a bit carried from another addition as well as the two inputs.

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

Simplify the Equation:

(A.B)+A

A

. Take out the common factor A
A(B+1)
Use identity 1+A = 1
A(1) or A.1
2. Use identity A.1=A
3. Answer = A

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

Simplify the Equation:
(A+B).(A+A)

A
  1. Use Identity Law A+A = A (A+B).A
  2. Multiply out A.A+A.B
  3. Use Identity Law A.A = A A+(B.A)
  4. Use redundancy law A+(A.B) = A A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Simplify the Equation:
B.(A+A.B)

A
  1. Multiply out (B.A)+(B.A.B)
  2. Simplify right-hand side
    (B.A.B) = A.B (B.A)+(A.B)
  3. Commutative Law A.B