...
OOPS
November 11, 2023
UGC NET CS 2015 Dec – paper-3
November 11, 2023
OOPS
November 11, 2023
UGC NET CS 2015 Dec – paper-3
November 11, 2023

Theory-of-Computation

Question 30

Let G be a context-free grammar where G = ({S, A, B, C},{a,b,d},P,S) with the productions in P given below.

   S → ABAC
   A → aA ∣ ε
   B → bB ∣ ε
   C → d  

(ε denotes null string). Transform the grammar G to an equivalent context-free grammar G’ that has no ε productions and no unit productions. (A unit production is of the form x → y, and x and y are non terminals.)

A
Theory Explanation.
Correct Answer: A

Leave a Reply

Your email address will not be published. Required fields are marked *