FILES
In the same way that you can keep information grouped together in manila folders,
There are two basic file types:
Program files
Data files
Program files are files that perform a task. They manipulate the computer and data files in order to achieve a result.
Data files are files that contain the information (data) used by program files. A file containing a list of names and addresses would be a data file.
The two types of files are closely related. Program files usually create data files. These may be the documents created by a word processor, the numerical array created by a spreadsheet, or some other collection of information.
A data file containing a written report can’t do anything by itself. On the other hand, a word processor is useless without documents to work on.