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
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain mount and unmount command.
What is in grep command?
How do I delete files from command prompt?
What does the “echo” command do?
What does 'mkdir' command do in UNIX?
What does touch command do in unix?
Give the command for finding the current date.
What happens when we execute a unix command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What difference between cmp and diff commands?
Describe the usage and functionality of the command rm –r * in unix?
Is it inbetween or in between?
What is {} in find command?
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)?