diff options
Diffstat (limited to '911/CH7/EX7.4.a/ex_7_4_a.sce')
-rw-r--r-- | 911/CH7/EX7.4.a/ex_7_4_a.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/911/CH7/EX7.4.a/ex_7_4_a.sce b/911/CH7/EX7.4.a/ex_7_4_a.sce new file mode 100644 index 000000000..5fb691921 --- /dev/null +++ b/911/CH7/EX7.4.a/ex_7_4_a.sce @@ -0,0 +1,6 @@ +//example 7.4(a)//
+clc
+//clears the screen//
+clear
+//clears all variables//
+disp('Since all inputs are in logic 0 state, it implies that all inputs are active. Since D7 has the highest priority and all inputs and outputs are active when LOW, the output bits are A=0, B=0 and C=0')
\ No newline at end of file |