Why Modern OS are interrupt driven?Give an example
Answer Posted / banavathvishnu
There are 3 types of OS
1. Interrupt driven
2. Polling
3. Event driven
In Interrupt driven OS CPU clock is handed over to
Interrupt only when the interrupt is occured.
In Polling, CPU clock should wait until an event is occured
is very expencise wrt to CPU clock.
| Is This Answer Correct ? | 16 Yes | 19 No |
Post New Answer View All Answers
What extern c means?
What is difference between far and near pointers?
why we wont use '&' sing in aceesing the string using scanf
Here is a neat trick for checking whether two strings are equal
Why doesnt the call scanf work?
What library is sizeof in c?
When we use void main and int main?
What are header files in c?
How do I read the arrow keys? What about function keys?
What is the use of ?
Can you please explain the difference between exit() and _exit() function?
What do you mean by keywords in c?
What is the role of this pointer?
Should I learn c before c++?
What are the 5 data types?