in Compiler Design recategorized by
6,021 views
0 votes
0 votes

Context-free grammar can be recognized by 

  1. finite state automation
  2. $2$- way linear bounded automata
  3. push down automata
  4. both (B) and (C)
in Compiler Design recategorized by
by
6.0k views

2 Comments

0
0
What is 2 way Linear Bounded automata? Is it same as LBA?
0
0

6 Answers

6 votes
6 votes

Context-free Grammar (CFG) can be recognized by both 2-way linear bounded automata and push down automata . 

regular --> dcfl --> ncfl --> Csl --> recursive -->recursive enumerable (implication)

by

2 Comments

but the question asked here is regarding CFG not CFL
0
0
2-way linear bounded automata , linear bounded automata both are same?
0
0
4 votes
4 votes
Automata Recognized Grammar
Finite Automata Regular Grammar
PDA CFG
LBA CSG
TM REG

So Ans is B.

2-way LinearBounded Automata(it called so bcz Here TM's  Tapes both sides are restricted)

2 Comments

Unrestricted Grammar and RECURSIVE Enumerable grammar are same or not ??
1
1
same
0
0
3 votes
3 votes

(B)2 way Linear Bounded Automata

Reference:Context Sensitive grammar

1 vote
1 vote

Context free Grammar can be recognize by both Linear Bounded Automata (LBA) and Push down Automata (PDA).

Hence,Option (D)Both B and C is the correct choice.

Answer: