retagged by
590 views
0 votes
0 votes

#digitalelectronics and #deterministicFA
please clarify this..... 
In constructing dfa ,say (num) divisible by 8 or just mod 8 we need minimum of 4 states , 

1. So for constructing mod 8 counter we need minimum of states 4(we have to count only 8 not by shifting so i decided to use 4 states rather 8),

 to represent 2 state - 1 ff needed so for representing 4 states(mod 8 counter) - 2 ff needed .....whether using 2ff can we construct mod 8 counter? 

2. I tried by constructing states representing 0 as 00 ; 1,3,5,7 as 01; 2,6 as 10 and 4 as 11 (see diag below) and I constructed the mod 8 counter using present state and next state (i took this as random not inorder but according to diag), making last transition as 11 to 00; remaining can be anything ,though we have 2 variable and 8 transitions so I used normal algebraic reduction for constructing combi.circuit.... whether my approach is correct ?refer diag 2


3. If there are any other suggestions.. welcomed

retagged by

1 Answer

0 votes
0 votes
actually counter and num mod 8 dfa is 2 different thing. mod 8 counter is a ckt which generate a sequence of 8 different state without taking any input wherease dfa goes to next state by consuming input . mod 8 counter needs only 3 states so 3 fflops. ur method doesnt seems correct . check it https://www.cs.tau.ac.il/~nin/Courses/mivne98/counters/

Related questions

0 votes
0 votes
2 answers
1
aditi19 asked Nov 20, 2018
641 views
answer is D but I'm getting A. pls tell where am I going wrong?
0 votes
0 votes
0 answers
2
someshawasthi asked Jan 18, 2023
316 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
3
snaily16 asked Jan 27, 2019
467 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
4
Mk Utkarsh asked Jan 15, 2019
1,187 views
MOD-8 synchronous down counterMOD-8 asynchronous up counterMOD-10 asynchronous up counterMOD-8 asynchronous down counterPlease explain why it is down counter?