Recent questions tagged finite-automata

0 votes
1 answer
391
Find the minimum number of states in the DFA which accept the language of all strings that begin or end with 00or 11.
0 votes
0 answers
393
Consider the following NFA M , over the alphabet {a}let L(M) be the language accepted by the NFA M . let $M'$ denote the machine obtained by the final and non final sta...
0 votes
0 answers
395
let L={set of all strings over {0,1}* , containing 01 and 011 as the substring }number of states in the minimal DFA of L’ is?i’m getting 3. please confirm if you are ...
0 votes
2 answers
396
0 votes
1 answer
398
How many maximum number of production rules are possible in regular grammar equivalent to a given n state DFA, over the input alphabet {a,b,c} where q1 is always the init...
0 votes
0 answers
399
How many Moore machines are possible with two states X and Y for the input alphabet {a,b} and output alphabet {0,1}, where X is always the initial state?
0 votes
1 answer
404
Construct a minimal DFA which accepts set of all strings over {a,b}, such that$1)$Second symbol from $RHS$ should be $‘a’$$2)$Third symbol from $RHS$ should be $‘a�...
0 votes
1 answer
409
Give an example of DFA minimization where the initial state is final state and there are one or more final states
1 votes
2 answers
410
DFA in which 01 and 10 have equal number of occurrences
0 votes
2 answers
411
0 votes
1 answer
412
3 votes
1 answer
414
in reversal of DFA if there are more than one final states then which one will be made the initial state? a DFA can have only one initial state
0 votes
3 answers
417
Consider the following Finite State Automaton. The language accepted by the automaton is given by the regular expression.$ab^*b^*$$a^*b^*$$b^*b$$b^*ab^*$
0 votes
0 answers
418
Why is Regular grammar obtained from DFA always unambiguous?Why Regular grammar obtained from NFA may or may not be ambiguous?
1 votes
1 answer
420