Operating System
Description: This test is based on Operating system concepts | |
Number of Questions: 15 | |
Created by: Girish Goud | |
Tags: operating system test Operating Systems with Case Study of Unix |
Which of the following controls degree of multiprogramming?
In a real time operating system which of the following is the most suitable scheduling scheme?
Consider following code
wait (s) : while not (s > 0) do keep testing s : s - 1 Signal(s) : s = s + 1 if value of s is - 2. And a process P executes first instruction, then which of the following is true?
Which of the following algorithm is best suited for dealing with live lock?
Which of the following is based on pessimistic concurrency control?
How many child processes are created if two fork () system calls are called?
In a multilevel queue scheduling round robin is used with _______?
Which of the following causes internal fragmentation?
Minimum number of processes required for dead lock?
Which of the following is best suited for mutual exclusion?
When a process is removed from processor by medium term scheduler, then it is put back into _______, after it gets required resources?
Interprocess synchronization and communication is used because of which of the following?
Three jobs are executed on a single processor system, it arrives at 0 time in order of p, q, r. Their CPU burst time required is 4, 1, 3 times. What is the completion time of jobs under round robin scheduling with time slice of 1 unit?
Which of the following is suitable for inter process synchronization and abstraction?
The main problem with Busy - Wait semaphore definition is?