Recent questions tagged finite-automata

0 votes
2 answers
901
1 votes
1 answer
902
Find a DFA for the following language on {a,b}L = { w : ( na(w) + 2nb(w)) mod 3 < 2 }
2 votes
1 answer
903
Find a DFA for the following language on {a,b}L = { w : ( na(w) - nb(w)) mod 3 >0 }
2 votes
2 answers
904
8 votes
3 answers
906
Consider the following Deterministic Finite Automaton $M$.Let $S$ denote the set of eight bit strings whose second, third, sixth and seventh bits are 1. The number of str...
3 votes
3 answers
907
There are exactly ______different finite automata with 3 states x,y,and z over the alphabet {a,b} where x is always the start state1)64 2) 256 3) 1024 4)5832
2 votes
3 answers
909
Draw an FA accepting the language of all strings that begin or end with aa or bb, where indicated language is over {a, b} .
2 votes
1 answer
910
To complement the language , we complement the machine by altering final/non-final states.My question is , should that machine necessarily be a DFA? Can't we apply the sa...
1 votes
3 answers
911
NFA can be converted into DFA usingSub set construction methodLazy evaluation methodeither A or Bboth A and B
2 votes
1 answer
912
A language L is accepted by finite automata if and only if it isRight linearPrimitive RecursiveContext SensitiveRecursive
7 votes
5 answers
913
The following Finite Automaton recognizes which of the given languages?$\{ 1, 0 \}^* \{ 0 1 \}$$\{ 1,0\}^*\{ 1\}$$\{ 1 \} \{1, 0\}^*\{ 1 \}$$1^*0^*\{0,1\}$
1 votes
1 answer
914
Construct a DFA to accept all strings (1+0)^ with an equal no of zeros and 1's ,such that each prefix has atmost one more zero then 1's and at most one more 1's then zero...
1 votes
2 answers
917
If r1 and r2 are 2 Regular Expression Such thatr1 = (a+b)* r2 = (a*+b*+a*b*+b*a*)What are the different case's in which r1 = r2 ?Please Explain with an example
0 votes
1 answer
918
Write a Grammar which is a not type -3 Grammar, from the Language L over alphabets {a ,b} which contains ab as a Sub-string. Explain the procedure with Example .
0 votes
1 answer
919
L =Set of all string which starts with a and ends with a .what will be the min no of states in FA represented by this Lang.
1 votes
1 answer
921
( a*+b*+a*b*+b*a* ) can we derive string abab and abba from this regular expression. what is the relationship between ( a*+b*+a*b*+b*a* ) and (a+b)*
2 votes
2 answers
922
How many different finite automata are possible with three states x, y and z over the alphabet {a, b} where x is always the start state.Justify your Answer with Example ....
11 votes
2 answers
930