Capt. Horatio T.P. Webb
FILENAMES
Parks -- Spring 2017

Version 1 -- Last Updated 7:56 PM 2/6/2017

Filenames are an important aspect of the operation of the computer. A file is just some bytes stored on the disk drive as a container to hold a group of characters (bytes). It doesn't matter how many bytes or which bytes, only that the bytes in a file are identified as a specific unit. The identity (i.e, the name) of file is arbitrary and may not necessarily be unique (i.e., there may be multiple files with the same name stored on your disk drive).

In addition to the name of the file there is always a file name extension that appears at the end of the file like this:

some_filename.file_name_extension

The file_name_extension always appears following the filename and the two parts are separated by a single period.

The file name extension identifies the type of the file. There are many types of files and it is important to know that different types of files are used for very specific purposes.

The primary distinction among file types is those that are "binary" which can only be interpreted by a specifc compyter program. All other file types are considered text as they can be read and interpreted by ANY text editor.and those that are

Some common file types (from http://it.nmu.edu/docs/common-windows-file-extensions)

file_name_extension file type
.AIFF or .AIF Audio Interchange File Format
.AU Basic Audio
.AVI Multimedia Audio/Video
.BAT PC batch file
.BMP Windows BitMap
.CLASS or .JAVA Java files
.CSV Comma separated, variable length file (Open in Excel)
.CVS Canvas
.DBF dbase II, III, IV data
.DIF Data Interchange format
.DOC or .DOCX Microsoft Word for Windows/Word97
.EPS Encapsulated PostScript
.EXE PC Application
.FM3 Filemaker Pro databases (the numbers following represent the version #)
.GIF Graphics Interchange Format
.HQX Macintosh BinHex
.HTM or .HTML Web page source text
.JPG or JPEG JPEG graphic
.MAC MacPaint
.MAP Web page imagemap
.MDB MS Access database
.MID or .MIDI MIDI sound
.MOV or .QT QuickTime Audio/Video
.MTB or .MTW MiniTab
.PDF Acrobat -Portable document format
.P65
.T65
PageMaker (the numbers following represent the version #) P=publication, T=template
.PNG Public Network graphic
.PPT or .PPTX PowerPoint
.PSD Adobe PhotoShop
.PSP PaintShop Pro
.QXD QuarkXPress
.RA RealAudio
.RTF Rich Text Format
.SIT Stuffit Compressed Archive
.TAR UNIX TAR Compressed Archive
.TIF TIFF graphic
.TXT ASCII text (Mac text does not contain line feeds--use DOS Washer Utility to fix)
.WAV Windows sound
.WK3 Lotus 1-2-3 (the numbers following represent the version #)
.WKS MS Works
WPD or .WP5 WordPerfect (the numbers following represent the version #)
.XLS or .XLSX Excel spreadsheet
.ZIP PC Zip Compressed Archive