in Theory of Computation
642 views
0 votes
0 votes
Match List-l with List-|l and select the correct answer using the codes given below the lists:

List-I List-II

A. Regular grammar                               1. Pushdown automaton
 

B. Context free grammar                       2. Linear bounded automaton

C Unrestricted grammar                        3. Deterministic finite                                  .

D. Context sensitive grammar             4. Turing machine

Codes:

           A     B     C     D

(a)      3     1     2     4

(b)      3     1     4     2

Which of the options are correct and why?
in Theory of Computation
642 views

5 Answers

1 vote
1 vote
Option b is correct

2 Comments

Can you explain?
0
0
Regular grammar produces regular language which is accepted by DFA.

Context free grammar produces CFL  which is accepted by push down automata ( Finite automata + Stack)

 Unrestricted grammar (Recursively ennumerable grammar) produces REL which is accepted by Turing machine

 Context sensitive grammar produces CSL which is accepted by linear bound automata ( FA+stack+stack)
1
1
0 votes
0 votes

B

0 votes
0 votes

Option B is correct.

0 votes
0 votes
Answer: Correct Option is (b)

A. Regular grammar  = 3. Deterministic finite       

B. Context free grammar =  1. Pushdown automaton

C Unrestricted grammar =   4. Turing machine

D. Context sensitive grammar = 2. Linear bounded automaton

Related questions