summaryrefslogtreecommitdiff
path: root/911/CH8/EX8.6.b/ex_8_6_b.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH8/EX8.6.b/ex_8_6_b.sce')
-rw-r--r--911/CH8/EX8.6.b/ex_8_6_b.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/911/CH8/EX8.6.b/ex_8_6_b.sce b/911/CH8/EX8.6.b/ex_8_6_b.sce
new file mode 100644
index 000000000..d09cbd817
--- /dev/null
+++ b/911/CH8/EX8.6.b/ex_8_6_b.sce
@@ -0,0 +1,8 @@
+//example 8.6(b)//
+clc
+//clears the screen//
+clear
+//clears all variables//
+close
+//closes all existing files//
+disp('When the ENABLE input is LOW, the upper AND gate is disabled(with its output going to logic 0) and the lower AND gate is enabled(with its output becoming the same as the Q output owing to the feedback). The NOR gate output in this case is Q'', which means that the Q output holds its state as long as the ENABLE input is LOW') \ No newline at end of file