File Structure and Size
(For simple data files)

       When you store data in a file, the simplest data files can be imported into many different kinds of analysis programs.  Those files are easy to generate and have great versatility.  It can be important to understand how those files are structured.  Here is an example of a data file.
 

0.01 33.19
0.02 33.45
0.03 35.70
Note the following: As a human being, you want to interpret the characters in the file as numbers, but you need to focus on them being characters. Then: In a data file, the data is usually interpreted as being in rows and columns.  There are special characters - called delimiters - that are used to separate columns.         When you encounter a file constructed as above, then it is easy to caculate the size of the file.  In the file above:
Exercise

        If you are in Windows, open Notepad (or if you are in another operating system, open a simple text editor) and type in the file above.  (If you copy and paste you will miss the tabs since they have been replaced by spaces!)  After saving the file, right-mouse click on the file icon and determine the file size.  It should match the prediction above.