(A) The Bakery Algorithm
(B) Analytic evaluation
(C) Both of the above
(D) None of the above
Tag: Operating System
A parent process calling __ system call will be suspended until children process terminates.
(A) exec
(B) exit
(C) fork
(D) wait
OS helps manages the following except?
(A) Bus speed of the system
(B) Application software
(C) Virtual memory
(D) Memory
Preemptive __ scheduling is sometimes called shortest-remaining-time-first scheduling.
(A) Round Robin Scheduling
(B) First Come First Served
(C) Shortest Job First
(D) Priority
The Shortest-Job-First Scheduling algorithm can be?
(A) Preemptive
(B) Non-preemptive
(C) Preemptive or Non-preemptive
(D) None of the above
First-Come-First-Served (FCFS) is a __ scheduling algorithm.
(A) Non-preemptive
(B) Preemptive
(C) Both of the above
(D) None of the above
The time it takes for the dispatcher to stop one process and start another running is known as the?
(A) Scheduling
(B) Dispatch latency
(C) Context switching
(D) None of the above
You can display all of the signals supported by your system along with their numbers by using the __ command.
(A) jobs
(B) fg
(C)
(D) kill -l