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 does the error 'Null Pointer Assignment' mean and what causes this error?
What is meant by initialization and how we initialize a variable?
What is the difference between mpi and openmp?
What is structure padding in c?
Is main a keyword in c?
Is there anything like an ifdef for typedefs?
writ a program to compare using strcmp VIVA and viva with its output.
Is struct oop?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What are terms in math?
What is the use of getchar() function?
What is dynamic variable in c?
What is #include stdio h?
What is sizeof array in c?
What is the size of a union variable?