in Theory of Computation recategorized by
3,234 views
0 votes
0 votes

Pushdown automata can recognize language generated by _______

  1. Only context free grammar
  2. Only regular grammar
  3. Context free grammar or regular grammar
  4. Only context sensitive grammar
in Theory of Computation recategorized by
3.2k views

3 Answers

1 vote
1 vote

Push down automata reconize regular as well as conyext free grammar.

So option c is right

0 votes
0 votes

we know that

Regular grammar generates Regular Language ===> Accepted by Finite Automata.

CFG generates CFL ====> Accepted by PDA

 

but PDA = FA + 1 - Auxiliary Memory  = FA+stack

therefore if you are not using the memory of PDA it simply looks as FA.

 

∴ PDA can recognize the language which is generates by either CFG or RG 

0 votes
0 votes

Option C

Turing Machine recognises ALL
Linear Bounded Automata  recognises CSL , CFL , RL
Push down automata recognises CFL , RL
Finite Automata recognises only RL
 

Related questions