OS - CPU Scheduling

OS - CPU Scheduling

University

7 Qs

quiz-placeholder

Similar activities

Scheduling and Threads

Scheduling and Threads

University

8 Qs

ReflectiveQuizDDT1A_07102020

ReflectiveQuizDDT1A_07102020

University

10 Qs

CPU Scheduling 1

CPU Scheduling 1

University

10 Qs

Topic 4: CPU Scheduling Quiz

Topic 4: CPU Scheduling Quiz

University

10 Qs

Operating System by Baba

Operating System by Baba

University

12 Qs

B. Sc 3rd Year

B. Sc 3rd Year

University

10 Qs

OS Unit 2 Scheduling

OS Unit 2 Scheduling

University

10 Qs

OS Scheduling

OS Scheduling

University

10 Qs

OS - CPU Scheduling

OS - CPU Scheduling

Assessment

Quiz

Computers

University

Easy

Created by

Jericho Pasco

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 2 pts

Which of the following best describes Preemptive Scheduling?

  • The CPU executes a process until it finishes or waits for I/O.

  • The CPU executes a process only if it is the shortest.

The CPU can interrupt a running process to start another.

The CPU gives priority to user-level threads.

2.

MULTIPLE CHOICE QUESTION

10 mins • 2 pts

In a non-preemptive Shortest Process First (SPF) Algorithm, what is considered a major drawback?

It is too complex to implement.

It uses more CPU time compared to other algorithms.

Long processes might starve if short ones keep arriving.

It doesn’t handle I/O operations effectively.

3.

MULTIPLE CHOICE QUESTION

10 mins • 2 pts

The Round Robin scheduling algorithm ensures that every process gets an equal time slice for execution.

True

False

4.

MULTIPLE CHOICE QUESTION

10 mins • 2 pts

In the Priority Scheduling algorithm, a low-priority process might never get a turn to execute if high-priority tasks keep arriving.

True

False

5.

MULTIPLE CHOICE QUESTION

10 mins • 2 pts

The Dispatcher in CPU scheduling is responsible for determining which process should be executed next.

True

False

6.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

Consider three processes with the following burst times: P1 = 5ms, P2 = 8ms, and P3 = 12ms. If the processes are scheduled using the First-Come, First-Served (FCFS) algorithm, calculate the average waiting time.

3 ms

10 ms

6 ms

2 ms

7.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

Calculate the Average Waiting Time Using Shortest Job First (SJF) Algorithm:

Consider three processes with the following burst times: P1 = 6ms, P2 = 2ms, and P3 = 8ms. If the processes are scheduled using the Shortest Job First (SJF) algorithm, calculate the average waiting time.

3.29

3.31 ms

3.33 ms

10.0 ms