adplus-dvertising
frame-decoration

Question

Like DFAs, NFAs only recognize regular languages

a.

True

b.

False

c.

May be

d.

Can't say

Answer: (a).True

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Like DFAs, NFAs only recognize regular languages

Similar Questions

Discover Related MCQs

Q. For any DFA state {qi,qj…qm} If some qj is a final state in the NFA Then {qi,qj…qm}, is a final state in the DFA.True or False

Q. Is empty string a valid input in Ndfa

Q. Given the language L = {ab, aa, baa}, whih of the following strings are in L*?
1) abaabaaabaa

2) aaaabaaaa

3) baaaaabaaaab

4) baaaaabaa

Q. Which of the following problems occur?
1) Does a given program ever produce an output?

2) If L is a CFL, then is L’ is also context-free?

3)L’ is regular only if L is regular?

4) If L is a recursive language, then, L’ is also recursive?

Q. Definition of a language L with alphabet {a} is given as following. L= { ank | k > 0, and n is a positive integer constant} What is the minimum number of states needed in a DFA to recognize L?

Q. S –> aSa| bSb| a| b ;the language generated by the above grammar is the set of

Q. Which one of the following languages over the alphabet {0, 1} is described by the regular expression: (0+1)*0(0+1)*0(0+1)*?

Q. Match the following
Group 1 Group 2

P. Regular expression 1. Syntax analysis

Q. Pushdown automata 2. Code generation

R. Dataflow analysis 3. Lexical analysis

S. Register allocation 4. Code optimization

Q. Let L = L1 ∩ L2, where L1 and L2 are languages as defined below:
L1 = {ambmcanbn | m, n >= 0 }

L2 = {aibjck | i, j, k >= 0 }

Then L is

Q. Does epsilon ring any change in the automata

Q. NFA-εs are defined because certain properties can be more easily proved on them as compared to NFA.

Q. E(q) is known ε-closure of q.

Q. ε-transitions does not add any extra capacity of recognizing formal

Q. A nondeterministic finite automaton with ε-moves is an extension of nondeterministic finite automaton

Q. Is an ordinary NFA and a NFA-ε are equivalent

Q. Which grammar is not regular

Q. If is a language, and is a symbol, then, the quotient of and, is the set of strings such that is in: is in. Suppose is regular, which of the following statements is true?

Q. Here is a context-free grammar G: S → AB A → 0A1 | 2 B → 1B | 3A which of the following strings are in L (G)?

Q. The grammar G: S → SS | a | b is ambiguous. Check all and only the strings that have exactly two leftmost derivations in G

Q. For the following grammar: S → A | B | 2 A → C0 | D B → C1 | E C → D | E | 3 D → E0 | S E → D1 | S Identify all the unit pairs