diff options
Diffstat (limited to '911/CH3/EX3.6/ex_3_6.sce')
-rw-r--r-- | 911/CH3/EX3.6/ex_3_6.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/911/CH3/EX3.6/ex_3_6.sce b/911/CH3/EX3.6/ex_3_6.sce new file mode 100644 index 000000000..b9c824f79 --- /dev/null +++ b/911/CH3/EX3.6/ex_3_6.sce @@ -0,0 +1,7 @@ +//example 3.6//
+//how to convert exor gate to not//
+clc
+//clears all variables//
+clear
+//clears the screen//
+disp('here if we look at truth table of ex-or gate we notice that if one of its input is tied to logic 1 then the reult is that of a not gate')
\ No newline at end of file |