PRACTICAL WORK I
GATES AND LOGIC FUNCTIONS
AIM : The aim of this first practical work is:
- to familiarize with the simulator used
- verification of the function of some logic gates and the realization of
simplified logic functions using the KL 33002 module.
SIMULATION:
I)Connect a NAND gate, two switches as inputs and an LED as output.
Check the truth table of this gate.
II)Repeat the same work for a NOR logic gate and an inverter.
III)-Perform the wiring on a simulator:
a) NOT gate using only NAND gates
b) NOT gate using only NOR gates
c) AND gate using only NOR and NOT gates
d) OR gate using only NAND and NOT gates
e) XOR gate in its direct form then using only NAND gates.
IV) : The truth table of a function with 3 inputs and one output is as follow:
ABC F(a,b,c)
000 0
001 0
010 0
011 1
100 0
101 1
110 1
111 1
-Give the simplified logic diagram using only NAND gates.
-Perform the wiring on simulator and check that it is working properly.