0
3.0kviews
Formal Languages and Automata Theory : Question Paper Jun 2012 - Computer Science Engg. (Semester 5) | Visveswaraya Technological University (VTU)
1 Answer
written 8.7 years ago by |
TOTAL MARKS: 100
TOTAL TIME: 3 HOURS
(1) Question 1 is compulsory.
(2) Attempt any four from the remaining questions.
(3) Assume data wherever required.
(4) Figures to the right indicate full marks.
1 (a) Define:
Power of alphabet
String
language(6 marks)
1 (b) Write DFR for ths following :
Set of all string not conatining (110)
Set of all string with exactly three consective O's(6 marks)
1 (c) Convert the following NFA to DFA:
δ | 0 | 1 |
→q0 | q0 | q0,q1 |
q1 | q2 | q3 |
q2 | φ | φ |
(8 marks) 2 (a) For a given E-NFA computer the following :
δ | ∈ | Q | b |
&tarr;p | {r} | {q} | {p,r} |
q | φ | {p} | φ |
*r | {p,q} | {r} | {p} |
(10 marks) 2 (b) prove that every language defined by RE is also defined by some finite automata(6 marks) 2 (c) Explain about text serch for address pattern(4 marks) 3 (a) If L and M are regular languages prove that L ? M is also regular(3 marks) 3 (b) Consider the homomorphism from the alphabet {0,1,2} to {a,b} defined by h(0)=ab,h(1)=b,h(2)=11
8 (a) Recursive language(5 marks) 8 (b) Post correspondance problem(5 marks) 8 (c) universal machine (5 marks) 8 (d) Language that is not recrsively enumerbly.(5 marks)