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

A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,


Is struct oop?

0 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,


How are portions of a program disabled in demo versions?

0 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,






What is pivot in c?

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


Is c easy to learn?

0 Answers  


What is C language ?

0 Answers   Jekson,


Categories