Operating System (OS)
What scheduling algorithm allows processes that are logical runnable to be temporarily suspended?

preemptive scheduling
FIFO
None of these
FCFS
non-preemptive scheduling

ANSWER DOWNLOAD EXAMIANS APP

Operating System (OS)
A critical region is

a program segment that often causes unexpected system crashes
one which is enclosed by a pair of P and V operations on semaphores
a program segment that has not been proved bug-free
none is the above
a program segment where shared resources are accessed

ANSWER DOWNLOAD EXAMIANS APP