1.

_____ can be in exactly one of a countable number of states at any given time.(a) Push-down automata(b) Agent state machine(c) Finite state machine(d) Infinite state machineThe question was asked in my homework.Origin of the question is Software Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct ANSWER is (c) Finite state machine

For explanation: A state machine is any device that STORES a status for a given time. It consists of a finite SET of distinct states, a set of inputs, a set of outputs, a NEXT state map and an OUTPUT map. Finite state machine can be in exactly one of a finite number of states at any given time.



Discussion

No Comment Found

Related InterviewSolutions