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 --- 1133/CH8/EX8.10/Example8_10.sce | 4 ++++ 1133/CH8/EX8.10/Fig8_18.xcos | 1 + 2 files changed, 5 insertions(+) create mode 100755 1133/CH8/EX8.10/Example8_10.sce create mode 100755 1133/CH8/EX8.10/Fig8_18.xcos (limited to '1133/CH8/EX8.10') diff --git a/1133/CH8/EX8.10/Example8_10.sce b/1133/CH8/EX8.10/Example8_10.sce new file mode 100755 index 000000000..822ad3f74 --- /dev/null +++ b/1133/CH8/EX8.10/Example8_10.sce @@ -0,0 +1,4 @@ +//Example 8.10 +clc +disp("Since 128 = 16 x 8, a divide-by-16 counter followed by a divide-by-8 counter will become a divide-by-128 counter. IC 7493 is a 4-bit binary counter (i.e. mod-16 or divide-by-16), therefore, two IC packages will be required.") +disp("The circuit diagram is as shown in fig.8.18.") diff --git a/1133/CH8/EX8.10/Fig8_18.xcos b/1133/CH8/EX8.10/Fig8_18.xcos new file mode 100755 index 000000000..02cd2873d --- /dev/null +++ b/1133/CH8/EX8.10/Fig8_18.xcos @@ -0,0 +1 @@ + \ No newline at end of file -- cgit