From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 462/CH1/EX1.9.b/ex_1_9_b.pdf | Bin 0 -> 32169 bytes 462/CH1/EX1.9.b/ex_1_9_b.sce | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100755 462/CH1/EX1.9.b/ex_1_9_b.pdf create mode 100755 462/CH1/EX1.9.b/ex_1_9_b.sce (limited to '462/CH1/EX1.9.b') 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 Binary files /dev/null and b/462/CH1/EX1.9.b/ex_1_9_b.pdf 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 -- cgit