Gate
2
iit
Quiz [ MCQ ]
Questions List
.
.
.
.
Process Management
Question
Which scheduling policy is most suitable for a time-shared operating systems?
Answer
If the proposition ~p => q is true, then the truth value of the proposition ~p v (p => q), where ~ is negation, 'V' is inclusive or and '=>' is implication, is
In which of the following case(s) is it possible to obtain different results for call-by-reference and call-by-name parameterpassing?
let * be defined as X*Y = !X+Y. Let z= X*Y value of Z*X is
The following sequence of operations is performed on a stack: PUSH(10), PUSH(20), POP, PUSH(10), PUSH(20), POP, POP, POP, PUSH (20), POP The sequende of values popped out is:
The concatenation of two lists is to be performed in O(1) time. Which of the following implementations of a llist should be used?