adplus-dvertising
frame-decoration

Question

Which of the following conversion is not possible (algorithmically)?

a.

Regular grammar to CFG

b.

NDFA to DFA

c.

NDPDA to DPDA

d.

NDTM to DTM

Answer: (c).NDPDA to DPDA

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 conversion is not possible (algorithmically)?

Similar Questions

Discover Related MCQs

Q. Recursively enumerable languages are not closed under:

Q. Grammar that produce more than one Parse tree for same sentence is:

Q. Automaton accepting the regular expression of any number of a ‘ s is:

Q. Grammars that can be translated to DFAs:

Q. The language accepted by a Push down Automata:

Q. Given the following statements:

(i) Recursive enumerable sets are closed under complementation.
(ii) Recursive sets are closed under complements.

Which is/are the correct statements?

Q. Assume statements S1 and S2 defined as:

S1: L2-L1 is recursive enumerable where L1 and L2 are recursive and recursive enumerable respectively. S2: The set of all Turing machines is countable.

Which of the following is true?

Q. A context free language is called ambiguous if

Q. Which of the following statement is false?

Q. The context free grammar S → A111|S1, A → A0 | 00 is equivalent to

Q. The context free grammar S → SS | 0S1 | 1S0 | ɛ generates

Q. Which of the following statement is false?

Q. Push down automata accepts which language

Q. A regular Grammar is a

Q. A CFG is closed under

Q. Which of these does not belong to CFG ?

Q. A language is regular if and only if

Q. Regular grammar is

Q. Give a production grammar that specified language L = {a^i b^2i >= 1}

Q. The production Grammar {S->aSbb, S->abb} is