---
title: "Interrupt"  
description: "Interrupt"  
author: "Prakash nidhi Verma"  
published: 2018-07-06  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/23457/interrupt  
category: "web development"  
tags: ["web development", "osx"]  
reading_time: 1 minute  

---

# Interrupt

An interrupt is a signal from a device attached to a computer within the computer that requires the OS to stop. This interruption is temporary, and, after the interrupt handler finishes,the processor resumes normal activities.

Interrupt are external or internal event of CPU used to handle any particular task. In operating system concept interrupt are services or signal used to start and stop any particular task/process.

## Answers

### Answer by Prakash nidhi Verma

An interrupt is a signal from a device attached to a computer within the computer that requires the OS to stop. This interruption is temporary, and, after the interrupt handler finishes,the processor resumes normal activities.

Interrupt are external or internal event of CPU used to handle any particular task. In operating system concept interrupt are services or signal used to start and stop any particular task/process.


---

Original Source: https://www.mindstick.com/interview/23457/interrupt

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
