C: A programming language used mainly to create operating systems.
C++: A newer, object-oriented version of C. With object-oriented programming (OOP), entities are represented as self-contained objects with their own abilities ("methods") and pieces of information ("properties").
Java: A simplified version of C++, but with added facilities such as graphics.
Java Applets are designed to run within web pages.
JavaScript (note the capital "S")
Visual Basic Script (VBScript)
Java and ActiveX allow information to be downloaded and run on your system. Browsers therefore allow both of these to be disabled.
Plug-ins are programs developed to run in conjunction with web pages. If a web page needs you to have a plug-in in order to display properly it will prompt you to download it to your machine. The download can then be used whenever the page is revisited.
Plug-ins can be
Examples:
Plug-ins can be installed online (browser still open) or offline (after browser has closed).
Lossy compression: Compressing data such as pictures resulting in some (imperceptible) loss of detail.
Lossless compression: Compressing data so that no detail is lost. The original data can be recreated perfectly.
Viewer: A program that allows you to view particular types of file available on the net (i.e. not web pages).
They are versions of fully-functioning programs that allow you to view files but not create them.
Examples:
Video file formats:
| .avi | Audio Video Interleave files play using the Windows Media Player. |
| .mov | The standard format for QuickTime movies and the native format on the Macintosh |
| .mpg or .mpeg | Moving Pictures Expert Group format is the standard format for movies on the web |
| .qt | Another format for QuickTime movies |
| .ram | Video file format for RealTime streaming video |
Sound file formats:
| .au | Format used by UNIX servers, but most browsers can handle them |
| .aiff | Audio Interchange File Format, developed by Apple |
| .mp3 | MPEG-1 Audio Layer-3 compress audio files to a small size. Windows 98/ME/2000/XP have built-in MP3 players. Developers pay a licence fee to make use of the MP3 format. |
| .ogg | Ogg Vorbis is a free alternative to the MP3 format (no licence needed) |
| .ra | RealNetworks proprietary streaming audio format. Requires RealPlayer to play them |
| .wav | Waveform files are the native sound format for Windows. Most browsers can play these. |
For Graphic file formats, see the Graphics and Images topic
Document formats:
| .txt | Plain unformatted text (ASCII text) |
| Portable Document Format files can be read on any computer possessing the Acrobat reader, regardless of operating system | |
| .doc | Microsoft Word files |
| .eps | Encapsulated PostScript files allow you to move graphics between operating systems. Based on the PostScript language used to drive printers. |
| .rtf | Rich Text Format developed by Microsoft. Plain text with some embedded formatting commands. An almost universal format. Many WPs (e.g. Microsoft Word) can save in RTF, but the files can be very large. |
Downloading files using a browser: