What are the interrupts?

Status
Not open for further replies.
Interrupt

Interrupts is a mechanism by which other modules(I/O,memmory) may interrupt the normal processing of the processor.
 

    mohsin3069

    Points: 2
    Helpful Answer Positive Rating
Re: Interrupt

One type of I/O schemes dominantly used in computers.
 

Interrupt

Interrupts are used to inform the processor about occurrence of an external event. The external events could be Key presses, reception of the character on the serial port etc.

After receiving an interrupt processor stops the current task, jumps to the interrupt handler, perform required operation (detect which key is pressed or read the received character) and come back to where it was stopped by the interrupt.
 

Interrupt

interrupt in computer syatems is a mechanism wich when an event occur (like presing switch, end of adc convetion,peripheral device send an data to cpu ,etc) cpu understand and make approprite decisin .so no need cpu pooling peripheral device alternately and after reciving interrupt cpu execute predefind program for this device.
in general with interrupt we cat write more flexible programs.
 

Re: Interrupt

what r hardware or software interrupts?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…