Top Banner
EXPERIMENT NAME: To perform the operation of basic gate (AND, OR, and NOT). OBJECTIVE: i) Observe the operation of three basic logic gates. ii) Construct the truth tables for the AND, OR, and NOT gates. iii) Verify the expected outputs to the truth tables for these gates. iv) Draw timing diagrams for the logic gates. v) Write the Boolean expression for the logic gates. THEORY: The logic gate is a circuit which has two or more inputs and only one output signal. Gates are digital circuits because the signals are either high or low. OR, NOT, AND are basic gates. NOT: The NOT gate is called an inverter. The output is high when the input is low. The output is low when the input is high. AND: The AND gate performs a logical multiplication commonly known as AND function. The output is high when both the inputs are high. The output is low level when any one of the inputs is low. OR: The OR gate performs a logical addition commonly known as OR function. The output is high when any one of the inputs is high. The output is low level when both the inputs are low. Truth table: A truth table is a means for describing how a logic circuit’s output depends on the logic levels present at the circuit’s inputs. Boolean expression: Boolean expression is an expression that results in a value of either TRUE or FALSE. IC PIN DETAILS:
5

Operation of basic gates

Nov 18, 2014

Download

Documents

Oyee1

EXPERIMENT NAME: To perform the operation of basic gate (AND, OR, and NOT). OBJECTIVE: i) Observe the operation of three basic logic gates. ii) Construct the truth tables for the AND, OR, and NOT gates. iii) Verify the expected outputs to the truth tables for these gates. iv) Draw timing diagrams for the logic gates. v) Write the Boolean expression for the logic gates. THEORY: The logic gate is a circuit which has two or more inputs and only one output signal. Gates are digital circuits because
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Operation of basic gates

EXPERIMENT NAME: To perform the operation of basic gate (AND, OR, and NOT).

OBJECTIVE: i) Observe the operation of three basic logic gates.

ii) Construct the truth tables for the AND, OR, and NOT gates.iii) Verify the expected outputs to the truth tables for these gates.iv) Draw timing diagrams for the logic gates.v) Write the Boolean expression for the logic gates.

THEORY: The logic gate is a circuit which has two or more inputs and only one output signal. Gates are

digital circuits because the signals are either high or low. OR, NOT, AND are basic gates.NOT:

The NOT gate is called an inverter. The output is high when the input is low. The output is low when the input is high.AND:

The AND gate performs a logical multiplication commonly known as AND function. The output is high when both the inputs are high. The output is low level when any one of the inputs is low.OR:

The OR gate performs a logical addition commonly known as OR function. The output is high when any one of the inputs is high. The output is low level when both the inputs are low.Truth table:

A truth table is a means for describing how a logic circuit’s output depends on the logic levels present at the circuit’s inputs.Boolean expression:

Boolean expression is an expression that results in a value of either TRUE or FALSE.

IC PIN DETAILS:

Page 2: Operation of basic gates

EQUIPMENT & METARIALS:-i) Digital ICs:

7404 Hex Inverter7408 Quad AND7432 Quad OR

ii) Logic Trainer Board.iii) Binary switches.iv) DC power supply (5V - 9V).v) Light Emitting Diode (LED).

vi) Solid-core wire.BOOLEAN EXPRESSION:

NOT gate : Y = AAND gate : Y = A.BOR gate : Y = A+B

SYMBOL:

AND gate OR gateNOT gate

A B

AY = A.B

A

BY = A+BY = A

AND gate OR gateNOT gate

Page 3: Operation of basic gates

TRUTH TABLE:

NOT gateA Y = A0 11 0

PIN DIAGRAM:

TIMING DIAGRAM:

NOT gate

AND gate OR gateNOT gate

AND gateA B Y = A.B0 0 00 1 01 0 01 1 1

OR gateA B Y = A+B0 0 00 1 11 0 11 1 1

Page 4: Operation of basic gates

PROCEDURE:1. Place the IC on IC base of logic trainer board.2. 5V supply was given to pin14 and ground was connected to pin7.3. The input was connected to the input switches provided in the IC Trainer Board.4. The output was connected to LED.5. Then the trainer was switched on.6. Output of LED was observed and noted corresponding to input values.7. .Different combinations of input were fed and output was noted.8. The same thing is repeated for all IC's.

RESULTS:

IC No. Types of gates inside7404 NOT gate7408 AND gate7432 OR gate

PRECAUTIONS: 1. Reverse connection to pin14 and pin7 of an IC can cause error. 2 .Output of LED should be written carefully corresponding to respective input.

CONCLUSION: Output of IC’s was composed with truth tables of different gates and it was concluded that

7404 is an IC of NOT gate, 7408 is an IC of AND gate and 7432 is an IC of OR gate.

OR gate