Q.16 | ![]() | |
Ans | 1. All strings over Σ = {0, 1} with an even number of 0’s followed by single 1. | |
2. All strings over Σ = {0, 1} with an even number of 1’s followed by single 0. | ||
3. All strings over Σ = {0, 1} with an odd number of 1’s followed by single 0. | ||
4. All strings over Σ = {0, 1} with an odd number of 0’s followed by single 1. |
Correct Ans Provided: 1