1.4.3 Boolean Algrebra Flashcards

1
Q

Boolean Logic

A

“Named after the nineteenth-century mathematician George Boole, Boolean logic 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

“Also know as the K-Map, is a method to simplify Boolean algebra expressions. The Karnaugh map reduces the need for extensive calculations by taking advantage of humans’ pattern-recognition capability. They are used to simplify real-word logic requirements so that they can be implemented using a minimum number of physical 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
4
Q

De Morgan’s Law

A

“Two laws in Boolean algebra which state that AND and OR, or union and intersections, are duel. The rules can be expressed in English as 1) ‘The negation of a conjunction is the disjunction of the negations.’
2) ‘The negation of a disjunction is the conjunction of the negations.’ Or more informally as 1) “not (A and B)” is the same as “(not A) or (not B)” and also 2) “not (A or B)” is the same as “(not A) and (not B)”.
The purpose of De Morgan’s laws is to simplify the design of electronic circuits.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
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
7
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
8
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
9
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
10
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
11
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
12
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
13
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