wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Operating Systems (CSE) Test-1

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

one of the true problems with priority scheduling is

a)

Aging

b)

Starvation

c)

Decreases in throughput

d)

Context Switch overhead

2.

_algorithm executes the shortest job first that has entered the queue of jobs.

a)

FIFO

b)

SJF

c)

Round Robin

d)

LIFO

3.

What is a long-term Schedular?

a)

it selects which process has to be brought into the ready queue

b)

it selects which process has to be executed next and allocates cpu

c)

it selects which process to remove from memory by swapping

d)

it selects which process has to be brought into the blocked process

4.

The schedular which determines when processes are to be suspended and removed

a)

short-term schedular

b)

long-term schedular

c)

medium-term schedular

d)

job schedular

5.

which of the following technique is used for increasing the priority of a waiting process

a)

Revocation

b)

Aging

c)

Relocation

d)

Swapping

6.

context switching never takes place in

a)

Round Robin scheduling

b)

preemptive scheduling

c)

FCFS scheduling

d)

premptive shortest job first scheduling

7.

which one of the following cpu scheduling algorithm leads to starvation problem.

a)

FIFO

b)

Round Robin

c)

SJF

d)

preemptive

8.

the process that are residing in main memory and are ready and waiting to execute are kept on a list called

a)

job Queue

b)

Ready queue

c)

Execution queue

d)

process queue

9.

In unix traditional scheduling_

a)

a cpu-bound process is given higher priority than an I/O bound process

b)

an I/O bound process is given higher priority than a cpu -bound process

c)

both cpu-bound & I/O-bound process are given equal priority

d)

it depends on the current load on the system

10.

process are executed on the sequence they arrive if_rule sequence the jobs

a)

Earliest due data

b)

First come First served

c)

Slack time remaining

d)

Critical Ratio

11.

The number of process completed per unit time is known as_

a)

Output

b)

Efficiency

c)

Throughput

d)

capacity

12.

_schedular determine which programs are admitted to the system for processing

a)

Daisy chaining

b)

long-term

c)

DMA

d)

Input/Output

13.

The time taken by the dispatcher to stop one process and start another running is known as_

a)

Dispatch latency

b)

Turn around Time

c)

Waiting time

d)

Response time

14.

The degree of multiprogramming controlled by _ schedular?

a)

Long term

b)

Short term

c)

Medium term

d)

Very short term

15.

The list of process waiting for a particular I/O devices is called a_

a)

Device queue

b)

Ready

c)

Job

d)

I/O

16.

The shortest job first scheduling algorithm is probably_

a)

Optimal

b)

Easy

c)

Average

d)

Difficult

17.

Which of the following schedular is invoked only once when a job is to be executed?

a)

Short term schedular

b)

long term schedular

c)

short term schedular ,long term schedular and medium term schedular

d)

medium term schedular

18.

First-in-First-out (FIFO)Scheduling is

a)

Non preemptive scheduling

b)

preemptive scheduling

c)

fair share scheduling

d)

Deadline scheduling

19.

The interval form the time of submission of a process to the time of completion is termed as_

a)

Waiting time

b)

Response time

c)

Turn around time

d)

Throughput

20.

An SJF algorithm is simply a priority algorithm where the priority is_

a)

the predicted next cpu burst

b)

the inverse of the predicted next cpu burst

c)

the current cpu burst

d)

anything the user wants