distinguish between interrupts and exceptions?
Answer Posted / mohit chandila
An Interrupt is an interface to external stimulii. The
System interacts with the user or external devices via
interrupts.
An Exception on the other hand is a condition that is
strange enough for the system to handle appropriatly. It is
produced within the system. It can be a result of poor code
or a limitation of the system itself such as the "Divide by
Zero Error"
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What do chown command do?
What is command substitution?
What is s and g in sed command?
Which command is used to delete all files in the current directory and all its sub-directories?
What do chmod command do?
How do you grep recursively?
How do I use grep to find a file?
What is in grep command?
What is the command to find hidden files in the current directory?
How do you grep a case insensitive?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How to display no of records in oracle using unix command?
Which unix command to make a new directory?
What command will change your prompt to myprompt?
Which command will print your home directory on screen?