What are Hardware interrupts?
Hardware interrupts occur when devices indicate they need attention; for example, mouse button pressed.
What are Software interrupts?
Software interrupts occur when programs detect an error or illegal operation.
What happens when an interrupt is generated?
When an interrupt is generated, the operating system executes an interrupt service routine; so, if the interrupt is high priority, it causes the fetch-execute cycle to be immediately interrupted after the completion of the current instruction
What is a store interrupted task?
What is an Interrupt service routine carried out?
What is a continue interrupt service?
What happens when a hardware or software interrupt is generated?