This is the second video series in learning the programming of cpu scheduling in operating system . Hope you learn a l;ot from it the next video if based on sjf cpu scheduling & it will be uploaded very soon till then stay tuned to study extent
@sakshichavanke46263 ай бұрын
This is amazing....😊 Your explanation is bang on.....
@StudyExtent3 ай бұрын
Thanks for appreciation🙏
@saurabhpandey12315 жыл бұрын
outstanding job, with great simplicity. thanks for helping.
@pranit84412 ай бұрын
Thanks sir❤❤
@StudyExtent2 ай бұрын
Most welcome ✌
@eshafatima7893 жыл бұрын
Thanku so much sir it's very very helpful 😊😊😊😊😊😊
@StudyExtent3 жыл бұрын
Glad to help :)
@ateefkhan46923 жыл бұрын
thank you very much sir, it helped me in my external labs
@shubhankar31643 жыл бұрын
if you have a condition in which the cpu is at idle state add this condition in your code if (AT[i] > temp[i]) //temp is basically the time at which CPU is just allocated to the process {temp[i] = AT[i];}
@ShoubhikDa6 жыл бұрын
Seriously this program was very helpful!!! pls kep uploading such videos!!!
@shuvamsahoo11306 жыл бұрын
Great one 😘😘😘😘
@_Shakshi_Patra2 жыл бұрын
explanation is very easy
@newapdateranjayraj581 Жыл бұрын
Good teacher sir
@1003_AmanMaurya Жыл бұрын
Thanku !
@thisisthewayiliketoworking33095 жыл бұрын
Very nice.. Keep it up👌👍
@AbhishekRathore-zd7mk3 жыл бұрын
Thank you so much for this video 😘😘
@isha40802 жыл бұрын
Ty sir ji for this video 🙏
@saifdevan60605 жыл бұрын
V-nice bro...
@Himricks5 жыл бұрын
Bro you explained in the most easy , fuckin manner hat's off bro🙂
@bhaktiawasarkar73876 ай бұрын
Too good sir gant chart ka bhi agar de sakte ho to please de dena
@gm_03 Жыл бұрын
instead of first process if any other process arrival time 0 then output will be wrong
@biswajitbarge1432 жыл бұрын
Thank you sir 😘☺️
@deveshrautela263 жыл бұрын
Great Explanation, Keep it up.
@bhanujkumar61515 жыл бұрын
this program doesn't give valid result for problem in which burst time is smaller but arrival time is quit greater. eg: burst time (2,3,5) and arrival time is(0,6,7). it shows negative result for waiting time and tat....which is quite obvious according to this algorithm......please modify this video asap.
@shikharyadav2007 Жыл бұрын
Exactly
@ashu_gaming_and_vlog5 жыл бұрын
Wow excelente But bhai aap system analysis ka class krwate hai kya
@BettysThreadStore3 жыл бұрын
Thank you sir
@ansh26472 жыл бұрын
thanks sir
@rajput5861-h9x4 жыл бұрын
Thanks alot
@What-why2092 жыл бұрын
owsom bhai ,bahoot easy way me bta diya
@-Jyothi-mv2yv3 жыл бұрын
Excellent
@Motabhai-di9bp2 жыл бұрын
Everything is good sir But if the background color might be black and the fonts in white color then it will be more comfortable
@somyaomar49465 жыл бұрын
outstanding vedio sir ,sir provide the sjf with arrival time tutorial
@StudyExtent5 жыл бұрын
Ok soon
@sufiyaantamboli7394 Жыл бұрын
Hello sir. The formulas used for waiting time and turnaround time are different from what it is given in books and Google ! Can you please explain how you got these formulas ?
@vedprakashpal45826 жыл бұрын
Very nice
@sabitaojha28714 жыл бұрын
Please make videoes to implement lock variable, producer consumer problem using message passing
@avikbachhar93373 жыл бұрын
Insuffient, Changing order of arrival time wont make a diffrence on reverse the order of arrival..... it should change accordingly
@raphulali89373 жыл бұрын
arrival time serially hone ae kam krta hai pr agr kisi question mai arrival time shuffled hon..i mean agr process 1 ka arrival time 5 hon process 2 ka 0 th tab minus maia ta hai waitingtime
@priyanshudhameniya14719 ай бұрын
Hello Sir.. Actually when I am running the same code.. It's showing 0 in arrival time of all the processes
@StudyExtent9 ай бұрын
Try again if still not working then mail us on our mail id
@CODINGBYSIR3 ай бұрын
same issu bro
@syedsohaib52562 жыл бұрын
This code is not working for arrival time from one or other number Only work for from zero
@kanadimoon39683 жыл бұрын
but how can i do for unsorting arrivel time, your arrivel time is already sorted , if my input arrivel time is not sorted and if i use any sorting method i lost the process number , then how can i do it
@StudyExtent3 жыл бұрын
you can enter unsorted arrival time, it still working because the program will first sort the arrival times of the respective process and then start computing
@kanadimoon39683 жыл бұрын
@@StudyExtent Though I already solved the provlem by using sorting method and for traking the process i used struct, but sorry in your program u r not sorting the arrival time , as the loop start with i=0 , and u r calculating the waiting time = tem[i] - at[i] (starting time -arrival time) , as i=0 so u r calculating for 1st arrivel time ......not for the minimum arrival time
@raviyadav25524 жыл бұрын
simply awesome
@ajaychaursiya19292 жыл бұрын
Nice sir
@ROHANBOSE-l2p10 ай бұрын
In this code, what is the use of j, we are not using j for looping!
@shrutisethi93195 жыл бұрын
Pls provide video for srtf scheduling program...round robin scheduling program and bankers algorithm program in c language...as soon as possible
@yashwanth43955 жыл бұрын
please do round robin scheduling too
@Atul_Agnihotri2 жыл бұрын
sir whuy we make temp array & whats its need ???
@akankshayadav5139 Жыл бұрын
what if the arrival times are not in ascending order
@prashantrasaily49052 жыл бұрын
Can anyone tell me what is the use of that temp array??
@kaustubhphatangare7790 Жыл бұрын
Exit time
@akashraut67454 ай бұрын
Is this program run on Linux
@StudyExtent4 ай бұрын
Yes it will run
@AmanSingh-ve9fp5 жыл бұрын
How to Display Gant Chart with this method ..?
@muhammadahsan-qn4xf5 жыл бұрын
outstanding video sir but veriable "j" tw use hua nai?
@samruddhikamthe7214 Жыл бұрын
how to write this program which also gives gantt chart
@ujjawalpatidar410 Жыл бұрын
what if we not give the arival time in sequence
@meg333333 жыл бұрын
Sir what is the diff between 2 videos pf fcfs programs if we use 2 program insisted of first did it become some difference.
@kambhampatijayasaivarshith30134 жыл бұрын
sir why we are using temp variable and pls do a program which include completion time also
@missqueen38772 жыл бұрын
Have you got answer of it? Explain
@missqueen38772 жыл бұрын
What is the use of temp array
@sahilshah26672 жыл бұрын
It gives you the completion time
@utsavveersingh38555 жыл бұрын
Plz upload round Robin and other scheduling algorithm program....
@sualehansari70362 жыл бұрын
The value of int j is never used and it does not give appropriate results
@745_riyasaha82 жыл бұрын
sir, what if all the process arrive at the same time then how will we arrange the brust time......and if there is a idle situation in between 2 process how will we find that?
@pranayvonteru68862 жыл бұрын
If all the process arive at the same time we can use processid to run the processes And If there is an idle state use if condition: If(at[i] > temp[i]){ temp[i] = at[i]; }
@745_riyasaha82 жыл бұрын
@@pranayvonteru6886 thank you sir
@VaishnaviChavare-w5f Жыл бұрын
j loop nahi use Kiya assign int mai krne ka nhi kya
@vikashsingh13564 жыл бұрын
Output of this program is wrong, when we take three processes having Arrival Time=3,1,2 and Burst time=13,9,3 . Please tell me which line will change
@mridul_chandrawanshi3 жыл бұрын
Arrival time ko sort bhi karna hota hai, Sort wala bhi code karke daal do.
@dev_discovery5 жыл бұрын
if arrival time start with any random number without (0) it doesn't work
@StudyExtent5 жыл бұрын
Wait i will check
@brundhaaa3 жыл бұрын
what is the role of temp here?
@StudyExtent3 жыл бұрын
Temp is used to keep track of the burst time of executing process
@Sm_DevOps6 жыл бұрын
What if we apply it in linked list because we don't that how much process user want to enter so in that case linked list is useful
@kanhagupta74004 жыл бұрын
Must
@praveenreddynandimandalam63885 жыл бұрын
want remaining algorithm programs with response ratio,gantt chart
@StudyExtent5 жыл бұрын
Sure
@kumoulicakumoulica46753 жыл бұрын
can u add the gannt chart also please'
@StudyExtent3 жыл бұрын
Sure very soon
@Not_kodi5 жыл бұрын
Wt abt random arrival time..?
@StudyExtent5 жыл бұрын
You will take any random arrival time by your own and the program will give you the correct output
@monjitsaikia98165 жыл бұрын
Random arrival time doesn't give correct output
@mohamedusaied69495 жыл бұрын
How to get gantt chart sir
@shubhalibhamre49324 жыл бұрын
Sir please tell the logic of program
@kapilsahu22756 жыл бұрын
Sir ,when arrival time given random.. So how to solve..
@piyushwankhade51773 жыл бұрын
Wrong program. It doesn't work when we specify the arrival time in discontinued manner (like 0,1,5,6). There must be a function which will return the smallest arrival time and then the operations should be performed one by one.
@ashu_gaming_and_vlog5 жыл бұрын
My programme is not opening in tabler form what to do
@StudyExtent5 жыл бұрын
Write the code exactly as I had written
@mdfaizanalam_2 жыл бұрын
It will be correct only when AT is given in sorted order😶😶
@yatharthtyagi4559 Жыл бұрын
Temp kyu use kiya h isme ye bta do yrr?
@shameemkhan2245 жыл бұрын
Sir mere turbo c pr run ni hi rha ye programm
@StudyExtent5 жыл бұрын
Please check o think you probably make a mistake while writing program
@milindjoshi77903 жыл бұрын
Here, please check the spelling of define sir you have written 'definne'
@amandrolia1573 жыл бұрын
Lekin classes ka use karna chahiye tha , college me function se mana kar rahe h, aage dikkat aayegi
@simon82842 жыл бұрын
Bro i don't know what subject it's but was here watching different fcfs video for os... Can you elaborate this subject and what things it contains?
@kale-lb5pr11 ай бұрын
why wt[i]=temp[i]-a[i]??????
@rambhaktuchihaobito7987Ай бұрын
There is a difference between understanding the logic and just memorizing the code like a fool
@taslimasultana37955 жыл бұрын
round robin er c program need plz.
@StudyExtent5 жыл бұрын
Sure
@namariq31775 жыл бұрын
I wish that you put the source code
@anmolpatil96574 жыл бұрын
please add gannt chartcode within 2days
@abdulwasay24244 жыл бұрын
Plz upload SJF algorithm with arrival time
@aadarshrakeshvalmiki54124 жыл бұрын
Not good at all What will you do if Aarival times are 6 6 2 0 5 8
@StudyExtent4 жыл бұрын
good question 1- No two process are having same arrival time 2- taking the first point into consideration if you entered the arrival time as per your requirement the program will provide you the correct output
@meghanachippada80513 жыл бұрын
Your code is only executing with your particular inputs .No other inputs are giving the correct outputs with this code!!!
@georgekutty92072 жыл бұрын
Suppose that arrival time of process is not in the Order 0123….. Then what
@lemonlimu82566 жыл бұрын
vaiya int line tate problem dekhacce kno
@lakshyarajput10234 жыл бұрын
Cam you provide us with the code too
@RajeshKumar-ju3pq2 жыл бұрын
where ww "j" in our program?
@lakshamipati56116 жыл бұрын
is waiting time for process is correct check once .
@StudyExtent6 жыл бұрын
Absolutely it's correct
@yohereim2 жыл бұрын
bhaiya completion time nai h
@741_sonalighodkhande85 жыл бұрын
Sir, it is not running true over codeblocks Ide
@StudyExtent5 жыл бұрын
Please use turbo c
@bonsramk5082 жыл бұрын
Where is completion time?
@shikharyadav2007 Жыл бұрын
Arrival time 0 3 5 Burst time 2 1 6 Try for this it won't give accurate result
@mariyamamreen4392 жыл бұрын
Source code plz ????
@aditishukla99504 жыл бұрын
Gantt chart
@StudyExtent4 жыл бұрын
Sorry but in order to reduce the program size I didn't add Gantt chart