Interrupt Vector Table
Interrupt vectors are addresses that inform the interrupt handler as to where to find the ISR.
An Interrupt Vector Table (IVT) is a data structure used in computer systems to handle interrupts. It is essentially a table of pointers, where each pointer corresponds to the starting address (or entry point) of an interrupt service routine (ISR), which is a special piece of code that gets executed in response to an interrupt.