✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Assume you have the following (incomplete) table representing states, events (inputs), actions (outputs), and transitions (from current state to next state):
State | S1 | S2 | S3 |
Event/Input | | | |
---------------------------------------------------
E1 | A1->S2 | - | - |
---------------------------------------------------
E2 | - | A2->S2 | - |
---------------------------------------------------
E3 | - | A3->S3 | - |
---------------------------------------------------
E4 | - | A4->S1 | - |
---------------------------------------------------
Which of the following statements is correct?
Note: if an answer is incomplete, it doesn’t represent a correct answer.