Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Write programs for String Reversal & Palindrome check

1138


How can I make sure that my program is the only one accessing a file?

1350


What are the different file extensions involved when programming in C?

1345


main() { printf("hello"); fork(); }

1251


What is the use of clrscr?

1156


Explain what is output redirection?

1249


What is indirection in c?

1120


Explain #pragma statements.

1100


Are there constructors in c?

1060


What is difference between Structure and Unions?

1311


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3999


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

1095


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1258


What is the explanation for prototype function in c?

1034


In a header file whether functions are declared or defined?

1176