✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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.