Toc (BCS503) - Assignment - 1
Toc (BCS503) - Assignment - 1
ꝺ € A B C
p Ф {p} {q} {r}
q {p} {q} {r} Ф
r {q} {r} Ф {p}
5. Define distinguishable and indistinguishable States. Minimize the following DFSM. CO2 L2, L3 10
7. Define the following terms with examples: (i) Alphabet (ii) Power of an alphabet CO1 L1 10
(iii) Functions on Strings (iv) Symbol (v) Language (vi) Strings (vii) Relations on String
11 Define Distinguishable and Indistinguishable States. Minimize the following DFSM. CO2 L3 10
13. Mention all the differences between DFA, NFA and e-NFA. CO1 L2 10
14. Define DFA. Design a DFA for the following language over ∑={a,b} CO1 L2 10
i. Set of all Strings not containing the substring “aab”
ii. Set of all Strings with exactly three consecutive a’s.
iii. Set of all Strings ending with a and b.
15. Convert NFA to DFA CO1 L3 10
17. Define Distingishable and Indistinguishable states. Minimize the following DFA. CO2 L3 10
22. Define Distinguishable and Indistinguishable States. Minimize the following DFA. CO2 L3 10
23. i. Obtain an NFA to accept L={ w € {a,b,c}* : x and y € {a,b,c}* and w = x abcabb y CO1 L3 10
ii. Obtain an NFA to accept the language L= {w | w € ababn or aban where n>=1}
24. a) Obtain a regular regular expression for L = {vuv : u, v € {a,b}* and |v| =2 } CO2 L2 06
b) Obtain a regular regular expression for L = {an bm: n>=4,m<=3}