Question: PLEASE HELP ME AS SOON AS POSSIBLE. Q2. A synchronous reactive component TriggeredCopy has one input: in of event(bool) type, one output: out of event(bool)

PLEASE HELP ME AS SOON AS POSSIBLE.
Q2. A synchronous reactive component TriggeredCopy has one input: in of event(bool) type, one output: out of event(bool) type, and a state variable: x of pat type. The component initializes x to 0. The update code is as follows: if in? then {out ! in; x :=x+1}+ a) Draw the SRC TriggeredCopy. b) Using the symbolic notation, write the initialization, reaction, and transition formula. c) Simplify the transition formula
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
