Model Questions Automata Theory MCA
Model Questions Automata Theory MCA
Semester - II
Subject - Automata Theory (CCMCA204)
(b) Construct Finite Automata that accepts set of all strings with prefix
‘ab’ over ∑= {a, b}.
2. (a) Construct a DFA which accepts set of all string containing even
number of 0’s and even number of 1’s. Also draw its transition table.
Next state
Present State Input a=0 Input a=1
State Output State Output
->q1 q3 0 q2 0
q2 q1 1 q4 0
q3 q2 1 q1 1
q4 q4 1 q3 0
5. (a) Explain Derivation tree.