Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Automata & Computation Expert

1. Let S->aB|bA,A->aS|bAA|a,B->bS|aBB|b. Derive the string aaabbabbba as left most derivation.

2. Construct a PDA accepting {anb2n; n>=1} by final state.

3. Construct PDA for the grammar
S->aB|bA,A->a|aS|bAA
B->b|bS|aBB
B->b|bS|aBB
Check for the validation of string ab.

4. Give the parse tree construction of 1001 ad +*-xyxy for the given grammars.
1)S->A|B
A->0A|^
B->0B|1B|^
Parse tree for 1001

5. Construct aPDA for the given grammar and check for the validation of abcba and acb.
S->aSa|bSb|c
6. Show that the grammar S->a|Sa|bSS|SSb|SbS is ambiguous

7. Construct a PDA for the given grammar and check for the validation of aa*a0 and (a0+a).
E->I|E+E|E*E|(E),I->a|Ia|0|I0

7 Find a derivation tree of a*b+a*b given that a*b+a*b is in L(G) where g is given by
S->S+S|S*S, S->a/b

8) Show that the grammar S->a/abSb/aAb, A->bS/aAAb is ambiguous . (6marks)

9) Consider the following productions
S->aB|bA
A->aS|bAA|a
B->bS|aBB|b
for the string aaabbabbba find a leftmost derivation.

10) Construct a PDA accepting by empty stack the language {ambncn/m,n>=1}

11)Convert the PDA P=({p,q},{0,1},{x,z0}, δ,q,z0) where:

1. δ(q,1,z0)={(q,xz0)}
2. δ(q,ε,z0)={(q,ε)}
3. δ(q,1,x)={(q,xX)}
4. δ(q,0,x)={(p,x)}
5. δ(q,ε,x)=(q,ε)
6. δ(p,1,x)=(p,ε)
7. δ(p,0,z0¬)=(q,z0)
12) Convert the PDA P=({p,q},{0,1},{x,z0}, δ,q,z0) where:
1. δ[q 0 z0]={(q,x,z0)}
2. δ[q 0 x]={(q,x,x)}
3. δ[q 1 x]={(q,x)}
4. δ[q ε z0]={(q,ε)}
5. δ[p ε x]={(p,ε)}
6. δ[p 1 x]={(p,x,x)}
7. δ[p 1 z0]={(p,ε)}
Soln:
1. δ[q 0 z0]={(q,x,z0)}
At q: [q z0 q]->0[q x q][q z0q]
[q z0 q]->0[p x p][p z0q]
At p: [q z0 p]->0[q x q][q z0 p]
[q z0 p]->0[q x p][p z0 p]
2. δ[q 0 x]={(q,x,x)}
At q: [q x q]->0[q x q][q x q]
[q x q]->0[q x p][p x q]
At p: [q x p]->0[q x q][q x p]
[q x p]->0[q x p][p x p]
3. δ[q 1 x]={(q,x)}
At q:[q x q]->1[q x q]
At p:[q x p]->1[q x p]
4. δ[q ε z0]={(q,ε)}
[q x q]->ε
5. δ[p ε x]={(p,ε)}
[p x p]->ε
6. δ[p 1 x]={(p,x,x)}
At q: [p x q]->1[p x q][q xq]
[p x q]->1[p x p][p xq]
At p: [p x p]->1[p x q][q xp]
[p x p]->1[p x p][p xp]
7. [p 1 z0]={(p,ε)}
[p z0 p]->1

Automata & Computation, Computer Science

  • Category:- Automata & Computation
  • Reference No.:- M92061010
  • Price:- $40

Priced at Now at $40, Verified Solution

Have any Question? 


Related Questions in Automata & Computation

Prove or disprove the following proposed inference rules

Prove or disprove the following proposed inference rules for functional dependencies. A proof should be made by using the reflexive, augmentation, transitive, decomposition, union, and pseudotransitive rules. A disproof ...

Question - design a task or function that will check the

Question - Design a task or function that will check the parity of a word for odd parity. The input to the task/function is a 5-bit word called data_in. If the parity of input data_in is not odd increment an error count ...

Question 1a digital computer has a memory unit with 16 bits

Question 1: A digital computer has a memory unit with 16 bits per word. The instruction set consists of 122 different operations. All instructions have an operation code part (opcode) and an address part (allowing for on ...

Models of computation assignment -purpose - to improve and

Models of Computation Assignment - Purpose - To improve and consolidate your understanding of regular and context-free languages, finite-state and pushdown automata. To develop skills in analysis and formal reasoning abo ...

Models of computation assignment -purpose - to improve and

Models of Computation Assignment - Purpose - To improve and consolidate your understanding of regular and context-free languages, finite-state and pushdown automata. To develop skills in analysis and formal reasoning abo ...

Question 1hoare logic semantics for each of the parts below

Question 1 Hoare Logic Semantics For each of the parts below, justify your answer briefly. 1. For which programs S does {False} S {True} hold? 2. For which programs S does {True} S {False} hold? 3. For which programs S d ...

Iot and data analytics1 analyse the taskanalyse what is

IOT and data analytics 1. Analyse the Task Analyse what is expected of you. This includes careful reading of the assignment task as specified in the Subject Outline. The executive summary of the research project is to be ...

Question - design a state machine that will control a

Question - Design a state machine that will control a vending machine. The vending machine has 4 inputs, N, D indicating a nickel or dime was inserted as well as clk and an active high asynchronous reset. The vending mac ...

Regular expressions automatacomputabilitytheory of

Regular expressions, automata/computability/theory of computation How would I go about interpreting regular expressions? For example, how would I interpret the following in English: (0+1)*011 0*1*2* 0^(+)1^(+)2^(+)

Solve the question given belowprove the following statement

Solve the question given below Prove the following statement using Hall's Theorem. For any bipartite graph G=(U, V, E), if every node (either a left node or a right node) has exactly d neighbors, where d is an arbitrary ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As