diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /462/CH1/EX1.9.b | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '462/CH1/EX1.9.b')
-rwxr-xr-x | 462/CH1/EX1.9.b/ex_1_9_b.pdf | bin | 0 -> 32169 bytes | |||
-rwxr-xr-x | 462/CH1/EX1.9.b/ex_1_9_b.sce | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/462/CH1/EX1.9.b/ex_1_9_b.pdf b/462/CH1/EX1.9.b/ex_1_9_b.pdf Binary files differnew file mode 100755 index 000000000..0134f8913 --- /dev/null +++ b/462/CH1/EX1.9.b/ex_1_9_b.pdf 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 |