retagged by
2,324 views
3 votes
3 votes

For a Mod-10 counter, Jhonson counter uses X FF′s, ring counter uses y FF′s, and ripple counter uses Z FF′s. Then X + Y + Z will ________.

retagged by

1 Answer

Best answer
11 votes
11 votes

For above we need to keep in mind 3 things.If n is the number of flip flops used , then :

a)Mod value of ring counter  =   n  

So if mod value is 10 , then no of flips used in ring counter = y = 10

b) Mod value of Johnson's Counter = 2n

So if mod value is 10 , then no of flip flops is Johnson's Counter  =  10 / 2 =   x  =  5

c) Mod value of Ripple Counter  ranges from 2n-1  + 1  to  2n.This functionality is achieved through connecting appropriate flip flops to NAND gate.

So if mod value is 10 , so no of flip flops required =  z  =  4 [ By connecting Q3  and  Q1  to NAND gate , we achieve mod value = 10 which is less than 16]

Therefore, 

x + y + z   =   5 + 10 + 4

                =   19

Hence 19 is the final answer.

selected by
Answer:

Related questions

0 votes
0 votes
0 answers
1
someshawasthi asked Jan 18, 2023
319 views
In a 4-bit binary ripple counter, for every input clock pulse(a) All the flip-flops get clocked simultaneously.(b) Only one flip-flop get clocked at a time.(c) Two of the...
0 votes
0 votes
0 answers
2
snaily16 asked Jan 27, 2019
473 views
Consider the circuit given below. Assume initially flipflops are in reset state. What will be the mod of above digital circuit?
0 votes
0 votes
0 answers
3
Mk Utkarsh asked Jan 15, 2019
1,199 views
MOD-8 synchronous down counterMOD-8 asynchronous up counterMOD-10 asynchronous up counterMOD-8 asynchronous down counterPlease explain why it is down counter?
0 votes
0 votes
0 answers
4
Magma asked Jan 14, 2019
654 views
Initially all flips-flops in the circuit are cleared to zero , what is the mod value of the counter ___________I got – 3 sorry for the poor image quality