Saving writes the current document in its native format (e.g., .docx for Word). Exporting creates a copy in a different, often more universal format (e.g., .pdf or .txt) without changing the original file.
Step‑by‑Step Procedures for Each Generic Format
1. Plain Text – .txt
Open the document in a text editor (e.g., Notepad).
Choose File → Save As….
In the “Save as type” dropdown, select Text Documents (*.txt).
Enter a filename and click Save.
2. Comma‑Separated \cdot alues – .csv
Prepare the data in a spreadsheet program (Excel, LibreOffice Calc).
Click File → Save As… or File → Export.
Select CSV (Comma delimited) (*.csv) as the file type.
Confirm any prompts about the active sheet and character encoding, then click Save.
3. Rich Text Format – .rtf
With the document open in a word processor, go to File → Save As….
Choose Rich Text Format (*.rtf) from the format list.
Enter a name and click Save. The file now contains basic formatting that can be opened by most text editors.
4. Portable Document Format – .pdf
In the source application (Word, Excel, PowerPoint, etc.), select File → Export or Print.
If using Export, choose PDF (*.pdf) as the output format and click Export.
If using Print, select a virtual printer such as “Microsoft Print to PDF”, then print to create the PDF file.
5. Cascading Style Sheets – .css
Open a code editor (e.g., Visual Studio Code).
Write or paste the CSS rules.
Choose File → Save As….
Set the filename with a .css extension (e.g., styles.css) and click Save.
6. HyperText Markup Language – .htm / .html
Create the HTML markup in a text or code editor.
When saving, use the extension .htm or .html.
Ensure the file begins with <!DOCTYPE html> for HTML5 compliance.
7. JPEG Image – .jpg / .jpeg
Open the image in an editor (Photoshop, GIMP).
Choose File → Export As… or Save for Web.
Select JPEG as the format.
Adjust quality/compression settings as required, then click Export/Save.
8. PNG Image – .png
Open the image in an editor.
Choose File → Export As… or Save As….
Select PNG as the file type.
Set any transparency or resolution options, then click Export/Save.
Practical Tips for the IGCSE Exam
Always check the file extension before submitting work; the examiner may require a specific format.
When exporting to .pdf, preview the document to ensure no hidden formatting errors.
For data handling questions, .csv is preferred because it can be opened in both spreadsheet and text editors.
Use .png for diagrams that need crisp lines; reserve .jpg for photographs where file size is a concern.
Suggested diagram: Flowchart showing the decision process for choosing a generic file format (e.g., text → .txt, data table → .csv, formatted document → .rtf/.pdf, web content → .css/.htm, image → .jpg/.png).