diff options
Diffstat (limited to '911/CH7/EX7.10/ex_7_10.sce')
-rw-r--r-- | 911/CH7/EX7.10/ex_7_10.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/911/CH7/EX7.10/ex_7_10.sce b/911/CH7/EX7.10/ex_7_10.sce new file mode 100644 index 000000000..b8101d4fc --- /dev/null +++ b/911/CH7/EX7.10/ex_7_10.sce @@ -0,0 +1,7 @@ +//example 7.10//
+clc
+//clears the screen//
+clear
+//clears all variables//
+disp('When the external control input is in the logic LOW state, ABCD=1001. This means output 9 is activated. When the external logic input is in logic HIGH state, ABCD=1111, this means output line 15 is activated.')
+disp('rest is in diagram')
\ No newline at end of file |