Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

2 . List 3 strings in each of the following la nguages: a. a*b*a*b* b. a*b* b*a* c. a(ab)*(abb|bba)*b 3 . A goods train is

2 . List 3 strings in each of the following la nguages:

a. a*b*a*b*

b. a*b* b*a*

c. a(ab)*(abb|bba)*b

3 . A "goods train" is defined to be a string of cars, which must begin with one or two engines. These are followed by one or more trucks, which are followed by one Guard Van. Example: E E T T T T G Non - goods trains: E G; E T T T; E E E T T T G

a. Write a DFA to recognize a goods train. Use E = engine, T = truck, G = guard van.

b. Write a regular expression that generate s all legal goods trains.

c. Write a program that recognizes goods trains (says OK or not OK). (Input can be in any convenient form) . Run your program! Submit code (short please) and outputs. Use your DFA translate DFA to code.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

Differentiate 3sin(9x+2x)

Answered: 1 week ago

Question

Compute the derivative f(x)=(x-a)(x-b)

Answered: 1 week ago