0% found this document useful (0 votes)
14 views1 page

TOC Assignment-1

The document contains 5 questions about theory of computation topics including operations of languages in finite automata, converting a Moore machine to a Mealy machine, converting an NFA with epsilon moves to a DFA, explaining Arden's Theorem, and stating and explaining the pumping lemma for regular sets.

Uploaded by

ghostproxgaming
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

TOC Assignment-1

The document contains 5 questions about theory of computation topics including operations of languages in finite automata, converting a Moore machine to a Mealy machine, converting an NFA with epsilon moves to a DFA, explaining Arden's Theorem, and stating and explaining the pumping lemma for regular sets.

Uploaded by

ghostproxgaming
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Theory Of Computation

Assignment-1
Q 1 Write a operations of language in finite automata.
Q2 Convert the following moore machine into its equivalent mealy machine.

Present State Next State Output


a b
 q0 q1 q2 1
q1 q3 q4 1
q2 q4 q0 0
q3 q1 q2 0
q4 q3 q0 1

Q.3.Convert the following NFA with ^ - moves to its equivalent DFA.

State Input
x y z ^
 q0 q0 ɸ ɸ
q1
q1 ɸ q1 q2
q2 ɸ
ɸ ɸ q2 ɸ

Q.4 Explain Arden’s Theorem in detail.

Q.5 State and explain pumping lemma for regular sets.

You might also like