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

TOC Assignment1

This document contains an assignment for a computer science class at Marathwada Institute of Technology in Aurangabad, India for the academic year 2022-23. The assignment includes 6 questions about deterministic finite automata, non-deterministic finite automata, the difference between Moore and Mealy machines, string acceptability, applications of finite automata, and constructing a deterministic finite automaton from a transition diagram.

Uploaded by

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

TOC Assignment1

This document contains an assignment for a computer science class at Marathwada Institute of Technology in Aurangabad, India for the academic year 2022-23. The assignment includes 6 questions about deterministic finite automata, non-deterministic finite automata, the difference between Moore and Mealy machines, string acceptability, applications of finite automata, and constructing a deterministic finite automaton from a transition diagram.

Uploaded by

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

Marathwada Institute of Technology, Aurangabad

Department of Computer Science and Engineering

Class TY (A & B) AY 2022-23 Part 1

Date 30/9/2022

Assignment 1
Q. 1 Define Deterministic Finite Automata (DFA).
Q. 2 Describe the tuples of Non-Deterministic Finite Automata (NDFA).
Q. 3 Illustrate the basic difference between Moore Machine and Mealy Machine.
Q. 4 Define the string acceptability of a Finite Automata (FA).
Q. 5 State the two applications of Finite Automata (FA)
Q. 6 Construct a deterministic finite automaton and represent with transition diagram equivalent to
M= ({q0, q1, q2, q3}, {0,1}, ∂, q0, {q3}). ∂ is given as follows :

State i/p=o i/p=1


→ q0 q0, q1 q0
q1 q2 q1
q2 q3 q3,q1
q3 q2

You might also like