-->

Why is interrupt vector used in operating systems?

- The operating system these days are interrupt driven and this requires the interrupt vector.

- This interrupt vector contains the addresses of the interrupt service routines for various devices.

- Here the interrupts can be indirectly called through the table with no intermediate routine needed.

- This leads to interrupt handling at a faster rate.

- Operating systems like MS DOS and UNIX are using the interrupt vector.