Experiment #2
Experiment #2
Universal Gates
1. NAND gate: -Function of NAND gate is to give true output when one of the two
provided input are false. In the remaining output is true case .Following table
justifies the statement :-
1 1 0
1 0 1
0 1 1
0 0 1
IC 7400
2. NOR gate: - NOR gate gives the output true when both the two provided input are
false. In all the other cases output remains false. Following table justifies the
statement :-
1 1 0
1 0 0
0 1 0
0 0 1
IC 7402
Advanced Gates
1. XOR gate: - The function of XOR gate is to give output true only when both the
inputs are true. Following table explain this:-
1 1 0
1 0 1
0 1 1
0 0 0
IC 74136
Activity:
1.) Study and give the applications of the universal and advanced gates in modern electronics and computer.
Observation:
Conclusion: