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


Please Help Members By Posting Answers For Below Questions

How can I generate floating-point random numbers?

615


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1551


how to write a c program to print list of fruits in alpabetical order?

1810


Explain how can type-insensitive macros be created?

581


When a c file is executed there are many files that are automatically opened what are they files?

600






Explain what is the benefit of using #define to declare a constant?

618


What does void main () mean?

745


Explain how to reverse singly link list.

618


What is the difference between mpi and openmp?

746


How is actual parameter different from the formal parameter?

602


Why is c not oop?

543


Is r written in c?

733


What are enumerated types?

663


difference between Low, Middle, High Level languages in c ?

1640


What are the types of data files?

739