2019 3rd International Conference on Electronics, Communication and Aerospace Technology (ICECA) 2019
DOI: 10.1109/iceca.2019.8821820
|View full text |Cite
|
Sign up to set email alerts
|

Modified Concept to Achieve Maximum Efficiency of CPU Scheduling Algorithm

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2022
2022
2022
2022

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(2 citation statements)
references
References 1 publication
0
2
0
Order By: Relevance
“…If a CPU-intensive process blocks the CPU, multiple I/O intensive processes can be backed up, which leaves the I/O devices idle. This can also leave the CPU idle while everyone queues for I/O, and the cycle repeats itself when the CPU-intensive process comes back on the queue [8][9][10].…”
Section: First Come First Scheduling (Fcfs)mentioning
confidence: 99%
See 1 more Smart Citation
“…If a CPU-intensive process blocks the CPU, multiple I/O intensive processes can be backed up, which leaves the I/O devices idle. This can also leave the CPU idle while everyone queues for I/O, and the cycle repeats itself when the CPU-intensive process comes back on the queue [8][9][10].…”
Section: First Come First Scheduling (Fcfs)mentioning
confidence: 99%
“…Shortest Job First (SJF), also known as Shortest Job Next (SJN) or Shortest Process Next (SPN), is an inactive scheduling strategy that selects the waiting process with the shortest execution time to be executed next [10][11][12]. The shortest job first is advantageous because of its simplicity and it also minimizes the average amount of time each process has to wait until its execution is completed [13][14][15].…”
Section: Shortest Job First (Sjf)mentioning
confidence: 99%