github

Made bySaurav Hathi

CSE - Practice Test -28

Q1:

In UNIX, each process is identified by its:

Tags:
Section:
Operating System
Options:
Q2:

The time taken to switch between user and kernel modes of execution be t1 while the time taken to switch between two processes be t2.

Which of the following is TRUE?

Tags:
Section:
Operating System
Options:
Q3:

Process synchronization can be done on

Tags:
Section:
Operating System
Options:
Q4:

To access the services of operating system, the interface is provided by the

Tags:
Section:
Operating System
Options:
Q5:

The child process completes execution,but the parent keeps executing, then the child process is known as:

Tags:
Section:
Operating System
Options:
Q6:

The systems which allows only one process execution at a time, are called

Tags:
Section:
Operating System
Options:
Q7:

What is operating system?

Tags:
Section:
Operating System
Options:
Q8:

Multithreading an interactive program will increase responsiveness to the user by :

Tags:
Section:
Operating System
Options:
Q9:

Which of the following is not an optimization criterion in the design of a CPU scheduling algorithm?

Tags:
Section:
Operating System
Options:
Q10:

A process is selected from the ______ queue by the ________ scheduler, to be executed.

Tags:
Section:
Operating System
Options:
Q11:

Which of the following statements are true?

I. Shortest remaining time first scheduling may cause starvation

II. Preemptive scheduling may cause starvation

III. Round robin is better than FCFS in terms of response time

Tags:
Section:
Operating System
Options:
Q12:

Preemptive Shortest Job First scheduling is sometimes called :

Tags:
Section:
Operating System
Options:
Q13:

Consider three CPU-intensive processes, which require 10, 20 and 30 time units and arrive at times 0, 2 and 6, respectively. How many context switches are needed if the operating system implements a shortest remaining time first scheduling algorithm? Do not count the context switches at time zero and at the end.

Tags:
Section:
Operating System
Options:
Q14:

The strategy of making processes that are logically runnable to be temporarily suspended is called :

Tags:
Section:
Operating System
Options:
Q15:

Which of the following process scheduling algorithm may lead to starvation

Tags:
Section:
Operating System
Options: