edited by
518 views
0 votes
0 votes

Which of the following is not true regarding a preemptive kernel


a. If a high priority thread becomes ready to run, low priority thread is preempted

b. The kernel checks for the high priority ready to run threads when ever called

c. The executing thread is never interrupted

d. There are special demands on communication between threads and handling common resources

edited by

1 Answer

Related questions

1 votes
1 votes
1 answer
1
sh!va asked Feb 28, 2017
572 views
In a real time system, the simplest scheme that allows the operating system to allocate memory to two processes simultaneously is _____a. Over laysb. Pipelinec. Swapping...
0 votes
0 votes
3 answers
2
sh!va asked Feb 28, 2017
803 views
A run-time stack cannot be used in a round-robin scheduling system because of the _______ nature of scheduling.a. LIFO (Last in First out)b. FIFO ( First in First out)c. ...
0 votes
0 votes
1 answer
3
sh!va asked Feb 28, 2017
622 views
_______________ is a primitive that can execute code. It contains an instruction pointer (=program counter) and sometimes has its own stack.a) $Process$b) $Task$c) $Kern...
0 votes
0 votes
1 answer
4
sh!va asked Feb 28, 2017
399 views
The value of x at which y has a minimum for $y = x^2 -3x + 1$ isa. -3/2b. 3/2c. 0d. None of these