recategorized by
7,565 views
19 votes
19 votes

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

  1. Regular grammar to context free grammar

  2. Non-deterministic FSA to deterministic FSA

  3. Non-deterministic PDA to deterministic PDA

  4. Non-deterministic Turing machine to deterministic Turing machine

recategorized by

3 Answers

Best answer
30 votes
30 votes

Correct Option: C

Because if that would have been possible then NPDA and DPDA must had same powers, which is not the case. You can take example of NFA and DFA. Both are convertible to each other and hence share the same power.

edited by
7 votes
7 votes
c is not possible because DPDA and NPDA are not of same powers so no algorthimic solution possible. except it all other options have a mechanical solutions
Answer:

Related questions

33 votes
33 votes
5 answers
1
Kathleen asked Oct 4, 2014
8,811 views
The regular expression for the language recognized by the finite state automaton of figure is ________
21 votes
21 votes
7 answers
3
Kathleen asked Oct 4, 2014
18,429 views
Algorithm design technique used in quicksort algorithm is?Dynamic programmingBacktrackingDivide and conquerGreedy method
33 votes
33 votes
2 answers
4
Kathleen asked Oct 4, 2014
11,400 views
A memory page containing a heavily used variable that was initialized very early and is in constant use is removed thenLRU page replacement algorithm is usedFIFO page rep...