Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

distinguish between interrupts and exceptions?

Answer Posted / roy

An interrupt is an asynchronous signal from hardware
indicating the need for attention or a synchronous event in
software indicating the need for a change in execution. A
hardware interrupt causes the processor to save its state
of execution via a context switch, and begin execution of
an interrupt handler. Software interrupts are usually
implemented as instructions in the instruction set, which
cause a context switch to an interrupt handler similar to a
hardware interrupt. Interrupts are a commonly used
technique for computer multitasking, especially in real-
time computing. Such a system is said to be interrupt-
driven. An act of interrupting is referred to as an
interrupt request ("IRQ").

Exceptions are conditions that changes the normal flow of
execution. In the context of normal flow, exceptions can be
categorised as error situations. Depending upon the program
exception conditions may need to be handles in the
software.

In a way Interrupts and Exceptions can be related to each
other, in the fact that certain exception handling may
result in generating interrupts. In otherwords certain
interrupts can be manifestation of certain error/exceptions.

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is unix command line?

1192


Explain command to view process running?

1090


What does the “echo” command do?

1108


What are awk commands?

1110


How do you grep a case insensitive?

1005


Is grep faster than awk?

999


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1525


What is merge command in unix?

1455


hw will u use awk in replacing cahrs and files

3190


What is grep short for?

1009


How can we use grep command in unix?

1154


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1349


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

1270


What is awk command used for?

1148


What are the unix commands?

1045