diff options
Diffstat (limited to '911/CH9/EX9.7')
-rw-r--r-- | 911/CH9/EX9.7/ex_9_7.pdf | bin | 0 -> 107621 bytes | |||
-rw-r--r-- | 911/CH9/EX9.7/ex_9_7.sce | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/911/CH9/EX9.7/ex_9_7.pdf b/911/CH9/EX9.7/ex_9_7.pdf Binary files differnew file mode 100644 index 000000000..3def5c2c5 --- /dev/null +++ b/911/CH9/EX9.7/ex_9_7.pdf diff --git a/911/CH9/EX9.7/ex_9_7.sce b/911/CH9/EX9.7/ex_9_7.sce new file mode 100644 index 000000000..99e9d3386 --- /dev/null +++ b/911/CH9/EX9.7/ex_9_7.sce @@ -0,0 +1,8 @@ +//exmaple 9.7(a)//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+a=bin2dec('0110')
+//given initial state//
+disp(a,'Modulus of presettable counter in given condition is:')
\ No newline at end of file |