Problem Based Learning-Petrinets
1. A system has three places: P1 (Task Ready), P2 (Task Processing), and
P3 (Task Completed). Two transitions T1 (Start Task) and T2 (Finish
Task) connect them as P1 → T1 → P2 → T2 → P3. If P1 initially has 1
token, explain how the tokens move when transitions fire.
2. In a Petri Net model of a printer system, P1 represents “Print Request”,
P2 represents “Printing”, and P3 represents “Printed”. Transitions T1
(Start Printing) and T2 (Finish Printing) control the flow. If two tokens are
in P1 initially, describe the state of the system after each transition fires.