Tuesday, July 9, 2013

Why interrupt is required?



Interrupt is required to:
·         Perform many operations simultaneously.
·         Avoid busy waiting or polling (stop unwanted processes).
·         To interface application that requires synchronization.

No comments:

Post a Comment