Automata March 2021 Groupwork
Automata March 2021 Groupwork
4. Obtain regular expressions for the languages defined over Σ = {0,1} given by a.
L1 = {02n12m+1 | n ≥ 0, m ≥ 0} (2 marks)
b. All strings which do not contain substrings of 0's of length greater than two. (2
marks)
5. For Σ = {a,b} construct FA's that accept the following set of strings: (6 marks) a.
all strings with exactly one 'a'.
b. all strings with at least one 'a'.
c. all strings with at least one 'a' and exactly two b's.