(A) Spinlock
(B) Semaphore S
(C) Locking Semaphore
(D) Mutex
Tag: Operating System
Using hardware solution to synchronization for complex problems introduce a new synchronization tool know as?
(A) Semaphore
(B) Test and Set
(C) Swap
(D) Trap
Batch programs are usually __ programs.
(A) Interactive
(B) Non-Interactive
(C) Preemptive
(D) Foreground
__ algorithm is used for solving n-process critical section problem.
(A) Bakery
(B) Bankers
(C) Babbles
(D) None of the above
__ is a preemptive scheduling algorithm.
(A) Round Robin
(B) Shortest Job First
(C) First Come First Serve
(D) None of the above
The integer value of __ semaphores can range over an unrestricted integer domain.
(A) Binary
(B) Counting
(C) Mutex
(D) Bounded buffer
The priority of a process can be changed using __ command.
(A) cmd
(B) nice
(C) cat
(D) grep
Removing the possibility of deadlock in dining philosopher problem does not ensure the __ problem will not occur.
(A) Starvation
(B) Mutual exclusion
(C) Critical Section
(D) Bounded buffer