Why Modern OS are interrupt driven?Give an example

Answer Posted / imrana

os is interrupt driven software this means that if there is no interrupt then the system will be die

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a example of a variable?

537


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

704


What is the use of volatile?

598


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2558


What is malloc() function?

626






how do you execute a c program in unix.

626


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1572


What is #line in c?

551


What is difference between structure and union in c?

531


What is sizeof in c?

556


How does sizeof know array size?

607


Explain what is the difference between the expression '++a' and 'a++'?

618


What are structural members?

558


How do you determine whether to use a stream function or a low-level function?

631


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1056