0 0 votes https://gateoverflow.in/1843/gate2006-65 in the above question process is directly being given to I/O device. is this possible? i have this doubt because i have read that Process begins with a CPU burst and end with a CPU burst. During the life time of a process it alternates between CPU and I/O burst. But here in this question we have taken I/O burst directly when the process starts. please clear this doubt. Operating System operating-system process-scheduling + – Ananya Jaiswal 1 559 views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply SHUBHAM SHASTRI commented Aug 20, 2018 reply Follow flag yes process will be First given to CPU ..But as Process is intended to do I/O CPU will send process to I/O queue.. (Because no process can allocate itself to i/o queue..only CPU has that right)All this activity takes place in very negliagble time so we don't consider it ...not only this After Process Complete Its CPU execution and lastly went to I/O then after i/o process will not be in terminated state Directly ..It will be again go to CPU and then CPU makes it as terminate that is Completed Successfully .. 2 2 replyShare Ananya Jaiswal 1 commented Aug 20, 2018 reply Follow flag thanks :) 0 0 replyShare Please log in or register to add a comment.