Assignment Automata
Assignment Automata
Assignment Automata
NOTE: Prepare these questions in 3 days of receipt of this assignment, there will be a test
containing questions from this assignment. If you fail to appear in this test, strict action will
be taken.
3) Find the regular expression corresponding to the finite automata given bellow:
S → AA | a, A → SS | b.
by 3 over Σ = {a,b}
9) Write the procedure to convert a given CFG into equivalent grammar in CNF.
Apply the procedure and convert the grammar with following production into
10) Design an NFA for the language containing strings ending with ab or ba. Also
11) State Arden’s theorem and construct regular expression for the following FA
14) Construct a PDA that accepts { wcwR | w is any string of a's and b's } by empty stack
15) Construct a PDA for language L = {0 n1m | n >= 1, m >= 1, m > n+2}
16) Design a FA for strings not containing two consecutive zero or two consecutive one
17) Using pumping lemma for Regular languages prove that language
19) Construct a TM machine for checking the palindrome of the string of even length.
20) Design a Turing machine to recognize all strings consisting of an even number of 1's.