diff options
Diffstat (limited to '911/CH3/EX3.9/ex_3_9.sce')
-rw-r--r-- | 911/CH3/EX3.9/ex_3_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/911/CH3/EX3.9/ex_3_9.sce b/911/CH3/EX3.9/ex_3_9.sce new file mode 100644 index 000000000..84a252f6f --- /dev/null +++ b/911/CH3/EX3.9/ex_3_9.sce @@ -0,0 +1,7 @@ +//example 3.9//
+clc
+//refreshes all variables//
+clear
+//clears the screen//
+disp('Since all the other inputs are permanently tied to logic 1 level, a logic 0 at the inhibit input would produce a logic 1 at the output and a logic 1 at the inhibit input would produce a logic 0 at the output.')
+//result//
\ No newline at end of file |