| .css | Style sheet | Defines visual presentation of HTML pages (Section 19 – Website authoring) | - Plain‑text, human‑readable.
- Rules cascade; can be linked, embedded or inline.
- Separates design from content.
|
| .csv | Comma‑separated values | Simple tabular data for spreadsheets or databases (Section 18 – Data handling) | - Plain‑text; each line = one record.
- Fields separated by commas (or semicolons in some locales).
- No formatting – only raw data.
|
| .gif | Graphics Interchange Format | Simple web graphics or short looping animations (Section 19) | - Lossless LZW compression.
- Maximum 256 colours.
- Supports animation (multiple frames).
- Binary (on/off) transparency only.
|
| .htm / .html | HyperText Markup Language | Web pages displayed in browsers (Section 19) | - Plain‑text markup using tags (e.g.,
<h1>, <p>, <a>). - Can contain metadata (title, meta‑description, charset) in the
<head> section. - Links to external CSS, JavaScript, images, video.
- Browsers render the markup into a visual page.
|
| .jpg / .jpeg | Joint Photographic Experts Group image | Photographs and complex images on the web (Section 19) | - Lossy compression – discards data that the eye is less likely to notice.
- 24‑bit colour (≈16 million colours).
- Adjustable compression level (higher = smaller file, lower quality).
- No transparency or animation support.
|
| .pdf | Portable Document Format | Read‑only documents that must retain layout (Section 21 – Document production) | - Embeds text, raster images, vector graphics, hyperlinks, and interactive forms.
- Searchable; can be encrypted/password‑protected.
- Preserves fonts, colours, page layout on any device.
|
| .png | Portable Network Graphics | Web graphics requiring lossless quality or transparency (Section 19) | - Lossless compression – original image data unchanged.
- Supports 8‑bit palette and 24‑bit true‑colour.
- Alpha channel provides varying levels of transparency.
|
| .rtf | Rich Text Format | Cross‑platform documents with basic formatting (Section 21) | - Plain‑text with formatting codes (bold, italics, fonts, colours, paragraph alignment).
- Readable by Word, LibreOffice, Google Docs, and many other editors.
- Does not support complex layout features such as automatic tables of contents or advanced styles.
|
| .txt | Plain text | Simple notes, source code, configuration files (Section 8 – e‑Safety & data handling) | - Contains only characters – no formatting codes.
- Stored as a binary file whose contents are plain‑text characters.
- Universal compatibility on all operating systems.
- Smallest possible file size for textual information.
|
| .zip | Compressed archive | Bundling multiple files/folders for storage or transfer (Section 8 – Evidence documents) | - Lossless compression (Deflate algorithm).
- Supports password‑based AES encryption.
- Native support in Windows, macOS and most Linux distributions.
- Extraction: double‑click (Windows/macOS) or right‑click → “Extract Here” (Linux); command‑line
unzip archive.zip.
|
| .rar | Compressed archive (proprietary) | Higher‑ratio compression for large multimedia collections (Section 8) | - Lossless compression; often achieves better ratios than ZIP, especially for video/audio.
- Can split archives into volumes (e.g.,
part1.rar, part2.rar). - Proprietary encryption (password‑protected; algorithm not publicly documented).
- Requires WinRAR, 7‑Zip with RAR plugin, or other compatible software to create/extract.
|