Question

Converting a DFA such as the one below to a regular expression requires 0/1 us to develop regular expressions for limited set

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The correct option is (d)

LBA = 0(0+10) *

Here (0+10) * means 0 or more occurrence of 0 or 10.

Here let's say (0+10) doesn't exist.

Then there is transition from B on 0 which leads to A.

Now take it one occurrence.

So, 0(0+10 ) => 00 + 010

Either on 00 or 010 , the final state would be A if the initial state is B.

Let's take 2 occurrence of (0+10) *

=> 0(0+10) (0+10)

= (00+010) (0+10)

= 000 + 0010 + 0100 + 01010

On each of this symbol, the final state has to be A of initial state is B.

Thus the option D is correct by correctly examining it.

If you have any questions comment down and please? upvote thanks

Add a comment
Know the answer?
Add Answer to:
Converting a DFA such as the one below to a regular expression requires 0/1 us to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 1: Every language is regular T/F Question 2: There exists a DFA that has only...

    Question 1: Every language is regular T/F Question 2: There exists a DFA that has only one final state T/F Question 3: Let M be a DFA, and define flip(M) as the DFA which is identical to M except you flip that final state. Then for every M, the language L(M)^c (complement) = L( flip (M)). T/F Question 4: Let G be a right linear grammar, and reverse(G)=reverse of G, i.e. if G has a rule A -> w B...

  • 1(a)Draw the state diagram for a DFA for accepting the following language over alphabet {0,1}: {w...

    1(a)Draw the state diagram for a DFA for accepting the following language over alphabet {0,1}: {w | the length of w is at least 2 and has the same symbol in its 2nd and last positions} (b)Draw the state diagram for an NFA for accepting the following language over alphabet {0,1} (Use as few states as possible): {w | w is of the form 1*(01 ∪ 10*)*} (c)If A is a language with alphabet Σ, the complement of A is...

  • 1. Write regular expressions to capture the following regular languages: (a) The set of binary strings...

    1. Write regular expressions to capture the following regular languages: (a) The set of binary strings which have a 1 in every even position. (Note: odd positions may be either 0 or 1.) (b) The set of binary strings that do not contain 011 as a substring. (c) Comments in Pascal. These are delimited by (* and *) or by { and }, and can contain anything in between; they are NOT allowed to nest, however. 2. Write a DFA...

  • Please explain the answer shortly! :) The language of the regular expression (0+10)* is the set...

    Please explain the answer shortly! :) The language of the regular expression (0+10)* is the set of all strings of O's and 1's such that every 1 is immediately followed by a 0. Describe the complement of this language (with respect to the alphabet {0,1}) and identify in the list below the regular expression whose language is the complement of L((0+10)*). (0+1)*11(0+1)* (1+01)* (0+11)* (0+1)*1(8+1(0+1)*)

  • 1.   Write DFA, NFA (small), regular expression and right linear grammar for strings over {a,b} a.  ...

    1.   Write DFA, NFA (small), regular expression and right linear grammar for strings over {a,b} a.   End in either aa or bb b. ( an | bna)   n >= 0 c. {w : w such that w contains the substring “bb” or w contains an odd number of a’s (or both). d.   {w : w does not contain exactly two a’s} e.   { w : w starts with substring abb and contains substring bba}

  • (4) [20 pts] Let L be the language defined by a regular expression (O | 1)0+(01 1)). over t alphabet f(o,1, +) (a) (4pt) Write down 5 different words from L (b) (8pt) Describe L using words. (c) (8pt...

    (4) [20 pts] Let L be the language defined by a regular expression (O | 1)0+(01 1)). over t alphabet f(o,1, +) (a) (4pt) Write down 5 different words from L (b) (8pt) Describe L using words. (c) (8pt) Draw an automaton accepting L (ideally, deterministic). (4) [20 pts] Let L be the language defined by a regular expression (O | 1)0+(01 1)). over t alphabet f(o,1, +) (a) (4pt) Write down 5 different words from L (b) (8pt) Describe...

  • Question 8, please. 2. Prove: (a) the set of even numbers is countable. (b i=1 3....

    Question 8, please. 2. Prove: (a) the set of even numbers is countable. (b i=1 3. The binary relation on pair integers - given by (a,b) - (c,d) iff a.d=cbis an equivalence relation. 4. Given a graph G = (V, E) and two vertices s,t EV, give the algorithm from class to determine a path from s to t in G if it exists. 5. (a) Draw a DFA for the language: ( w w has 010 as a substring)....

  • number 2 only please, could not take a smaller picture. 2 Find a regular grammar that...

    number 2 only please, could not take a smaller picture. 2 Find a regular grammar that generates the language • {w | We{0,1}* , [w] >= 4; w starts with 1 and ends with 10 or 01). 3 Find a regular expression that denotes the language accepted by the below finite automaton. 0 E B 0,1 1 D 0 с F

  • Question 9 10 pts Select all the statements below which are true: Every dfa is also...

    Question 9 10 pts Select all the statements below which are true: Every dfa is also an nfa. A maximum of 1 final state is allowed for a dfa. Alanguage that is accepted by a dfa is a regular language. Each dfa must have a trap state 0 Let M be an nfa, and let w be an input string. If Mends in a non-final state after reading w, then wis rejected. Let = {a,b,c,d}and M be an nfa with...

  • 1. Use a Regular Expression to define the set of all bit strings of one or...

    1. Use a Regular Expression to define the set of all bit strings of one or more 0's followed by only a 1. 2. Use a Regular Expression to define the set of all bit string of two or more symbols followed by three or more 0's. 3. Are these two grammars the same? a. S-> aSb|ab|λ b. S-> aAb|ab A->aAb|λ 4. Use the process of elimination to find the language of the following FA: (see picture for diagram) 5....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT