Text Files
A file is a named collection of data in secondary storage - usually on a disk
A text file contains a stream of characters divided into lines
List file names in program heading (usually)
Open files before using them
- Except Input and Output pseudo files