diff options
Diffstat (limited to '911/CH9/EX9.7.b/ex_9_7_b.sce')
-rw-r--r-- | 911/CH9/EX9.7.b/ex_9_7_b.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/911/CH9/EX9.7.b/ex_9_7_b.sce b/911/CH9/EX9.7.b/ex_9_7_b.sce new file mode 100644 index 000000000..15b3f5fbe --- /dev/null +++ b/911/CH9/EX9.7.b/ex_9_7_b.sce @@ -0,0 +1,7 @@ +//example 9.7(b)//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('The presettable counter has been set as DOWN counter. After 6th pulse it will be set to 0000 state.')
+disp('Immediately after eigth state it will be set to 0100 state.')
\ No newline at end of file |