summaryrefslogtreecommitdiff
path: root/462/CH1/EX1.9.b
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /462/CH1/EX1.9.b
downloadScilab-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-x462/CH1/EX1.9.b/ex_1_9_b.pdfbin0 -> 32169 bytes
-rwxr-xr-x462/CH1/EX1.9.b/ex_1_9_b.sce8
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
new file mode 100755
index 000000000..0134f8913
--- /dev/null
+++ b/462/CH1/EX1.9.b/ex_1_9_b.pdf
Binary files differ
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