
OS_CPU Scheduling Quiz01

Quiz
•
Computers
•
12th Grade
•
Medium
Pushpendra Pateriya
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Which one or more of the following CPU scheduling algorithms can potentially cause starvation?
Round Robin
First Come First Serve
Priority Scheduling
Shortest Job First
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider four processes P, Q, R and S scheduled on a CPU as per round robin algorithm with a time quantum of 4 units. The processes arrive in the order P, Q, R, S, all at time t = 0. There is exactly one context switch from S to Q, exactly one context switch from R to Q, and exactly two context switches from Q to R. There is no context switch from S to P. Switching to a ready process after the termination of another process is also considered a context switch. Which one of the following is NOT possible as CPU burst time (in time units) of these processes?
P = 4, Q = 10, R = 6, S = 2
P = 2, Q = 9, R = 5, S = 1
P = 4, Q = 12, R = 5, S = 4
P = 3, Q = 7, R = 7, S = 3
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider the following statements about process state transitions for a system using preemptive scheduling. A running process can move to ready state when:
It is interrupted by an I/O request
It is preempted by a higher priority process
It completes its CPU burst
It is blocked by a semaphore
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider an arbitrary set of CPU-bound processes with unequal CPU burst lengths submitted at the same time to a computer system. Which one of the following scheduling algorithms is most suitable?
First Come First Serve
Round Robin
Shortest Job First
Priority Scheduling
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The maximum number of processes that can be in Ready state for a computer system with n CPUs is:
n
n2
2n
Independent of n
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A scheduling algorithm assigns priority proportional to the waiting time of a process. Every process starts with priority zero (the lowest priority). The scheduler re-evaluates the process priorities every T time units and decides the next process to schedule. Which one of the following is TRUE if the processes have no I/O operations and all arrive at time zero?
This algorithm is equivalent to the first-come-first-serve algorithm
This algorithm is equivalent to the round-robin algorithm.
This algorithm is equivalent to the shortest-job-first algorithm
This algorithm is equivalent to the shortest-remaining-time-first algorithm
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following statements are true?
I. Shortest remaining time first scheduling may cause starvation
II. Preemptive scheduling may cause starvation
III. Round robin is better than FCFS in terms of response time
I, II and III
I only
I and III only
II and III only
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Truyền thuyết về Overwatch

Quiz
•
KG - Professional Dev...
11 questions
Decomposition and Pattern Recognition Quiz

Quiz
•
12th Grade
10 questions
Operating System Functions

Quiz
•
12th Grade
20 questions
Topic 1 - Thinking Abstractly

Quiz
•
12th Grade
17 questions
Graph Traversals

Quiz
•
12th Grade
13 questions
Graph Traversal Algorithms Quiz

Quiz
•
12th Grade - University
10 questions
Operating Systems Quiz Sesi 3 - Threads

Quiz
•
12th Grade
13 questions
Cloud computing & cloud storage

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade