summaryrefslogtreecommitdiff
path: root/462/CH7/EX7.2/ex_7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '462/CH7/EX7.2/ex_7_2.sce')
-rwxr-xr-x462/CH7/EX7.2/ex_7_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/462/CH7/EX7.2/ex_7_2.sce b/462/CH7/EX7.2/ex_7_2.sce
new file mode 100755
index 000000000..d77680148
--- /dev/null
+++ b/462/CH7/EX7.2/ex_7_2.sce
@@ -0,0 +1,7 @@
+//example 7.2//
+clc
+//clears the screen//
+clear
+//clears the command window//
+disp('for SR flip flop Q(n+1)=S+R''Q(n)')
+disp('thus with S=JQ'' & R = KQ we get circuit which behaves like JK flip flop') \ No newline at end of file