Higher Study | Theory of Computation | Regular Languages and Finite Automata

Identify the language generated by the following grammar, where S is the start variable. S → XY X → aX | a Y → aYb | ϵ
Consider the set of strings on {0,1} in which, every substring of 3 symbols has at most two zeros. For example, 001110 and 011001 are in the language, but 100010 is not. All strings of length less than 3 are also in the language. A partially completed DFA that accepts this language is shown below. The missing arcs in the DFA are
What is the complement of the language accepted by the NFA shown below? Assume ∑ = {a} and ϵ is the empty string
Consider the FA shown in fig below which language is accepted by the FA:
What is the type of strings accepted by the following finite automata?
Which one of the following regular expressions correctly represents the language of the finite automaton given below?
Which of the following represents the language corresponding to the regular expression r =(aa)* (bb)* b ?
Which of the followings is a regular grammar?
Ads