Sie sind auf Seite 1von 1

School of Information Technology & Engineering (SITE)

Assignment Question – 2 (Winter 2017-18)

Programme : B. Tech (IT) Slots : F1 + TF1 & F2 + TF2


Course : ITE1006 - Theory of Computation Date : 24.02.2018

Study the JFLAP Simulator.


http://www.jflap.org/
Use the simulator to do the following:

1. Convert the given regular expression into NFA.


aa(a+b)*bb(a+b)

2. For the given NFA, find regular expression.

3. Convert the given rules into Chomsky Normal Form. (∈ - Epsilon)


S → aXbX
X → aY | bY | ∈
Y→X|c

Das könnte Ihnen auch gefallen