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
explain how do you use macro?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What's the total generic pointer type?
What are the features of the c language?
Who is the founder of c language?
Write a code of a general series where the next element is the sum of last k terms.
When the macros gets expanded?
What is the difference between class and object in c?
What is an auto keyword in c?
Explain the use of keyword 'register' with respect to variables.
Write a program to print fibonacci series without using recursion?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Why does everyone say not to use gets?
provide an example of the Group by clause, when would you use this clause
Why isn't it being handled properly?