diff options
Diffstat (limited to '911/CH9/EX9.5.a/ex_9_5_a.sce')
-rw-r--r-- | 911/CH9/EX9.5.a/ex_9_5_a.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/911/CH9/EX9.5.a/ex_9_5_a.sce b/911/CH9/EX9.5.a/ex_9_5_a.sce new file mode 100644 index 000000000..08d528d40 --- /dev/null +++ b/911/CH9/EX9.5.a/ex_9_5_a.sce @@ -0,0 +1,9 @@ +//example 9.5(a)//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+close
+//closes all open files//
+disp('here we have 4 flip flops, in which initial input is 0000')
+disp('Count sequence is given as 0000, 1111, 1110, 1101, 1100, 1011, 1010, 1001, 1000, 0111, 0110, 0101, 0100, 0011, 0010, 0001. ')
\ No newline at end of file |