Questions: Finite State Machines (FSMs)

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

In a Moore machine that controls a traffic light, the light color (red, green, yellow) is determined by:

AThe current input signal from a car sensor
BBoth the current state and the current input
CThe current state alone
DThe previous state and the previous input
Question 2 True / False

A Mealy machine usually requires more states than an equivalent Moore machine to recognize the same behavior.

TTrue
FFalse
Question 3 Short Answer

Why does a finite state machine require flip-flops, while a combinational circuit does not?

Think about your answer, then reveal below.