summaryrefslogtreecommitdiff
path: root/911/CH9/EX9.3.a
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /911/CH9/EX9.3.a
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '911/CH9/EX9.3.a')
-rw-r--r--911/CH9/EX9.3.a/ex_9_3.sce16
-rw-r--r--911/CH9/EX9.3.a/ex_9_3_a.pdfbin0 -> 112034 bytes
2 files changed, 16 insertions, 0 deletions
diff --git a/911/CH9/EX9.3.a/ex_9_3.sce b/911/CH9/EX9.3.a/ex_9_3.sce
new file mode 100644
index 000000000..a038ffc93
--- /dev/null
+++ b/911/CH9/EX9.3.a/ex_9_3.sce
@@ -0,0 +1,16 @@
+//example 9.3(a)//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+// ff = input ( ' Enter the no of flip-flops ' ) ;
+ff =4;
+//given input//
+k=2^ff;
+if(k ==2) then // output d i s p l a y
+printf ( 'With given flipflop we can only count 2 ,we can have a modulus 2 counter' );
+else
+printf ( 'With given number of flip-flops the counter will have a natural count of %d ' ,k);
+printf ( 'We can thus construct any counter that has a modulus between 2 and %d' ,k )
+disp('in our given question we are given count till 1011 so, it will be mod 12 counter')
+end \ No newline at end of file
diff --git a/911/CH9/EX9.3.a/ex_9_3_a.pdf b/911/CH9/EX9.3.a/ex_9_3_a.pdf
new file mode 100644
index 000000000..9cc4fc4ee
--- /dev/null
+++ b/911/CH9/EX9.3.a/ex_9_3_a.pdf
Binary files differ