Yes because you need the data on the right and across the bottom to make the graph
Yes.
No but you do need a dataset or data range with which to to populate the graph.
To plot a graph in a Gnuplot-Fortran program, you typically write your data to a file in a format that Gnuplot can read, such as plain text or CSV. Then, you can call Gnuplot from your Fortran code using system commands to execute a Gnuplot script or command that specifies how to display the data. For example, you might use SYSTEM('gnuplot -p -e "plot \'data.txt\' using 1:2 with lines"') to plot the data from the file data.txt. Ensure Gnuplot is installed and accessible in your system's PATH for this to work.
file
Collection of data is data is called as database. But this is only when the data is interrelated to each other.
Yes.
No but you do need a dataset or data range with which to to populate the graph.
explain the term file explain the term file it means the document i think... love monkey :)
Em depends on the points your plotting on the graph. If they are evenly distributed then it's probably a linear graph.
Explain the various file-accessing techniques in data management system. Also state the advantages and limitations of each technique
Data Sources Open Database Connectivity (ODBC)
Data Sources Open Database Connectivity (ODBC)
kind of vague question, but I think you mean partition. Partitions divide hard drives into logical volumes.
Explain what windows file resources does
The data file cannot be recovered.
A serial access file has data stored on it in the order in which it was written. Each new record goes at the end of the file. To read a record from the file it is necessary to read through all the preceding records first.A sequential access file has data stored on it in the order of the data in a key field.A direct access file is one where any record can be accessed without having to access other records first. This is also known as random access.
Logical file is a type of file that provides a view of the data stored into the Physical file. It does not contain data. A logical file contains only an index to the data stored into the physical file.