Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem Specification For each language L 1 to L 5 , described below, you need to do the following: Create a regular expression that defines

Problem Specification
For each language L1 to L5, described below, you need to do the following:
Create a regular expression that defines the language. You will receive up to 7 marks for each regular expression, depending on how accurately it defines the language. You must use the definition of regular expressions given in definition 7.10 using a different definition will lead to loss of marks.
Construct a finite state automaton (FSA) that accepts the language, then pick a string that is in the language and show your FSA accepts it, and pick a string that is not in the language and show your FSA rejects it. You will receive up to 13 marks for each FSA and tests, depending on their correctness.
Note that a total of 100 marks are available for this assessment.
The alphabet A ={a, b} will be used throughout this coursework. The languages are:
1. L1 which has exactly one b but any number of as.
2. L3 which contains exactly two as or exactly two bs, although not necessarily adjacent.
3. L4 which has all the bs appearing before any of the as, or all the as appearing before any of the bs.
4. L5 where there can be any number of bs but the number of as must be even, although the as do not have to be adjacent.
5. L2 which has an odd number of bs and an even number of as.

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_2

Step: 3

blur-text-image_3

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

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

2nd Edition

1597499471, 978-1597499477

More Books

Students also viewed these Databases questions

Question

4. Explain the strengths and weaknesses of each approach.

Answered: 1 week ago