A Data File Problem
Problem DataFile4P02

        Dr. Abner Mallity has gotten involved in a project that involves collection of stream data in a remote location.  (It's on a stream called Gray Deer Creek.)  Rather than try to set up a wireless connection he proposes collecting the data on a floppy disk (1.44 MBytes).

       The data he is collecting consists of five (5) stream temperatures, two (2) stream flow rates, and a pH value.  He also wants to record the time.  Formats for the data are:

He wants to take data every two seconds and record it on his floppy.  He will use tab delimiters between data, and a CR+LF at the end of each data set (line of data?)  How often does he need to travel to the stream data site?  Determine the number of hours, days and weeks of data can be stored on a single floppy disk.