Operating Systems (CSE)  Test-1

Operating Systems (CSE) Test-1

Professional Development

20 Qs

quiz-placeholder

Similar activities

Project Sunroof 2025

Project Sunroof 2025

Professional Development

19 Qs

22EC7252 DIP QUIZ2

22EC7252 DIP QUIZ2

Professional Development

20 Qs

joomla_finalquiz3

joomla_finalquiz3

Professional Development

15 Qs

ANTI-ICE AIRCRAFT SYSTEMS

ANTI-ICE AIRCRAFT SYSTEMS

Professional Development

25 Qs

M5 Instrumentation Q3

M5 Instrumentation Q3

Professional Development

15 Qs

Kuis Sistem Logistik

Kuis Sistem Logistik

Professional Development

25 Qs

Mastering Data Structures

Mastering Data Structures

Professional Development

20 Qs

Quiz on Group Technology

Quiz on Group Technology

Professional Development

15 Qs

Operating Systems (CSE)  Test-1

Operating Systems (CSE) Test-1

Assessment

Quiz

Engineering

Professional Development

Hard

Created by

Bhargavi Cherlopalli

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

one of the true problems with priority scheduling is

Aging

Starvation

Decreases in throughput

Context Switch overhead

Answer explanation

One of the true problems with priority scheduling is starvation, where lower-priority processes may never get executed if higher-priority processes keep arriving, leading to indefinite postponement.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

FIFO

SJF

Round Robin

LIFO

Answer explanation

The SJF (Shortest Job First) algorithm prioritizes jobs based on their execution time, executing the shortest job in the queue first. This distinguishes it from FIFO, Round Robin, and LIFO scheduling methods.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a long-term Schedular?

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

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

it selects which process to remove from memory by swapping

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

Answer explanation

A long-term scheduler is responsible for selecting processes from the job pool and bringing them into the ready queue, making the correct choice: 'it selects which process has to be brought into the ready queue'.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

short-term schedular

long-term schedular

medium-term schedular

job schedular

Answer explanation

The medium-term schedular is responsible for suspending and resuming processes, managing their presence in memory. This distinguishes it from short-term and long-term schedulers, which handle CPU scheduling and job admission, respectively.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

Revocation

Aging

Relocation

Swapping

Answer explanation

Aging is a technique used to gradually increase the priority of waiting processes over time, preventing starvation. This ensures that processes waiting for a long time eventually get CPU time, making it the correct choice.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

context switching never takes place in

Round Robin scheduling

preemptive scheduling

FCFS scheduling

premptive shortest job first scheduling

Answer explanation

In FCFS (First-Come, First-Served) scheduling, processes are executed in the order they arrive without preemption. This means context switching does not occur until the current process finishes, making it the correct choice.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

FIFO

Round Robin

SJF

preemptive

Answer explanation

The SJF (Shortest Job First) scheduling algorithm can lead to starvation because shorter processes may continuously preempt longer ones, preventing them from executing. This can indefinitely delay longer jobs, causing starvation.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?