 
 | Keyword | Definition | 
|---|---|
| close | release resources associated with a file when it doesn't need to be used any more | 
| filename | the name and location of a file to be read from or written to | 
| open | access a file so that it can be read from | 
| read | load data from a file |