Presentation is loading. Please wait.

Presentation is loading. Please wait.

LOGIC GATES.

Similar presentations


Presentation on theme: "LOGIC GATES."— Presentation transcript:

1 LOGIC GATES

2 INTRODUCTION TO LOGIC GATES
Boolean functions may be practically implemented by using electronic gates. The following points are important to understand. Electronic gates require a power supply. Gate INPUTS and OUTPUTS are driven by voltages having two nominal values, e.g. 0V and 5V representing logic 0 and logic 1 respectively. There is always a time delay between an input being applied and the output responding.

3 COMPUTER ARCHITECTURE
Truth tables are used to help show the function of a logic gate. Truth tables help understand the behaviour of logic gates. They show how the input(s) of a logic gate relate to its output(s). The gate input(s) are shown in the left column(s) of the table with all the different possible input combinations. This is normally done by making the inputs count up in binary. The gate output(s) are shown in the right hand side column.

4 COMPUTER ARCHITECTURE
Truth Table Diagram                                                                       

5 Create a truth tables for the following circuits, that have:
Creating TRUTH TABLES Questions: Create a truth tables for the following circuits, that have: 2 inputs 3 inputs 4 inputs

6 Digital systems are said to be constructed by using logic gates.
These gates are the: AND gate OR gate NOT gate NAND gate NOR gate EXOR gate EXNOR gate Basic Logic Gates

7 BASIC LOGIC GATE - AND 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

8 BASIC LOGIC GATE - AND In this animated AND Logic example of Doors Opening and Closing, you can see that in order for the "Light" to get through the house, the front door AND the back door must be Open. 

9 BASIC LOGIC GATE - AND Truth Table
A & B are the Input switches C is the Output                                    In order for the Output of an AND Logical Function to be TRUE: input (1) AND input (2) must both be TRUE.  This is Positive Logic. Using the Same Function --It is also correct to say: If either input (1) OR input (2) (or both) is NOT TRUE the Output Will be FALSE. This is Negative Logic. Hint: TRUE is when the switch is closed,  applying power to the LED.  FALSE is when the switch is open,  NOT applying power to the LED)

10 BASIC LOGIC GATE - OR 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.                                   

11 BASIC LOGIC GATE - OR In this animated OR Logic example, you can see that in order to get light through the house: the left front door OR the right front door (or both) must be Open.                                     Same example: in order to block the light through the house: the left front door AND the right front door must be Closed.

12 BASIC LOGIC GATE - OR In order for the Output of an OR Logical Function to be TRUE: either  input (1) OR input (2) (or both) must be TRUE.  This is Positive Logic. Truth Table A & B are the Input switches C is the Output Using the Same Function --It is also correct to say: In order for the Output to be FALSE: input (1) AND input (2) must both be FALSE. This is Negative Logic.

13 BASIC LOGIC GATE - NOT 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.

14 Activity Draw the circuit and truth tables for the following logical expressions that output to ‘O’: (CD)’ A + (A + B) AB + BC C’ + BC (A+D)(AD)’ A’B’(A + B)(B + B) (A + C)(A’D + AD) + AC + C’ A(A + B) + (B + (AA)’)(A + B)

15 LOGIC GATES - NAND 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. Activity: Draw a circuit that shows how the NAND gate would be drawn using ONLY the basic logic gates.

16 LOGIC GATES - NOR 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. Activity: Draw a circuit that shows how the NOR gate would be drawn using ONLY the basic logic gates.

17 LOGIC GATES - EXOR 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. Activity: Draw a circuit that shows how the EXOR gate would be drawn using ONLY the basic logic gates.

18 LOGIC GATES - EXNOR 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. Activity: Draw a circuit that shows how the EXNOR gate would be drawn using ONLY the basic logic gates.

19 CLASS ACTIVITY 1 A NAND gate can be used as a NOT gate using either of the following wiring configurations.                                                                             (Check this out using a truth table.)

20 CLASS ACTIVITY 2 Draw the circuit diagrams to show how a NOR gate can be made into a NOT gate.

21 CLASS ACTIVITY 2 Draw the circuit diagrams to show how a NOR gate can be made into a NOT gate.

22 COMPUTER ARCHITECTURE
Drawing Truth Tables for Combined Gates Truth tables can also help understand the behaviour of combinations of logic gates linked together. They are drawn in the same way as before but this time adding more columns in between the input and output columns. Each of the new columns show the outputs of stages in the logic circuit. The following example shows the steps for drawing up a truth table for a combined gate.                                                                  


Download ppt "LOGIC GATES."

Similar presentations


Ads by Google