Recent questions tagged finite-automata

1 votes
1 answer
871
1 votes
1 answer
872
Set of all strings over {0,1} containing at most one pair of consecutive 1's.Give regular expression and equivalent minimized DFA.
1 votes
1 answer
873
construct a dfa :all string with at-least one a and exactly two b's ,
1 votes
2 answers
875
What will a minimal DFA over alphabet {a,b} which accepts all strings in which second symbol from RHS is always 'a' look like?
3 votes
1 answer
876
Are the Video Lectures by Shai Simonson self sufficient for GATE or do they miss out on certain parts ?
2 votes
1 answer
877
3 votes
2 answers
878
What is the language accepted by the following DFA $\Sigma=(0,1)?Set of strings starting with 0 and have odd number of switchings (from 0 to 1 or 1 to 0, for example, 101...
3 votes
2 answers
879
How many number of FA are possible with N states (Q1,Q1,........Qn) for input alphabet {1,2,3,........m} ,where Q1 is always initial state ?
3 votes
3 answers
880
How many number of DFA's are possible with 2 states X and Y for input alphabet {0,1}?
8 votes
3 answers
881
Construct a minimal DFA which accepts set of all strings over {a,b} such that second symbol from RHS is 'a'.
5 votes
3 answers
883
2 votes
2 answers
886
{a(kn)|k>=0 n is fixed digit} minimum no of states in DFAa) kb) nc) k+1d) n+1
3 votes
6 answers
889
1 votes
0 answers
890
1 votes
2 answers
891
2 votes
1 answer
892
Is the following language a regular language.:L={ (a^p)*|p is a prime no} ....?If so, then how many min no of states in NFA that accepts a lang L?
6 votes
2 answers
894
0 votes
2 answers
897
1 votes
1 answer
898
Find a DFA for the following language on {a,b}L = { w : ( na(w) + 2nb(w)) mod 3 < 2 }
2 votes
1 answer
899
Find a DFA for the following language on {a,b}L = { w : ( na(w) - nb(w)) mod 3 >0 }
2 votes
2 answers
900