Recent questions tagged finite-automata

2 votes
2 answers
961
2 votes
2 answers
962
Choose the correct one -A) a FSM with 1 stack is more powerful than a FSM without stackB) a FSM with 3 stack is more powerful than a FSM with 2 stackC) a FSM with 2 stack...
2 votes
1 answer
963
2 votes
2 answers
969
If NFA has n states, then its DFA can have______states in worst case.
3 votes
1 answer
971
Let A= (a + b)* ab (a + b)*,B= a*b* andC= (a + b)*.Then the relation between A, B and C:A. A+B= C B. A+Reverse(B)= C C. Reverse(A)+B= C D. None
2 votes
3 answers
972
Consider 2 scenarios:C1: For DFA (ϕ, Ʃ, δ, qo, F),if F = ϕ, then L = Ʃ*C2: For NFA (ϕ, Ʃ, δ, qo, F),if F = ϕ, then L = Ʃ*Where F = Final states setϕ = Total st...
4 votes
5 answers
974
The minimal state DFA, accepting all strings over the alphabet {0,1} where the nth symbol in every string from the right end is a 1, hasa) 2n states b) 2n-1 states c) 2n...
4 votes
1 answer
980
Build an FA that accepts the language of all strings of a's and b's such that next-to-last letter is an $a$.
4 votes
4 answers
981
36 votes
6 answers
985
14 votes
5 answers
986
No. of states in the minimal finite automata which accepts the binary strings whose equivalent is divisible by 32 is ________?A. 5B. 6C 31D 32