summaryrefslogtreecommitdiff
path: root/911/CH3/EX3.8/ex_3_8.sce
blob: 6b27f13cb1fd1b67685613817c97b39d510079fe (plain)
1
2
3
4
5
6
7
8
//example 3.8//
//not using nor 2 different input//
clc
//refreshes all variables//
clear
//clears the screen//
disp('The first two EX-NOR gates implement a two input EX-OR gate using two input EX-NOR gates. The second EX-NOR gate here has been wired as a NOT circuit. The output of the second gate and the third input are fed to the two inputs of the third EX-NOR gates.')
//result//