Question 7987 – Theory-of-Computation
May 17, 2024
Question 8259 – Theory-of-Computation
May 17, 2024
Question 7987 – Theory-of-Computation
May 17, 2024
Question 8259 – Theory-of-Computation
May 17, 2024

Question 8001 – Theory-of-Computation

Let δ denote the transition function and denote the extended transition function of the ε-NFA whose transition table is given below:

Then  is

Correct Answer: C

Question 26 Explanation: 
Extended transition function describes, what happens when we start in any state and follow any sequence of inputs.
If δ is our transition function, then the extended transition function is denoted by δ.
The extended transition function is a function that takes a state q and a string w and returns a state p (the state that the automaton reaches when starting in state q and processing the sequence of inputs w).
The starting state is q2, from q2, transition with input “a” is dead so we have to use epsilon transition to go to other state.

With epsilon transition we reach to q0, at q0 we have a transition with input symbol “a” so we reach to state q1.

From q1, we can take transition with symbol “b” and reach state q2 but from q2, again we have no further transition with symbol “a” as input, so we have to take another transition from state q1, that is, the epsilon transition which goes to state q2.

From q2 we reach to state q0 and read input “b” and then read input “a” and reach state q1. So q1 is one of the state of extended transition function.
From q1 we can reach q2 by using epsilon transition and from q2 we can reach q0 with epsilon move so state q2 and q0 are also part of extended transition function.

So state q0,q1,q2.

A
B
{q0,q1,q3}
C
{q0,q1,q2}
D
{q0,q2,q3}
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!