Give state diagrams of DFA recognizing the following languages.
In all parts, the alphabet is {a, b}.
a. {w | w is (ε, b, ab)}
b. {w| w contains the substring abab (i.e., w = xababy for some x
and y)}}
Give state diagrams of DFA recognizing the following languages. In all parts, the alphabet is {a,...
1. (a) Give state diagrams of DFA’s recognizing the following languages. That alphabet is Σ = {a,b} L1 = {w | w any string that does not contain the substring aab} L2 = {w | w ∈ A where A = Σ*− {a, aa, b}} 2. (a) Give state diagrams of DFA’s recognizing the following languages. The alphabet is {0, 1}. L3 = {w | w begins with 0 ends with 1} (b) Write the formal definition of the DFA...
1.6 Give state diagrams of DFAs recognizing the following languages. In all parts the alphabet is 0,1) a. {w w begins with a 1 and ends with a 0)
1. Give a DFA for each of the following languages defined over the alphabet Σ (0, i): a) (3 points) L={ w | w contains the substring 101 } b) (3 points) L-wl w ends in 001)
Give state diagrams (pictures) for Turing Machines that decide the following languages over the alphabet {0.1}: 1. {w | w contains an equal number of 0s and 1s} 2. {w | w does not contain twice as many 0s as 1s}.
Draw the transition diagram (the graph) for a DFA accepting the following languages over the alphabet {0,1}. Your automata MUST be Deterministic L = { w | w begins with the substring 1110 or the substring 0110 }
Give the regular expressions of the following languages (alphabet is ab): a. {w | w has a length of at least three and its second symbol is a b} b. {w | w begins with an a and ends with a b} c. {w | w contains a single b} d. {w | w contains at least three a's} e. {w | w contains the substring baba} d. {w | w is a string of even length} e. The empty...
For each of the following languages, give the state diagram of a DFA that accepts the languages. a) (ab) ∗ ba b) aa(a + b) +bb c) ((aa) +bb) ∗
Problem 2 (20 points). Give context-free grammars that generate the following languages. In all parts, the alphabet Sis {0, 1} 1. {w w contains at least two Os} 2. {ww contains a substring 010) 3. {w w starts and ends with the same symbol} 4. {ww = w that is, w is a palindrome }
Unless otherwise noted, the alphabet for all questions below is assumed to be Σ (ab). Also note that all DFA's in your solutions should have one transition for each state in the DFA for each character in the alphabet. 1. (6 marks) This question tests your comfort with "boundary cases" of DFA's. Draw the state diagrams of DFAs recognizing each of the following languages. (a) (2 marks) L = {c) fore the empty string. (b) (2 marks) L (c) (2...
Construct DFA's that recognize the following languages over the alphabet {a,b}: 1. {w|w is any string except abba or aba}. Prove that your DFA recognizes exactly the specified language. 2. {w|w contains a substring either ababb or bbb}. Write the formal description for this DFA too.