Recent questions tagged finite-automata

1 votes
2 answers
486
How to construct a finite automata equivalent to the regular expression: ( 0 + 1 )* ( 00 + 11 ) ( 0 + 1 )*
0 votes
1 answer
487
Which of the following CFG’s can’t be simulated by an FSM ?a.S->Sa/bb.S->aSb/abc.S->abX, X->cY, Y->d/aXd.None of these
0 votes
6 answers
489
what is the grammar generated by the complement of this DFA and what is the type?
0 votes
1 answer
490
Every DFA is NFA but not vice versaCan you please explain how this statement is true?Reference:- https://www.geeksforgeeks.org/toc-finite-automata-introduction/
1 votes
1 answer
495
Can somebody please explain the meaning of the following statement : An automation is a cognitive device and a grammar is a generative device.
0 votes
2 answers
496
0 votes
3 answers
497
Can someone please help me understand these two points about minimum DFA and Minimum NFA, thank you
0 votes
1 answer
499
Referring to the question https://gateoverflow.in/227957/self-doubtIf the TM accepts exactly 100 strings can we not design a FA for it which would make it a regular langu...
2 votes
2 answers
500
Minimum number of states in DFA over Ʃ = {0, 1} with each string contains odd number of 0’s or odd number of 1’s.
0 votes
1 answer
501
0 votes
1 answer
503
0 votes
1 answer
505
minimized dfa for strings starts with ab and ends with aba over Σ={a,b}
0 votes
1 answer
506
Let L be the language formed by L={anb | n>=0}.Find a DFA that accepts L2-L.
1 votes
0 answers
507
is it necessary for the gate exam that minimisation of dfa can be solved by partitiong method ?? will it be safe to escape partitining method and problem can be solved by...
0 votes
1 answer
509
0 votes
0 answers
510
Let r1=(b*ab*ab*ab*)* , r2=(b*ab*ab*)*. What is L(r1) intersection L(r2)?a) (b*ab*ab*ab*)*b) (b*ab*ab*)*c) (b*ab*ab*)^6d) (b*ab*ab*ab*ab*ab*ab*)*