Three major criteria of scheduling.



Three major criteria of scheduling...

Answer / vishnu

Co-operative------> thread will execute with co-operation
pre emptive-------> high priority thread will execute first

round robin------->has time slice

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

 Illustrate it   summing the series 2+4+6+......to n terms using  (i) while loop (ii) do-while loop

2 Answers  


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  






what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


what is a pointer

4 Answers   Bank Of America, TCS,


Why static is used in c?

0 Answers  


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


What is main function in c?

0 Answers  


what is a non volatile key word in c language?

1 Answers  


If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.

1 Answers   TCS,


Categories