2,808 views
0 votes
0 votes
a  divide by 78 counter can be realised by using-

a) 6 numbers of mod- 13 counters

b) 13 numbers of mod 6 counters

c) one mod 13 counter followed by one mod 6 counter

d) 13 numbers of mod 13 counter

 ans-

only a ,  only b , only c,  both a and b ?

2 Answers

2 votes
2 votes
A divide by 78 means Modulo 78 counter.

Overall Mod of the connected counter =M1 * M2 * M3.....Mn.

in option C it is 13*6 = 78.

Therefore answer is C.
0 votes
0 votes

A divide by 78 means Modulo 78 counter.

To create a modulo 78 counter the required counter must have 7 output lines.A mod 13 counter normally have 4 output lines  and 1 mod 6 counter will have 3 output lines so when we will place both the counters side by side they will form a counter which can count upto pow(2,7)  or lesser .

this combination will have 7 output lines.

so ,the answer should be c.

Related questions

1 votes
1 votes
0 answers
1
BhuvanBhasutkar asked Jan 23
152 views
In a ripple counter, the state whose output has a frequency equal to 1/8th that of the clock signal applied to the first stage, also has an output periodicity equal to 1/...
0 votes
0 votes
0 answers
2
mudasirkhan asked Nov 15, 2023
84 views
How many decade counters are necessary to implement a divide by 100 counter and divide by 10000 counter?
0 votes
0 votes
0 answers
3
someshawasthi asked Jan 18, 2023
324 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...