Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
35.2K+ articles
DSA
20.3K+ articles
C++
4.2K+ articles
Difference Between
3.4K+ articles
Algorithms
1.8K+ articles
GATE CS
1.2K+ articles
Operating Systems
1.1K+ articles
Queue
332+ articles
cpu-scheduling
30+ articles
CPU Scheduling
7+ articles
Operating Systems-CPU Scheduling
48 posts
Recent Articles
Popular Articles
Relation in FCFS and Round Robin Scheduling Algorithm
Last Updated: 18 September 2020
In this article, we'll see how FCFS is special kind of Round Robin Algorithm and Round Robin is special kind of FCFS Algorithm. Also, we will cover the relation with each ...
read more
Operating Systems
GATE CS
Operating Systems-CPU Scheduling
Relation in FCFS and Preemptive Priority Scheduling Algorithm
Last Updated: 15 September 2021
In this article, we will see how FCFS is a special kind of Priority Preemptive Scheduling Algorithm. Also, we will cover the relation with each other. Let us discuss one b...
read more
Operating Systems
GATE CS
Operating Systems-CPU Scheduling
Relation between Preemptive Priority and Round Robin Scheduling Algorithm
Last Updated: 01 October 2020
In this article, we'll try to establish the relation between Round Robin and Preemptive Priority Scheduling Algorithm. Let's discuss the algorithms one by one first and th...
read more
Operating Systems
GATE CS
Operating Systems-CPU Scheduling
Task Scheduling in Windows 10
Last Updated: 12 October 2020
Task Scheduler is vital component of Microsoft Windows that gives its users capacity to plan initiation of projects or programs at the user's discretion or after indicated...
read more
Operating Systems
Operating Systems-CPU Scheduling
Priority to Round-robin scheduling with dynamic time quantum
Last Updated: 26 August 2022
Prerequisite - Program for Round Robin scheduling Processes are executed on basis of their priority in this scheduling algorithm. Processes have a specific priority associ...
read more
Operating Systems
Operating Systems-CPU Scheduling
Calculate server loads using Round Robin Scheduling
Last Updated: 17 March 2023
Given M servers that handle multiple requests having infinite computational capability and arrays arrivalTime[] and processTime[] of size N denoting the arrival time and l...
read more
Queue
Algorithms
Sorting
Hash
Operating Systems
DSA
Arrays
cpu-scheduling
Operating Systems-CPU Scheduling
cpp-set
priority-queue
Scheduling in Greedy Algorithms
Last Updated: 03 November 2022
In this article, we will discuss various scheduling algorithms for Greedy Algorithms. Many scheduling problems can be solved using greedy algorithms.Problem statement: Giv...
read more
Algorithms
Analysis of Algorithms
Greedy
Advanced Data Structure
misc
Operating Systems Questions
DSA
cpu-scheduling
Operating Systems-CPU Scheduling
CPU Scheduling Numerical Questions
Last Updated: 11 May 2023
1. Find the size of the memory if its address consists of 22 bits. Assume the memory is 2-byte addressable.Solution -If the given address consists of âkâ bits, then 2k loc...
read more
Operating Systems
Operating Systems Questions
MCQ
CPU Scheduling
Operating Systems-CPU Scheduling
Long Term Scheduler in Operating System
Last Updated: 18 January 2023
Pre-requisites: Process Schedulers in Operating SystemA long-term scheduler, also known as a job scheduler, is an operating system component that determines which processe...
read more
Technical Scripter
Operating Systems
Technical Scripter 2022
Operating Systems-CPU Scheduling
Medium Term Scheduler in Operating System
Last Updated: 19 January 2023
The long-term execution of processes in a computer system is managed by a medium-term scheduler, also referred to as a mid-term scheduler. Based on a set of predetermined ...
read more
Technical Scripter
Operating Systems
Technical Scripter 2022
Operating Systems-CPU Scheduling
Shortest Remaining Time First (SRTF) With predicted Time
Last Updated: 15 May 2024
CPU scheduling algorithms are essential components of operating systems that determine the order in which processes are executed on a computer's central processing unit (C...
read more
Operating Systems
Picked
Operating Systems-CPU Scheduling
Most Frequently Used (MFU) Algorithm in Operating System
Last Updated: 06 October 2023
MFU Algorithm is a Page Replacement Algorithm in the Operating System that replaces the page accessed a maximum number of times in the past. If more than one page is acces...
read more
Operating Systems
Picked
Operating Systems-CPU Scheduling
Shortest Job Next (SJN) in Operating System
Last Updated: 11 October 2023
In Shortest Job Next(SJN), when choosing the next job to run, look at all the processes in the ready state and dispatch the one with the smallest service time. In this cas...
read more
Operating Systems
Picked
Geeks Premier League
Operating Systems-CPU Scheduling
Geeks Premier League 2023
SCAN - EDF Scheduling in OS
Last Updated: 11 October 2023
SCAN-EDF is a disk scheduling algorithm that is the same as the EDF algorithm but utilizes the seek optimization technique of the 'SCAN' algorithm when similar deadlines o...
read more
Operating Systems
Picked
Geeks Premier League
Operating Systems-CPU Scheduling
Geeks Premier League 2023
Shortest Job First or SJF CPU Scheduling
Last Updated: 30 January 2025
Shortest Job First (SJF) or Shortest Job Next (SJN) is a scheduling process that selects the waiting process with the smallest execution time to execute next. This schedul...
read more
Operating Systems
CPU Scheduling
Operating Systems-CPU Scheduling
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !