School of Information Technology & Engineering (SITE)
This document provides instructions for an assignment involving theory of computation concepts. Students are asked to: 1) Convert the regular expression "aa(a+b)*bb(a+b)" into a non-deterministic finite automaton (NFA) using a JFLAP simulator. 2) Find the regular expression for a given NFA. 3) Convert the grammar rules "S → aXbX", "X → aY | bY | ∈", "Y→X|c" into Chomsky normal form.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
55 views1 page
School of Information Technology & Engineering (SITE)
This document provides instructions for an assignment involving theory of computation concepts. Students are asked to: 1) Convert the regular expression "aa(a+b)*bb(a+b)" into a non-deterministic finite automaton (NFA) using a JFLAP simulator. 2) Find the regular expression for a given NFA. 3) Convert the grammar rules "S → aXbX", "X → aY | bY | ∈", "Y→X|c" into Chomsky normal form.