answersLogoWhite

0


Best Answer

I am not a Electronic Engineer, so probably any expert out there can correct me if I am thinking wrong.

--------- As you can see below there is something common between JK and SR flipflop i.e

The JK flip-flop augments the behavior of the SR flip-flop by interpreting the S = R = 1 condition as a "flip" or toggle command. Specifically, the combination J = 1, K = 0 is a command to set the flip-flop; the combination J = 0, K = 1 is a command to reset the flip-flop; and the combination J = K = 1 is a command to toggle the flip-flop, i.e., change its output to the logical complement of its current value. Setting J = K = 0 does NOT result in a D flip-flop, but rather, will hold the current state. To synthesize a D flip-flop, simply set K equal to the complement of J. The JK flip-flop is therefore a universal flip-flop, because it can be configured to work as an SR flip-flop, a D flip-flop or a T flip-flop. NOTE: The flip flop is positive edge triggered (Clock Pulse) as seen in the timing diagram.

even in the picture they Put SR/RS embeded, that mens JK can work like SR too. I will use this diagram to draw ripple counter. You may note similarity in input output combination too...

RS table

* We can summarize the operation of the RS-flipflop by the following truth table.

R S Q Q' Comment 0 0 Q Q' Hold state 0 1 1 0 Set 1 0 0 1 Reset 1 1 ? ? Avoid

Jktable

and the corresponding truth table is: J KQnext Comment 0 0 hold state 0 1 reset 1 0 set 1 1 toggle

Does that mean we use below coutner 'using 4 bit ripple counter using JK flip flops' as 4 bit ripple counter for RS flip flop too? at the max output states would differ only when both SR/JK is 1 1 ?

Figure 1. A Simple Ripple Counter Consisting of J-K Flip-flops

Method1: You will find answer here: http://www2.cs.uh.edu/~jhuang/JCH/LD/chap07.html

Here you see how to create ripple counter using RS flip flop. Method 2: create a Toggle function in RS flip flop, then use it in place of typical jk flip flop ripple couters.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

draw a logic symbol of a modulo-8 ripple up counter

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

design

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Design 3 bit ripple counter using JK flip flops?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Vhdl program for a 3 bit ripple counter using flip flops?

library ieee; use ieee.std_logic_1164.all; entity 3bitrc is port(


Design a mod-7 synchronous counter using JK Flip-Flops?

You do it by studying, and doing your homework by yourself instead of trying to get someone else to do it for you.


How do you design the 3 bit binary counter using D flip flop?

Designing a 3 bit synchronous counter using jk flip flop is not an easy project for the uninformed. This is best left to professionals who are adept at programming. There are lengthy guides available on the internet if it is necessary to create one.


Design a 6-bit binary asynchronous counter using J-K (rising) flip-flops. Then redesign this counter that counts from 0 to 48 and restarts from 0 when number is greater than 48. Show all steps of your design?

[object Object]


How do you design 4 bit asynchronous UP counter using negative edge triggered T flip flops NAND gates and multiplexers?

Carefuly ! Very Carefully.


Up down counter using t flip flops and its vhdl code?

2.98 rounded to 1 decimal place


What is UP Counter in Digital Electronics?

An up counter is simply a digital counter which counts up at some predefined increment. A Binary Up Counter with 'n' stages can count up to 2n states.If we are implementing Up Counter with flip flops, this 'n' stages becomes the number of flip flops. For example a 4 bit Up Counter can count from binary 0000 to 1111, i.e 24=16 states.A detailed design and working animation of of Binary Up Counter is given in the related link section below


Design mod 9 down counter using j-k fk?

CT up counter N=9 JK


If you have no toes can you still wear flip flops?

No, because flip flops are held on using the toes.


Design of mod 8 counter using 7490 ic?

connect Q3 to both reset pins


Design a divide by two counter using D-Latch?

Hi, divide by two counter using d latch design is just same like as Divide by two counter using d ff. ex: we have a d latch, if enable is high, what ever the input , that will capture the output. if enable is low, This condition latch will remain in same state. So, if u do like, u can achieve divided by 2 counter using d latch. i hope this will help u.


How design a synchrounus counter using 32pin ic?

It depends on which 32pin IC you use. Please restate the question.