volume_mute
Reading a State Diagram — Microwave Oven
publish date: 2026/06/08 10:49:38.067354 UTC
volume_mute
The diagram below shows the state diagram for a simple microwave oven control system.
According to this state diagram, what happens when the door is opened while the oven is in the Set time state?
Correct Answer
The oven transitions to the Disabled state
Explanation
According to the state diagram, when the door is opened while the oven is in the Set time state, the system transitions to the Disabled state (do: display 'Waiting'). This is a safety requirement — the oven must not operate when the door is open. The Disabled state shows 'Waiting' on the display, and the system only moves to Enabled once the door is closed again.
Reference
Software Engineering, Ian Sommerville, 10th edition
