Understanding File Types in Windows
Successive versions of windows have reduced the amount of information displayed to the user. This is microsoft's attempt at making your PC easier to use, but for many it just makes things more confusing. You can reveal some of the most important hidden things and may well find it helpful.
Just a bit of history first so you can understand what we are about to reveal. Files used to be named according to the convention 8.3, that is 8 letters and a dot and 3 letters. Maybe
- myletter.doc
- somecalcs.xls
- myhold.jpg , etc.
The first (up to) 8 are picked by the user to describe the file contents. The 3 are used by the operating system (eg, windows) to note what type of file it is. Some common file types are;
.doc --Microsoft Word File
.xls --Microsoft Excel File
.exe --Executable File - one that starts up a software application, for instance
.txt --A plain text file, can be read by Word, Notepad, Wordpad and many others
.bmp --A picture file created with paint
.jpg --A compressed picture file
.wav --A sound file
.mp3 --A compressed sound file , etc.
This was quite restrictive, with only 8 characters available to describe the file contents, and in windows 98 onwards you can use 255 characters to name your file.
No comments:
Post a Comment