adplus-dvertising
frame-decoration

Question

Which of the following statements are correct for a concept called inherent ambiguity in CFL?

a.

Every CFG for L is ambiguous

b.

Every CFG for L is unambiguous

c.

Every CFG is also regular

d.

None of the mentioned

Answer: (a).Every CFG for L is ambiguous

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following statements are correct for a concept called inherent ambiguity in CFL?

Similar Questions

Discover Related MCQs

Q. Is the following statement correct?
Statement: Recursive inference and derivation are equivalent.

Q. A->aA| a| b
The number of steps to form aab:

Q. An expression is mentioned as follows. Figure out number of incorrect notations or symbols, such that a change in those could make the expression correct.
L(G)={w in T*|S→*w}

Q. The language accepted by Push down Automaton:

Q. Which among the following is the correct option for the given grammar?
G->X111|G1,X->X0|00

Q. Which of the following the given language belongs to?
L={a^mb^mc^m| m>=1}

Q. Choose the correct option:
Statement: There exists two inference approaches:

1. Recursive Inference
2. Derivation

Q. Choose the correct option:
Statement 1: Recursive Inference, using productions from head to body.

Statement 2: Derivations, using productions from body to head.

Q. State true or false:
Statement: Every right-linear grammar generates a regular language.

Q. What the does the given CFG defines?
S->aSbS|bSaS|e and w denotes terminal

Q. If L1 and L2 are context free languages, which of the following is context free?

Q. For the given Regular expression, the minimum number of variables including starting variable required to derive its grammar is:
(011+1)*(01)*

Q. For the given Regular expression, the minimum number of terminals required to derive its grammar is:
(011+1)*(01)*

Q. A grammar G=(V, T, P, S) is __________ if every production taken one of the two forms:
B->aC

B->a

Q. Which among the following is a CFG for the given Language:
L={x∈{0,1}*|number of zeroes in x=number of one’s in x}

Q. Which of the following languages are most suitable for implement context free languages ?

Q. Which among the following is the correct grammar for the given language?
L={x∈{0,1}*|number of zeroes in x¹number of one’s in x}

Q. L={0^i1^j2^k | j>i+k}
Which of the following satisfies the language?

Q. The most suitable data structure used to represent the derivations in compiler:

Q. Which of the following statement is false in context of tree terminology?