Computer Science, asked by StarboyCDj5657, 11 months ago

What are the capabilities and limitations of finite state machines ?Explain?

Answers

Answered by vivekkumargp10
11

Answer:

A finite state machine (FSM) changes from one state to another state when conditions are satisfied or in response to external stimuli. An example of a simple FSM is a vending machine, which requires certain conditions to be satisfied (a person must add money, then press a button) before it operates. The major limitation of an FSM is that it cannot be produced for an infinate sequence, nor can it multiply to arbitrary large binary numbers.

Explanation:

i hope this answer help you plz mark it as brain list answer follow me

Answered by TanikaWaddle
16

A finite-state machine (FSM)

Explanation:

A finite-state machine (FSM) or finite-state automaton , finite automaton, or simply a state machine, is a mathematical model of computation.

capabilities  of finite state machines

A Finite State Machine, or FSM, is a computation model that can be used to simulate sequential logic, or, in other words, to represent and control execution flow. Finite State Machines can be used to model problems in many fields, including mathematics, artificial intelligence, games or linguistics.

limitations of finite state machines

  • The expected character of deterministic finite state machines can be not needed in some areas like computer games.
  • The implementation of huge systems using FSM is hard for managing without any idea of design.
  • Not applicable for all domains.

#Learn more:

Difference between finite state machine and infinite state machine

https://brainly.in/question/3422664

Similar questions