recategorized by
3,273 views

3 Answers

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

0 votes
0 votes
6 answers
1
1 votes
1 votes
2 answers
2
Pooja Khatri asked Jul 13, 2018
15,333 views
Two finite state machines are said to be equivalent if they:Have the same number of edgesHave the same number of statesRecognize the same set of tokensHave the same numbe...
0 votes
0 votes
2 answers
3
0 votes
0 votes
1 answer
4
Pooja Khatri asked Jul 13, 2018
1,271 views
To obtain a string of n Terminals from a given Chomsky normal from grammar, the number of productions to be used is$2n-1$$2n$$n+1$$n^2$