diff options
Diffstat (limited to '462/CH1/EX1.9.b/ex_1_9_b.sce')
-rwxr-xr-x | 462/CH1/EX1.9.b/ex_1_9_b.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/462/CH1/EX1.9.b/ex_1_9_b.sce b/462/CH1/EX1.9.b/ex_1_9_b.sce new file mode 100755 index 000000000..1a2e75a40 --- /dev/null +++ b/462/CH1/EX1.9.b/ex_1_9_b.sce @@ -0,0 +1,8 @@ +//example 1.9(b)//
+clc
+//clears the screen//
+clear
+//clears already existing variables//
+disp('when one of the logic input of 2-input NOR gate is 1, then irrespective of the other input, the output comes out to be 0. In fact, a NAND gate is disabled or inhibited if one of its inputs is connected to logic 1')
+disp('Y=0')
+disp('here the output of Y is 0 irrespective of input of A')
\ No newline at end of file |