answersLogoWhite

0

What is Minimum state automata?

Updated: 11/7/2022
User Avatar

Wiki User

14y ago

Best Answer

A minimum automaton is the automaton that cannot be modeled with fewer states. Let a DFA D has n states that accepts a language L. If D is minimum then no other DFA can model L with number of states less than n.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Minimum state automata?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does dfa stand for?

Deterministic finite state automata


What is difference between finite state automaton and transition graph?

finite automata


What is the difference between deterministic finite automata and non deterministic finite automata?

A deterministic Finite Automata)DFA will have a single possible output for a given input.The answer is deterministic because you can always feel what the output will be.A (Nondeterministic Finite Automata)NFA will have at least one input which will cause a "choice" to be made during a state transition,unlike a (deterministic Finite Automata)DFA one input can cause multiple outputs for a given (Nondeterministic Finite Automata)NFA.


When did Automata UK end?

Automata UK ended in 1985.


What was the Production Budget for Automata?

The Production Budget for Automata was $15,000,000.


When was Automata released?

Automata was released on 12/31/2014.


Is the main purpose of using Automata?

 Is the main purpose of using Automata?


The role of automata theory in compiler construction?

Lexical analysis is the first state of the Compiler design, in this state human typed programs are broken in to tokens and then those tokens are recognized through the Automata theory. For more details please refer the book, Modern Compiler designing in C


Define the languages accepted by NFA and DFA?

In general, finite state machines can model regular grammars. Deterministic finite automata can represent deterministic context-free grammars. Non-deterministic finite automata can represent context-free grammars.


Who invented the automata?

the greeks


What is the difference between automata and automaton?

automata is simply plural of automaton. shantanu sharma SCRIET 2008-2012


What is full form of DFA and NFA?

DFA - deterministic finite automata NFA - non-deterministic finite automata