What is an interrupt?

Answers were Sorted based on User's Feedback



What is an interrupt?..

Answer / pratik

interrupt is a process when the an external device can use
the micro-processor. it is an asynchronous signal and it is
considered as an emergency signal.Whenever the
microprocessor receives an interrupt signal, it stops
executing its current program and jumps into the interrupt
service routine(ISR). there can be more than one "source"
for the interrupt signal and each source has its own ISR

Is This Answer Correct ?    37 Yes 7 No

What is an interrupt?..

Answer / rajesh

interrupt allows the external system to gain the attention
of the uni processor.it is used to utilise the time, to
reduce utilization of cpu time

Is This Answer Correct ?    12 Yes 2 No

What is an interrupt?..

Answer / geo

used to interrupt cpu ,s normal execution routine and to get
its attention .mostly generated by an external devices,
timers,countres...etc

Is This Answer Correct ?    19 Yes 10 No

What is an interrupt?..

Answer / meenakshi garg

interrupt is a process when the an external device can use
the micro-processor. it is an asynchronous signal which can
be hardware or software and it is considered as an
emergency signal.Whenever the microprocessor receives an
interrupt signal,it stops the execution of current program
and jumps into the interrupt service routine(ISR).After
finishing the higher priority task it return back to normal
execution.

Is This Answer Correct ?    11 Yes 4 No

What is an interrupt?..

Answer / vinay m k

An interrupt is a signal receieved by the processor from
hardware co-processor through one of its external address
busses/pins, or it could be a message posted by one of the
[software] processes runing in it.

Interrupt is inherently asynchronous in nature and is used
to grab the attention of the processor in a non-planned
fashion - allowing variable execution periods.
http://www.vinaymk.com/tutorials

Is This Answer Correct ?    8 Yes 3 No

What is an interrupt?..

Answer / akhilesh

Interrupt is Asynchronous signal which can be hardware or
software. when Processor is processing one task same time
another task which has the higher priority than first one,
it interrupts the processor. which services the interrupt ny
executing interrupt service routine. After finishing the
higher priority task it return back to normal execution.

Is This Answer Correct ?    6 Yes 1 No

What is an interrupt?..

Answer / jma judeson

Say or do something that stops by someone. It may be a
person or device. To say or do something to stop someone
when they are speaking or actioning or concentrating on
something

Is This Answer Correct ?    4 Yes 0 No

What is an interrupt?..

Answer / kranthi

an interrupt is an compared in virus when interrupt is an
occurred the program is executed.

Is This Answer Correct ?    5 Yes 4 No

What is an interrupt?..

Answer / satya

Function provided in most micro-controllers to allow an
“external” event to cause a branch in program execution

Is This Answer Correct ?    0 Yes 0 No

What is an interrupt?..

Answer / musa

interrupt is a process when the an external device can use
the micro-processor. it is an asynchronous signal and it is
considered as an emergency signal.Whenever the
microprocessor receives an interrupt signal, it stops
executing its current program and jumps into the interrupt
service routine(ISR). there can be more than one "source"
for the interrupt signal and each source has its own IS

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More 86 Family Interview Questions

What are the two major differences between intr and other interrupts (hardware)?

0 Answers  


These are two ways in which a microprocessor can come out of Halt state.

0 Answers   CDAC,


Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?

0 Answers  


How many interrupts are there in 8085?

0 Answers  


explain about externally initiated operations

0 Answers  






What are the different types of memory addressing modes?

0 Answers  


Can port 0 be used as input output port?

0 Answers  


What is the function of accumulator?

20 Answers   Sandvik, SICSR,


What are the various interrupts in 8086?

0 Answers  


What is the difference between 8085 microprocessor and a 8086 microprocessor?

0 Answers   Syntel,


Which is the tool used to connect the user and the computer?

0 Answers  


What is stack pointer?

0 Answers  


Categories