I/O Burst and CPU Burst

What is pre-emptive short job?
What is the I/O burst?
What is CPU burst?

Questions by bhaskar tripathi

Showing Answers 1 - 23 of 23 Answers

keerthiga

  • Sep 27th, 2011
 

cpu burst is.. process waits for io completion and io burst is .. process waits for cpu completion

  Was this answer useful?  Yes

saadat ULLAH

  • Oct 11th, 2012
 

CPU BURST:cpu burst is that when cpu wait for input process and after completion input burst cpu do process on that job...
cpu burst is like a car and input output burst is like a pedestrian..bec cpu speed is much faster than input output burst...we can not reduce the speed of cpu burst but we can increase the input out put speed...

  Was this answer useful?  Yes

Syed Muhammad Muzammil

  • Sep 25th, 2013
 

CPU Burst :- "The amount of time the process uses the processor before it is no longer ready".
Types Of CPU burst :-
1. Long burst : ("Process is CPU bound")
2. Short burst : ("Process I/O bound")

I/O Burst :- "Input/Output burst is that after completion the input burst CPU do process on that job".
Explanation :- CPU burst is like a car and input Input burst is like a pedestrian , because CPU speed is much faster than Input Output burst , we can not reduce the speed of CPU burst but we can increase the Input Output speed.

  Was this answer useful?  Yes

Avikalp Kumar Gupta

  • Sep 19th, 2014
 

CPU burst is when the process is being executed in the CPU. I/O burst is when the CPU is waiting for I/O for further execution. After I/O burst, the process goes into the ready queue for the next CPU burst.

  Was this answer useful?  Yes

Ankita kumari

  • Nov 26th, 2016
 

CPU burst vary from process to process and program to program. The concept of gaining control of the CPU is the CPU burst.

  Was this answer useful?  Yes

Komal

  • Mar 4th, 2017
 

A period of uninterrupted CPU activity

  Was this answer useful?  Yes

karan

  • Dec 15th, 2017
 

Preemptive SJF: This scheduling algo processes the job with minimum CPU burst time. if any other job arrives having lesser CPU BT. It will preempt the current one and provide CPU to the shortest one. CPU BT: the time taken by a process for execution by CPU and IO BT: time taken for IO event.

  Was this answer useful?  Yes

Biradar Minakshi

  • May 10th, 2023
 

CPU burst :- running state
IO burst :-waiting state

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions