Computer Science Fundamentals Algorithms Subjective
Mar 05, 2013

FSM ( Finite State Machine) ?

Detailed Explanation

FA (Finite Automaton) is a finite state machine that recognizes a regular language. In computer science, a finite-state machine (FSM) or finite-state automaton (FSA) is an abstract machine that has only a finite, constant amount of memory. The internal states of the machine carry no further structure. This kind of model is very widely used in the study of computation and languages.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback