summaryrefslogtreecommitdiff
path: root/911/CH9/EX9.11.b
diff options
context:
space:
mode:
Diffstat (limited to '911/CH9/EX9.11.b')
-rw-r--r--911/CH9/EX9.11.b/ex_9_11_b.pdfbin0 -> 107751 bytes
-rw-r--r--911/CH9/EX9.11.b/ex_9_11_b.sce6
2 files changed, 6 insertions, 0 deletions
diff --git a/911/CH9/EX9.11.b/ex_9_11_b.pdf b/911/CH9/EX9.11.b/ex_9_11_b.pdf
new file mode 100644
index 000000000..f44ecb31b
--- /dev/null
+++ b/911/CH9/EX9.11.b/ex_9_11_b.pdf
Binary files differ
diff --git a/911/CH9/EX9.11.b/ex_9_11_b.sce b/911/CH9/EX9.11.b/ex_9_11_b.sce
new file mode 100644
index 000000000..12f71dd60
--- /dev/null
+++ b/911/CH9/EX9.11.b/ex_9_11_b.sce
@@ -0,0 +1,6 @@
+//example 9.11.b//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('The modulus of a Johnson counter is twice as the number of bits (or flip flops). Therefore, the number of flip flops required is 5. The count sequence is 00000, 10000, 11000, ,11100, 11110, 11111, 01111, 00111, 00011, 00001 and back to 00000') \ No newline at end of file