Presentation is loading. Please wait.

Presentation is loading. Please wait.

LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.

Similar presentations


Presentation on theme: "LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates."— Presentation transcript:

1 LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates. Gates are used to manipulate binary information. The basic operations are described below with the aid of truth tables. truth tables

2 Truth Table The Truth table consist of all input combinations and corresponding output state. The input-output relationship of the binary variables for each gate can be represented in tabular form by a truth table.

3

4 AND GATE The AND gate is an electronic circuit that gives a high output (1) only if all its inputs are high. A dot (.) is used to show the AND operation i.e. A.B. Bear in mind that this dot is sometimes omitted i.e. AB

5 OR GATE The OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high. A plus (+) is used to show the OR operation.

6 NOT GATE The NOT gate is an electronic circuit that produces an inverted version of the input at its output. It is also known as an inverter. If the input variable is A, the inverted output is known as NOT A. This is also shown as A', or A with a bar over the top, as shown at the outputs.

7 NAND GATE This is a NOT-AND gate which is equal to an AND gate followed by a NOT gate. The outputs of all NAND gates are high if any of the inputs are low. The symbol is an AND gate with a small circle on the output. The small circle represents inversion.

8 NOR GATE This is a NOT-OR gate which is equal to an OR gate followed by a NOT gate. The outputs of all NOR gates are low if any of the inputs are high. The symbol is an OR gate with a small circle on the output. The small circle represents inversion.

9 XOR OR EOR The 'Exclusive-OR' gate is a circuit which will give a high output if either, but not both, of its two inputs are high. An encircled plus sign () is used to show the EOR operation.

10 X-NOR OR E-NOR The 'Exclusive-NOR' gate circuit does the opposite to the EOR gate. It will give a low output if either, but not both, of its two inputs are high. The symbol is an EXOR gate with a small circle on the output. The small circle represents inversion.

11 NOTES- The NAND and NOR gates are called universal functions since with either one the AND and OR functions and NOT can be generated. A function in sum of products form can be implemented using NAND gates by replacing all AND and OR gates by NAND gates. A function in product of sums form can be implemented using NOR gates by replacing all AND and OR gates by NOR gates.

12 PROBLEMS- implement NOT, AND, and OR gate by using NAND and NOR gates ?

13 BOOLEAN ALGEBRA The relation between the inputs and the outputs of a gate can be expressed mathematically by means of the boolean expression.

14 s.noLaw nameLaw 1.Boolean multiplication (AND) 2.Boolean addition (OR) 3.Double inversion 4.Commutative law 5.Associative law

15 S.NoLaw nameLaw 6.Distributive law1)A.(B+C)=A.B + A.C 2)A+BC= (A+B)(A+C) 7.Absorption law1)A+AB=A 2)A.(A+B)=A 3)A+AB=A + B 4)A.(A+B)=AB 8.Consensus laws1) AB+AC+BC=AB+AC 2) (A+B)(A+C)(B+C)=(A+B)(A+C) 9.1)AB+AB=A 2)(A+B).(A+B)=A 3)AB+AC=(A+C).(A+B) 4)(A+B)(A+C)=AC+AB 10.Demorgan’s law1)A.B.C....... = A+ B + C+.... 2)A+B+C+... = A.B.C.....

16 DeMorgan's Law The most important logic theorem for digital electronics, this theorem says that any logical binary expression remains unchanged if welogic theorem Change all variables to their complements. Change all AND operations to ORs. Change all OR operations to ANDs. Take the complement of the entire expression.

17 Demorgan’s expression NOTE- DeMorgans Laws are applicable for any number of variables.


Download ppt "LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates."

Similar presentations


Ads by Google