BOOLEAN ALGEBRA AND LOGIC GATES Flashcards
What is a logic gate and why is it called a gate?
Electronic circuits which combine digital signals
according to the Boolean algebra.
Logic gates are called gates because they control the flow of information.
Describe negative and positive logic
Positive logic is an electronic representation in which the true state is at a higher voltage.
Negative logic has the true state at a lower voltage.
Draw the gate diagram and truth table for the following gates: NOT, AND, NAND, OR, NOR, XNOR, XOR
*See notes for diagrams and truth tables
Describe Boolean algebra and its purpose
It is used to express logic functions algebraically.
It is defined with
a set of elements (any collection of objects having a
common property.)
a set of operators,
a number of unproved axioms or postulates.
What are axioms and postulates of Boolean algebra
A set of logical expressions that we accept without proof and upon which we can build a set of useful theorems.
EG 0.0=0 or 1+0=1
What is a field
A field is a set of elements, together with two binary operators, each having properties 1 through 5 and both operators combining to give property 6.
State the duality property
“Every algebraic expression deducible from the
postulates of Boolean algebra remains valid if the operators and identity elements are interchanged”.
How is the dual of an algebraic expression obtained
“Every algebraic expression deducible from the
postulates of Boolean algebra remains valid if the operators and identity elements are interchanged”.
List the postulates (2, 3, 4,5) and theorems( 1-6) of Boolean algebra
*See notes
Justify theorem 1a, 1b, 2a, 2b, 3, 6a and 6b
*See notes
Describe a boolean function
A Boolean function expresses the logical relationship
between binary variables.
It can be represented in a truth table.
It can be transformed from an algebraic expression into a circuit diagram.
What is the difference between a boolean function and a function in its algebraic format?
There is only one way that a Boolean function can be
represented in a truth table.
However, when the function is in algebraic form, it can be expressed in a variety of ways, all of which have equivalent logic.
What is a literal?
How many terms and literals do the following expressions have?
a) x′y′z + x′yz + xy′
b) x′z + xy
A single variable within a term in complemented or uncomplemented form.
a)3 Terms, 8 Literals
b)2 Terms, 4 Literals
Do the examples on lecturer slide 34
- See lecturer slide 34
How is DeMorgan’s theorem used in finding the complement of a function
DeMorgan’s theorems states that the complement of a function is obtained by interchanging AND and OR
operators and complementing each literal..