CPU Scheduling Algorithms Quiz

CPU Scheduling Algorithms Quiz

University

30 Qs

quiz-placeholder

Similar activities

Multilevel Queue Scheduling Quiz

Multilevel Queue Scheduling Quiz

University

30 Qs

Stranger Things Seasons 1 - 4

Stranger Things Seasons 1 - 4

9th Grade - University

25 Qs

Quiz Sistem Operasi

Quiz Sistem Operasi

University

25 Qs

Ultimate Disney Trivia

Ultimate Disney Trivia

6th Grade - University

25 Qs

Super Heroes

Super Heroes

KG - University

26 Qs

Operating System Quiz 1

Operating System Quiz 1

University

30 Qs

Can You Name The NBA Player

Can You Name The NBA Player

KG - University

25 Qs

Operating System Concepts Quiz

Operating System Concepts Quiz

University

28 Qs

CPU Scheduling Algorithms Quiz

CPU Scheduling Algorithms Quiz

Assessment

Quiz

Other

University

Medium

Created by

Akash 30767

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which scheduling algorithm selects the process that has the least estimated execution time remaining?

First-Come, First-Served (FCFS)

Shortest Job First (SJF)

Shortest Remaining Time First (SRTF)

Round Robin (RR)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if a new process arrives with a shorter burst time than the currently running process in a preemptive scheduling algorithm?

The current process continues execution

The new process is placed at the end of the queue

The current process is preempted and the new process starts execution

Both processes execute simultaneously

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CPU scheduling algorithm guarantees that the first process to request the CPU gets executed first?

Round Robin

Priority Scheduling

First-Come, First-Served

Shortest Job First

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which scheduling algorithm does every process get a fixed time slice to execute?

Shortest Job First

Round Robin

Priority Scheduling

First-Come, First-Served

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which metric in process scheduling measures the time from process submission to its completion?

Waiting Time

Turnaround Time

Response Time

Throughput

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Round Robin scheduling, what is the key factor that determines how often a process gets CPU time?

Priority of the process

Time quantum

Arrival time

Execution time

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CPU scheduling algorithm may cause starvation for long processes?

First-Come, First-Served

Round Robin

Shortest Job First

Priority Scheduling

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?