Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . 2 0 points Consider the following CFG G . S - > XX | Y X - > aXb | c Y -

1.20 points Consider the following CFG G.
S -> XX | Y
X -> aXb | c
Y -> bbY c | a
(a) Create MG, an augmented PDA from G.
(b) Consider the augmented transition in the PDA created to mimic
the X -> aXb rule in the grammar. Show the non-augmented
sequence of transitions required in a standard PDA that would
mimic this rule.
(c) Let w = aacbbacb. Provide a leftmost derivation of w in the
grammar G, and show the computation path of w in MG.
S ->
->
[q0, aacbbacb, \epsi ][q1,,]
[qloop,,]
2.20 points Consider the following PDA P.
(a) Create a CFG that accepts L(P) using the method presented in
the videos. Make sure you label you variables to correspond with
the states in P as discussed in the videos and the text.
(b) Let w = aabbbc. Show the computation path of w in P and provide
a leftmost derivation of w in G.
fig 1
:+ pda
title WS13 Prob 2
Q={qs,q1,q2,q3,qf}
S={a,b,c}
T={X,Y,$}
q0=qs
F={qf}
qs->q1:\e,\e->$
q1:a,\e->X
q1->q2:a,\e->X
q2:b,X->\e
q2:b,\e->Y
q2->q3:b,\e->Y
q3:c,Y->\e
q3->qf:\e,$->\e
done.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions