Types of Interrupts
Types of Interrupts
INTRODUCTION
Interrupt is a signal which has the highest
priority from hardware or software which
processor should process its signal
immediately.
A condition or event that cause a break in
the normal flow of control in a program.
Basically interrupt is a signal.
signal can be generated from particular
hardware or signal can be generate
particular program execution.
TYPES OF INTERRUPTS
1) Hardware Interrupts
2) Software Interrupts
3) Internal Interrupts
4) External Interrupts
HARDWARE INTERRUPTS