OS S7 10-03-23

OS S7 10-03-23

University

6 Qs

quiz-placeholder

Similar activities

OS Day 2 Part 2

OS Day 2 Part 2

University

6 Qs

CPU Scheduling 1

CPU Scheduling 1

University

10 Qs

B. Sc III year

B. Sc III year

University

10 Qs

OS_DISK_SCHEDULING

OS_DISK_SCHEDULING

University

10 Qs

OS Unit 2 Scheduling

OS Unit 2 Scheduling

University

10 Qs

II year -os-quiz-2022

II year -os-quiz-2022

University

10 Qs

PDS - 04225 - Heaps and Treaps - Chapter 10

PDS - 04225 - Heaps and Treaps - Chapter 10

University

10 Qs

DDT1B_Pre-test_080322

DDT1B_Pre-test_080322

University

10 Qs

OS S7 10-03-23

OS S7 10-03-23

Assessment

Quiz

Computers

University

Hard

Created by

P S RAMESH

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The processes 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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In priority scheduling algorithm ____________

a) CPU is allocated to the process with highest priority

b) CPU is allocated to the process with lowest priority

c) Equal priority processes can not be scheduled

d) None of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is defined in Time quantum?

a) shortest job scheduling algorithm

b) round robin scheduling algorithm

c) priority scheduling algorithm

d) multilevel queue scheduling algorithm

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select one which algorithms tend to minimize the process flow time?

A. First come First served

B. Earliest Deadline First

C. Shortest Job First

D. Longest Job First

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The FIFO algorithm said :

Answer - Click Here:

A. executes the job first that needs a minimal processor

B. the job first executes that comes last in the queue

C. the job first executes that has maximum processor needs

D. the job first executes that came in first in the queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

From the time of submission of a process to the time of completion, The interval is termed as

A. waiting time

B. turnaround time

C. response time

D. throughput