File Types
You may or may not be very aware of file types. Computer operating systems have evolved to the point where it's not THAT necessary to know. When sharing documents, however, it becomes VERY valuable knowledge.
What is a file?
Files are discrete chunks of data on a hard drive. Nothing more than 1's and 0's, really. They're more like ideas than real objects, yet we get so very concerned about them. Funny, in a way.
There are different types of files. Some are text documents, some are pictures, some are videos, some are music, and some are programs. Most programs generate and read special types of files. Some types of files are so popular that several programs can read them.
Computers know what a certain file is by its extension, which are those three or four letters after the period in a filename. In the file "basename.doc", the .doc is the file extension.
Here's an overview of popular file types and extensions.
Documents
.doc This is the standard document format, created by Microsoft Word. Microsoft Word generates and reads these files. Open Office can also generate and read these files.
.docx This is Microsoft's newer format, which is created by Office 2007. Older versions of Microsoft Office can't open this format. If you use Office 2007 and want to share a file, please use compatibility mode.
.rtf Sleek and sufficient for most needs, this is the rich text format. This is not often used.
.txt When you just want the text, this is the text-only extension.
Spreadsheets
.xls The standard spreadsheet format, this is generated by Excel. Open Office can also open and write these files.
.xlsx Excel 2007.
Presentations
.ppt Powerpoint!
.pptx Powerpoint 2007 :(
Pictures
.jpg JPEG pictures, these are very common.
.gif GIF pictures, also common.
.png PNG pictures, not as common (but very good)
.bmp Very large pictures.
Music
.mp3 You must have heard of these by now?
.ogg An open-source alternative to MP3
.wav An UNCOMPRESSED file format. These tend to be VERY LARGE.
Movies
.avi AVI movies. Pretty common
.mpg MPEG movies. Also common
.flv Flash movies. This is what you get if you download a youtube video. Can be opened with VLC media player.
Other
.exe This is an executable file, which is another way to say program.












