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

Do you know the use of fflush() function?

0 Answers  


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


Mention four important string handling functions in c languages .

0 Answers  


Why do we use header files in c?

0 Answers  






What is the difference between a string and an array?

0 Answers  


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 Answers   91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,


What is stack in c?

0 Answers  


What is sizeof in c?

0 Answers  


What are the types of assignment statements?

0 Answers  


What are enumerated types?

0 Answers  


Write a C program to count the number of email on text

0 Answers  


Categories