Toc Assignments
Toc Assignments
ASSIGNMENT N0.1
1. Explain in brief FSM Properties and Limitations? Write Applications of FSM.
2. Distinguish between DFA and NFA.
3. Construct a Deterministic Finite Automaton for the set of string over {a, b} such that
length of the string |w|=2.
4. State and explain applications of Regular Expressions.
5. Find DFA that accepts only the language of all strings with b as the second letter over the
alphabet Σ={a,b}.
6. Construct the DFA for the following NFA.
7. Design Non Deterministic Finite Automaton that accepts set of all strings over {0,1} that
start with 0 or 1 and end with 01 or 10.
8. What are the elements of Deterministic Finite Automaton? How it is represented?
9. Distinguish between Mealy machine and Moore machine.
10. Explain in brief Chomsky hierarchy with suitable examples?
KCES’s College of Engineering and Management Jalgaon
DEPARTMENT OF COMPUTER ENGINEERING
BTCOC502: Theory of Computation
ASSIGNMENT NO.2
1. Construct Mealy Machine for the given Moore Machine?