diff options
Diffstat (limited to '911/CH8/EX8.6/ex_8_6_a.sce')
-rw-r--r-- | 911/CH8/EX8.6/ex_8_6_a.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/911/CH8/EX8.6/ex_8_6_a.sce b/911/CH8/EX8.6/ex_8_6_a.sce new file mode 100644 index 000000000..b05f6349b --- /dev/null +++ b/911/CH8/EX8.6/ex_8_6_a.sce @@ -0,0 +1,8 @@ +//example 8.6(a)//
+clc
+//clears the screen//
+clear
+//clears all variables//
+close
+//closes all existing files//
+disp('When the ENABLE input is HIGH, the upper AND gate is enabled while the lower AND gate is disabled. The outputs of upper and lower AND gates are D and logic 0 respectively. They constitute inputs of the NOR gate whose output is D''. The Q output is therefore D')
\ No newline at end of file |