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 is the difference between memcpy and memmove?
What are control structures? What are the different types?
what is event driven software and what is procedural driven software?
Describe the order of precedence with regards to operators in C.
What is pre-emptive data structure and explain it with example?
Differentiate between a for loop and a while loop? What are it uses?
What are the two types of structure?
What is sizeof int in c?
Can you subtract pointers from each other? Why would you?
What is the purpose of the preprocessor directive error?
What does %d do?
write a program to copy the string using switch case?
What is adt in c programming?
What is chain pointer in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software