CSE-325 Automata Questions for practice

databydevang 6 views 13 slides Sep 09, 2024
Slide 1
Slide 1 of 13
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13

About This Presentation

cse 325


Slide Content

Questions for practice

Create DFA for Accepts a string a followed by b{ a,b } Accepts a string containing even number of a’s and any number of b’s { a,b } Accepts a string containing 2 consectutive a’s followed by 2 consectutive b’s { a,b } Accepts a string that doesnot contain 3 consecutive a’s { a,b }

Create DFA for Accepts a string that contains even number of 0’s and even number of 1’s Ends with one b and even number of a’s Accepts string aab Accepts string that ends b not aa Accepts a string that must not end withaa

Convert NFA to DFA

Convert NFA to DFA

Convert from Mealy to Moore

Convert mealy to moore

Convert from moore to mealy

Convert from moore to mealy

Minimize the automata

Minimize the automata

Construction of DFA Examples

Answers
Tags