Operating Systems (CSE)  Test-1

Operating Systems (CSE) Test-1

Professional Development

20 Qs

quiz-placeholder

Similar activities

Cuestionario sobre Automatización de la Producción

Cuestionario sobre Automatización de la Producción

Professional Development

15 Qs

RME Review - VFD Motor Starter

RME Review - VFD Motor Starter

Professional Development

20 Qs

SCMart RS Module

SCMart RS Module

Professional Development

15 Qs

MCQs on Creativity and Innovation

MCQs on Creativity and Innovation

Professional Development

15 Qs

MCQs on Creativity and Innovation2

MCQs on Creativity and Innovation2

Professional Development

15 Qs

VEDA DIPLOMA/BTECH WEEKLY EXAM (16/06/2025)

VEDA DIPLOMA/BTECH WEEKLY EXAM (16/06/2025)

Professional Development

15 Qs

PCNSC question 21 to 40

PCNSC question 21 to 40

Professional Development

20 Qs

CIMS - Part 4

CIMS - Part 4

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?