Draw a UML state diagram for software processing of a vectored interrupt. The vector handling is performed

Question:

Draw a UML state diagram for software processing of a vectored interrupt.

The vector handling is performed by software (a generic driver) that executes as the result of an interrupt. Assume that the vector handler can read the interrupting device’s vector by reading a standard location. Your state diagram should show how the vector handler determines what driver should be called for the interrupt based on the vector.

Step by Step Answer:

Question Posted: