summaryrefslogtreecommitdiff
path: root/911/CH8/EX8.4.b/ex_8_4_b.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH8/EX8.4.b/ex_8_4_b.sce')
-rw-r--r--911/CH8/EX8.4.b/ex_8_4_b.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/911/CH8/EX8.4.b/ex_8_4_b.sce b/911/CH8/EX8.4.b/ex_8_4_b.sce
new file mode 100644
index 000000000..18c9d8600
--- /dev/null
+++ b/911/CH8/EX8.4.b/ex_8_4_b.sce
@@ -0,0 +1,7 @@
+//example 8.4(a)//
+clc
+//clears the screen//
+clear
+//clears the variables//
+disp('In this case of flip flop, J and K are initially 0 & 1 respectively. Thus J is active. With the first leading edge of clock input, Q and therefore J goes to logic 1 state. The second leading edge edge forces Q to go to logic 0 state as now it is K input that is in logic 0 state and active. This circuit also behaves in the same way as the earlier one. The output goes alternatively to logic 0 and 1 state. However the transitions occur on the leading edge of clock input.')
+disp('The frequency of the Q output waveform in the two cases is equal to half the frequency of the clock input for obvious reasons and is therefore 50kHz') \ No newline at end of file