Thread: Read From a file

  1. #16
    Registered User
    Join Date
    Oct 2016
    Posts
    21
    So for P[0] it should look like Arrival Time Burst Time Waiting Time Turnaround Time
    25 25 184 209
    P[1]
    Arrival Time Burst Time Waiting Time Turnaround Time
    2 16 0 16

  2. #17
    Banned
    Join Date
    Aug 2017
    Posts
    861
    OK I think you're going to need to explain to me what all of this means.
    Arrival Time is what?
    Burst Time is what?
    Waiting Time is what?
    Turnaround Time is what?

    what is the formula all you got is arrival time ( + - * / ) burst time to get waiting time or turnaround time. no distance or to get the time it takes to get from point a to point b.
    is this suppose to be values for each entry or accumulated because sum is being accumulated.
    logically looking at it arrival time should be larger than burst time, as burst time would logically indicate faster so a smaller number?. but that is just me?

    how do you know what your results are suppose to be already?
    Last edited by userxbw; 12-01-2017 at 12:25 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 12-07-2014, 07:01 AM
  2. Replies: 7
    Last Post: 12-07-2012, 10:44 PM
  3. Open a file, read it ... and ... read it again
    By Tiago in forum C Programming
    Replies: 1
    Last Post: 04-17-2010, 03:32 AM
  4. How can I know the actual bytes read in a file read
    By pliang in forum C++ Programming
    Replies: 1
    Last Post: 06-08-2005, 04:23 PM

Tags for this Thread