Internal Interrupt
Cause because of illegal or erroneous use of an instruction or data. Internal interrupts are also known as traps. Internal interrupts are initiated because of some exceptional condition caused by the program itself rather than by an external event. If the program is rerun, the internal interrupts will happen in the similar place each time. Example of cause of internal interrupts is - attempt to divide by zero, stack overflow, Invalid opcode, protection violation etc.