L
LLLOS.ai
Learn
L

Chapter 1 — Digital Documentation Advanced

Class 10 · Information Technology

Overview

Introduction: "Digital Documentation (Advanced)" builds on basic word-processing skills and teaches techniques to produce, manage and publish professional-quality documents. This chapter covers advanced document structure, automation, referencing, collaboration and security features used in modern word processors (e.g., styles and templates, table of contents, mail merge, forms and document protection). Importance: Mastery of these skills improves productivity, ensures consistency across large documents, supports academic and workplace tasks (reports, certificates, newsletters), and prepares students for higher studies and careers where clear, well-managed digital documents are essential. Key themes: document design and layout (sections, headers/footers, columns, templates), structured formatting (styles, themes), long-document tools (table of contents, index, bookmarks, cross-references), automation (macros, mail merge, fields), forms and fillable documents (form controls, data collection), collaboration and review (comments, track changes, versioning), referencing and citations (footnotes, endnotes, bibliographies), graphics and publishing (images, charts, export to PDF), and…

Learning Objectives

  • Define the concept of digital documentation and distinguish common file formats (DOCX, ODT, PDF, RTF).
  • Explain the role and use of templates, styles, and themes to ensure consistent document design.
  • Demonstrate applying paragraph and character styles, line spacing, indents, and tab stops to format text efficiently.
  • Apply advanced page layout features such as headers/footers, sections, columns, and pagination settings.
  • Create and insert tables, format table cells, and use formulas to organize and compute data within a document.
  • Insert, position, and format images, shapes, text boxes, and captions; and set wrap and anchor options.
  • Generate and update a table of contents, lists of figures/tables, cross-references, and bookmarks for long documents.
  • Use footnotes, endnotes, automatic citations, and generate a bibliography following simple citation styles.

Topics in this chapter

20 topics · tap a topic title to jump straight to it.

💻1

Introduction and Overview

💻 COMPUTER SCIENCE / IT

Introduction and Overview

Key Point: File size (uncompressed image) = width_px × height_px × color_depth_bits / 8 (bytes). Example: 1920×1080 at 24-bit color = 1920×1080×24/8 ≈ 6,220,800 bytes (~6.22 MB).

What is Digital Documentation?
Digital documentation is creating, formatting, storing, sharing and preserving documents using software (word processors, desktop publishing, HTML editors, PDF creators). It covers document structure (title, headings, body, references), formatting (fonts, styles, spacing), layout (margins, columns, headers/footers), media (images, tables, charts), and features for review, security and distribution (track changes, digital signatures, export to PDF).

Main objectives

  • Produce readable, consistent and accessible documents.
  • Use templates and styles to automate formatting and maintain uniformity.
  • Collaborate, review and manage versions efficiently.
  • Export and distribute in suitable formats (e.g., PDF for final distribution).

Core concepts
1) Document structure: logical elements such as title, headings, paragraphs, lists, captions and references enable navigation (table of contents, index) and accessibility.
2) Styles & Templates: styles (for headings, body text, captions) separate content from presentation; templates provide predesigned structure for common documents (reports, letters, certificates).
3) File formats: common formats are .docx (editable), .odt, .pdf (fixed layout for distribution), .rtf, .txt (plain text) and .html (web documents). Choose format based on editing needs and platform compatibility.
4) Review & collaboration: tools like Track Changes, comments, version history and cloud collaboration (Google Docs, OneDrive) let multiple users review and edit safely.
5) Accessibility & metadata: add alt text to images, use heading tags for screen readers and fill document properties (title, author, keywords) to improve search and reuse.
6) Security & integrity: protect documents with passwords, use digital signatures and export to non-editable formats for final distribution.
7) Automation & advanced features: mail merge for mass letters, macros for repetitive tasks, table of contents generation, citation & bibliography tools.

Document lifecycle (brief): Plan & outline → Create content → Apply styles & layout → Insert references/graphics → Review & collaborate → Finalize & secure → Export/distribute → Archive (with metadata and version info).

Best practices

  • Use built-in styles rather than manual formatting for consistent look and for automatic table of contents.
  • Keep images optimized (right resolution and compressed) and provide alt text.
  • Use meaningful file names and maintain version history (e.g., ProjectName_v1.0_2025-10-10).
  • Choose the appropriate export format: editable (.docx) for future edits, PDF for sharing and printing.

📌 Examples
  • School project report: Use a report template with predefined heading styles, automatic table of contents, images with captions and bibliography generated with a citation tool.
  • Resume: Create using a resume template, apply consistent styles for headings and lists, export to PDF to preserve formatting when sending to employers.
  • Invitation mail merge: Prepare guest list in a spreadsheet and use mail merge in a word processor to produce personalized invitation letters or envelopes.
  • Collaborative assignment: Students edit a shared document in Google Docs, use comments for feedback, and track version history to restore earlier drafts if needed.
  • Certificate generation: Use a certificate template and a macro or mail merge to populate names and achievement details from a data source and export each as PDF.
🧮 Formulas
  1. \[File size (uncompressed image) = width_px × height_px × color_depth_bits / 8 (bytes)\]
    \[Example: 1920×1080 at 24-bit color = 1920×1080×24/8 ≈ 6,220,800 bytes (~6.22 MB).\]
  2. \[Physical image size (in inches) = pixels ÷ DPI (dots per inch)\]
    \[Example: 3000 px ÷ 300 DPI = 10 inches.\]
  3. \[Compression ratio = original_size ÷ compressed_size\]
    \[Higher ratio = more compression.\]
  4. \[Estimated reading time (minutes) = total_words ÷ words_per_minute\]
    \[Typical words_per_minute ≈ 200–250 for average reader.\]
  5. \[Transfer time (seconds) = file_size_bytes ÷ bandwidth_bytes_per_second\]
    \[Example: 5 MB over 10 Mbps ≈ (5×2^20 bytes) ÷ (10×10^6/8 bytes/s).\]
💻2

File Formats, Storage and Versions

💻 COMPUTER SCIENCE / IT

File Formats, Storage and Versions

Key Point: Data units: 1 byte = 8 bits; 1 KB = 1024 B; 1 MB = 1024 KB; 1 GB = 1024 MB

Overview
File formats, storage and versions are fundamental for creating, saving and sharing digital documents. A file format defines how data is encoded and interpreted. Storage describes how much space files require and where they reside (local drives, removable media, cloud). Versioning is the practice of keeping track of changes so you can restore, compare or collaborate safely.

Common file formats and when to use them

  • Text & documents: .txt (plain text), .docx/.odt (editable rich text), .pdf (fixed layout for sharing/printing), .rtf. Use .docx/odt for editing, .pdf for final distribution.
  • Images: .jpeg/.jpg (photographs, lossy compression), .png (graphics with transparency, lossless), .svg (scalable vector graphics for logos/diagrams), .gif (simple animations).
  • Audio & Video: .mp3/.aac (compressed audio), .wav (uncompressed audio), .mp4/.mkv (video containers with compressed video/audio streams).
  • Archives & others: .zip/.rar for bundling/compressing files; .csv for tabular text data; .html for web pages.

Storage basics

  • Units: bit (b) is smallest. 8 bits = 1 byte (B). Common binary units: 1 KB = 1024 B, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB. (Note: manufacturers sometimes use decimal 1000-based units.)
  • Media & trade-offs: HDD (high capacity, lower speed), SSD (faster, more expensive), USB flash (portable), optical discs (CD/DVD—obsolete for many uses), cloud storage (accessible remotely, depends on internet, offers autosave & revision history).
  • Factors affecting file size: resolution and color depth for images, sample rate/bit depth/channels for audio, bitrate & resolution for video, embedded objects (images/fonts) in documents.

File size estimation examples (conceptual)

  • Plain text: approximately 1 character ≈ 1 byte (so a 2,000-character essay ≈ 2 KB).
  • Image (uncompressed): width × height × color_depth (bits) / 8 = bytes. Example: 1920×1080 with 24-bit color → 1920×1080×24/8 ≈ 6,220,800 bytes ≈ 5.93 MB (uncompressed). Actual JPEG files are smaller due to compression.
  • Audio: size ≈ sample_rate × bit_depth × channels × duration. Example: 44,100 Hz × 16-bit × 2 channels × 180 seconds ≈ 44,100×16×2×180/8 ≈ 30,240,000 bytes ≈ 28.8 MB (WAV, uncompressed).
  • Video: common estimate uses bitrate: size ≈ bitrate × duration. If bitrate = 5 Mbps and duration = 10 minutes (600 s) → size ≈ 5,000,000 bits/s × 600 s = 3,000,000,000 bits ≈ 375 MB.

Compression & compatibility
Compression reduces file size: lossless (no quality loss, e.g., PNG, ZIP) or lossy (some quality loss, e.g., JPEG, MP3). Choose format based on need: preserve quality (lossless) or save space (lossy). Also consider software compatibility: some devices or apps may not open every format, so conversion can be necessary.

Versioning: why and how

  • Why: Track changes, prevent accidental loss, enable collaboration, and revert to earlier states.
  • Methods:
    • Manual: save copies with names (assignment_v1.docx, assignment_v2.docx).
    • System autosave & revision history: cloud apps (Google Docs, OneDrive) keep change logs and let you restore earlier versions.
    • Version control systems (VCS): Git for code and text-based files—advanced tracking, branching and merging for collaborative projects.
  • Best practices: use clear names and dates (projectname_YYYYMMDD_v1), keep a changelog, use cloud autosave for real-time collaboration, and back up critical files in two different places (e.g., local + cloud).

Security & backup
Encrypt sensitive files, use strong passwords for cloud accounts, and schedule regular backups. Keep at least one offline backup to protect against ransomware.

Summary tips for students

  • Save editable files (.docx/.odt) while drafting; export to .pdf for submission where formatting must not change.
  • Compress photos before attaching to emails; use .jpg for photos, .png/svg for diagrams.
  • Use meaningful version names and take advantage of cloud revision history during group work.

📌 Examples
  • A student writes an essay in .docx (editable). After finalizing, they export to .pdf to keep formatting intact when submitting to the teacher.
  • An image 1920×1080 with 24-bit color uncompressed size ≈ 1920×1080×24/8 ≈ 5.93 MB; saved as JPEG it may compress to ~0.5–2 MB depending on quality settings.
  • Audio example: a 3-minute stereo WAV at 44.1 kHz/16-bit ≈ 44,100 × 16 × 2 × 180 / 8 ≈ 30 MB. Converting to MP3 at 128 kbps reduces it to ~3 MB.
  • Storage planning: 30 students each submit a 10 MB presentation → total = 30 × 10 MB = 300 MB. A 1 GB USB drive easily stores them all.
  • Versioning: Team project files saved as 'science_report_v1.docx', 'science_report_v1.1.docx', 'science_report_v2_final.docx'. Alternatively, use Google Docs revision history to see each member's edits and restore older versions.
  • Cloud autosave example: while multiple students edit a Google Slides file, the service keeps a revision history, so if a slide is deleted accidentally, it can be restored from an earlier revision.
🧮 Formulas
  1. \[Data units: 1 byte = 8 bits\]
    \[1 KB = 1024 B\]
    \[1 MB = 1024 KB\]
    \[1 GB = 1024 MB\]
  2. \[Image (uncompressed) size (bytes) = width × height × color_depth (bits) / 8\]
  3. \[Audio (uncompressed) size (bytes) = sample_rate (Hz) × bit_depth (bits) × channels × duration (s) / 8\]
  4. \[Video size (approx.) = bitrate (bits/s) × duration (s)\]
  5. \[Compression ratio = uncompressed_size / compressed_size\]
  6. \[Percent reduction = ((uncompressed_size - compressed_size) / uncompressed_size) × 100%\]
💻3

Page Setup and Layout

💻 COMPUTER SCIENCE / IT

Page Setup and Layout

Key Point: Printable width = Page width − (Left margin + Right margin)

What it is: Page setup and layout are the settings and arrangements that determine how a document appears on screen and on paper. They control page size and orientation, margins and gutters, headers/footers, columns, line spacing, page breaks and sections, and features needed for print (bleed, trim, mirror margins).

Main components:

  • Paper size: Standard sizes (A4 = 210 × 297 mm, Letter = 8.5 × 11 in). Choose based on where the document will be used/printed.
  • Orientation: Portrait (taller than wide) or Landscape (wider than tall).
  • Margins: Space between page edge and content (top, bottom, left, right). A gutter is extra space for binding. Mirror margins are used for book layouts so inner and outer margins alternate.
  • Printable area: Page area remaining after subtracting margins — the region for main content.
  • Headers and footers: Repeated content at top/bottom — page numbers, chapter title, date. Can differ for first page or alternating pages.
  • Columns: Split text into multiple vertical blocks (common in newsletters). Column width and spacing are set in layout.
  • Page breaks and sections: Manual or automatic page breaks, and section breaks that allow different page formats (different margins, header/footer, orientation) within one document.
  • Line spacing and paragraph spacing: Single, 1.15, 1.5, double; affects readability and number of lines per page. Leading (line height) = font size × line-spacing factor.
  • Print settings for quality: Resolution concerns (DPI), bleed area for images that go to the edge, and color mode (CMYK for print, RGB for screen).

Why it matters: Proper page setup ensures documents print correctly, look professional, and meet submission/printing specifications. It also affects document length (number of pages), readability, and how content flows across pages.

Typical workflow: 1) Choose page size and orientation; 2) Set margins and gutter; 3) Define headers/footers and page numbering; 4) Configure columns and line spacing; 5) Insert section breaks where format changes; 6) Add print-specific settings (bleed, DPI) before exporting/printing.

📌 Examples
  • School project report: Set A4 paper, portrait orientation, 2 cm margins, header with student name and footer with page numbers. Use section breaks to switch to landscape for a wide table.
  • Newsletter: Use A4 portrait with two columns, 1 cm column spacing, header with newsletter title and page number in footer; set consistent line spacing (1.15) to improve readability.
  • Book layout for printing: Use A4 or trim size, mirror margins (inner margin larger for binding), gutter of 1 cm, different headers for even/odd pages, and include 3 mm bleed for images that extend to the page edge.
  • Preparing slides or posters: Choose landscape orientation and larger paper size (e.g., A3), set minimal margins, and ensure images are high resolution (pixels = inches × DPI) for clear printing.
  • Online vs print conversion: For a document designed for web, set page width using pixels (e.g., 800 px). For print, convert to inches/mm and set DPI to calculate required pixel dimensions (e.g., to print 4 × 6 in at 300 DPI → 1200 × 1800 px).
🧮 Formulas
  1. \[Printable width = Page width − (Left margin + Right margin)\]
  2. \[Printable height = Page height − (Top margin + Bottom margin)\]
  3. \[Pages required (approx.) = Total words ÷ Words per page (where Words per page depends on font\]
    \[size\]
    \[margins\]
    \[line spacing)\]
    \[Example: if words/page ≈ 350\]
    \[pages = total words/350.\]
  4. \[Pixels from inches: pixels = inches × DPI\]
    \[Example: a 4 in × 6 in image at 300 DPI → width = 4×300 = 1200 px\]
    \[height = 6×300 = 1800 px.\]
  5. \[Line height (leading) = Font size × Line-spacing factor\]
    \[Example: for 12pt font and 1.5 spacing → line height = 12 × 1.5 = 18 pt.\]
💻4

Styles and Templates

💻 COMPUTER SCIENCE / IT

Styles and Templates

Key Point: Template = Page layout + Set of Styles + Boilerplate content + Placeholders + Optional macros

What are Styles? Styles are predefined sets of formatting instructions that you can apply to text or other elements in a document to ensure consistent appearance. A style can control font family, font size, color, alignment, spacing, indents, borders and more. Common style types include character styles, paragraph styles, linked styles, list styles and table styles.

Why use Styles? Using styles saves time, enforces consistency across long documents, makes document-wide updates simple, and improves accessibility and navigation. Instead of formatting each heading or paragraph manually, apply a style once and reuse it.

Key components of a style

  • Name: an identifier like Heading 1 or Caption
  • Type: paragraph, character, list, table, or linked
  • Based on: a parent style from which it inherits formatting
  • Formatting properties: font, size, color, alignment, spacing, etc.

How styles work (inheritance) A style can be based on another style. The actual formatting seen is the result of inherited properties from parent styles plus any local overrides. This creates a hierarchy and reduces duplication of settings.

What are Templates? Templates are complete document skeletons created to standardize structure and content across many documents. A template typically contains styles, predefined text (boilerplate), page layout (margins, headers and footers), placeholders, numbering schemes, and possibly macros. When you create a new document from a template, the document inherits all these preset elements.

Difference between Styles and Templates Styles are reusable formatting definitions applied to parts of a document. Templates are whole-document blueprints that usually include a set of styles plus layout, content placeholders, and other settings. In short: styles control appearance of elements; templates control structure and include styles.

Benefits

  • Consistency: headings, captions and normal text look uniform.
  • Efficiency: create new documents quickly from templates and update styles globally.
  • Maintainability: changing a style updates all text using it.
  • Collaboration: teams use the same template and styles to follow brand or school guidelines.

Common operations

  • Create a style: define the properties and give it a meaningful name.
  • Modify a style: update properties to change all text using that style.
  • Apply a style: select text and choose the style to apply.
  • Create a template: set up page layout, styles, headers/footers and placeholders, then save as a template file.
  • Use a template: create new document based on the template so content and formatting are preloaded.

Best practices

  • Name styles clearly (Heading 1, Body Text, Quote).
  • Use styles instead of direct manual formatting for reusable elements.
  • Limit the number of styles to what is necessary to avoid confusion.
  • Keep templates updated and version-controlled for teams.
📌 Examples
  • School report template: A template for term reports contains the school header in the header area, placeholders for student name and class, a styled table for marks, and paragraph styles for comments. Teachers open the template, fill placeholders, and save each as a student report.
  • Resume/CV template: Uses predefined styles for Name (large heading), Section Headings (Heading 1), Body text (Normal), and Bullet lists. Applying the template ensures consistent spacing and fonts across all resumes.
  • Company invoice: A template that includes logo in the header, a table style for line items, a predefined currency format, and a footer with payment terms. Staff create invoices quickly by filling line items.
  • Research assignment: Use Heading styles so an automatic table of contents can be generated. Change Heading 1 style to update all main headings at once.
  • Newsletter: Create a newsletter template with column layout, caption style for images, and a consistent color scheme. Each issue maintains the same look and structure.
🧮 Formulas
  1. \[Template = Page layout + Set of Styles + Boilerplate content + Placeholders + Optional macros\]
  2. \[Effective formatting of an element = Parent style properties + Child style overrides + Direct formatting (if any)\]
  3. \[Style inheritance relationship: ChildStyle = BasedOn(ParentStyle) + LocalOverrides\]
  4. \[Time saved percentage when using templates: Time saved % = ((Time without template - Time with template) / Time without template) * 100\]
📈5

Text and Paragraph Formatting (Advanced)

💻 COMPUTER SCIENCE / IT

Text and Paragraph Formatting (Advanced)

Key Point: usable_width = page_width - left_margin - right_margin

Overview

Advanced text and paragraph formatting means controlling the appearance and structure of text at both the character and paragraph levels so documents are readable, consistent, and professional. It goes beyond basic bold/italic/underline to include spacing controls, typographic adjustments, style systems, layout rules, and accessibility considerations.

Character-level controls

  • Font family and size – choose typefaces appropriate to purpose (serif for print body text, sans-serif for screens).
  • Style – bold, italic, small caps, all caps, strike-through; use sparingly for emphasis.
  • Advanced typography – kerning (pair spacing), tracking (global character spacing), ligatures, baseline shift, and optical sizing.
  • Case transformation – sentence case, uppercase, lowercase, title case.
  • Superscript / subscript – for footnotes, mathematical notations or chemical formulas.

Paragraph-level controls

  • Alignment – left, right, centered, justified. Justification must be managed with hyphenation and tracking to avoid large word gaps.
  • Indentation – first-line indent, left/right indent, hanging indent (common for bibliographies).
  • Spacing – line spacing (leading), and paragraph spacing (space before / space after). Proper use avoids manually adding blank lines.
  • Tabs and tab stops – set custom tab stops (left, right, center, decimal) for tidy columns inside paragraphs.
  • Bullets and numbering – multilevel lists with custom numbering formats and restart/continue options.
  • Columns and flow – single- or multi-column layouts, balancing columns, and column breaks.
  • Borders, shading and background – highlight paragraphs with borders/shading for emphasis or sidebars.

Layout and flow control

  • Widows and orphans control – prevent single lines of a paragraph stranded at top or bottom of a page.
  • Keep lines together / keep with next – ensure headings remain attached to following text.
  • Hyphenation – automatic hyphenation reduces spacing problems in justified text
  • Non-breaking spaces and hyphens – prevent undesirable breaks (e.g., in dates, phone numbers).
  • Section and page breaks – control flow for headers/footers, different page orientations or column setups.

Styles and templates

Use character styles for inline formatting and paragraph styles for paragraph-level rules. Styles provide consistency and allow global updates. Build templates with predefined styles (Heading 1, Body Text, Caption) and use them to create automated contents such as Table of Contents and numbered lists.

Accessibility and best practices

  • Use semantic styles (Headings) so assistive technologies and TOC generators work properly.
  • Prefer relative sizes (em, %) or named sizes rather than absolute pixels for responsive documents.
  • Maintain adequate contrast, readable font sizes, and avoid long lines (optimal line length ~50-75 characters).
  • Minimize manual formatting; use styles for consistency and easier maintenance.

Practical workflow tips

  • Create and apply paragraph styles early (body text, captions, lists, quotes, code blocks).
  • Use keyboard shortcuts for speed (e.g., Ctrl+B for bold, Ctrl+Shift+N to apply Normal style in many editors).
  • Proof layout with print-preview to check widows/orphans and spacing issues before finalizing.

When to use which feature

Resumes and formal letters: conservative fonts, clear hierarchy, consistent spacing. Reports and thesis: styles for headings and captions, keep-with-next for headings. Newsletters: columns, pull quotes, drop caps, careful use of color and contrast. Legal documents: precise indents, non-breaking spaces for clause numbers, consistent numbering.

📌 Examples
  • Resume: Use 'Heading 1' for name (large size), 'Heading 2' for section titles, and a 'Body Text' style for descriptions. Use first-line indent or spacing-after to separate paragraphs—do not press Enter twice to create space.
  • School project report: Apply paragraph styles to ensure consistent spacing. Use hanging indent for the bibliography (e.g., 0.5 inch hanging indent). Set line spacing to 1.5 for body text and keep widows/orphans control turned on to avoid single lines at page ends.
  • Newsletter: Create a two-column layout, use justified alignment with hyphenation enabled, apply a drop cap to the first paragraph of an article, and use character tracking slightly increased for small caps captions.
  • Legal contract: Use single-spaced paragraphs with space-after 6 pt, set numbering with multilevel list (1., 1.1, 1.1.1), and use non-breaking spaces between clause numbers and their text to prevent line breaks.
  • Email / memo: Use left-aligned paragraphs, short line length, clear headings (Heading 3 for sections), and use bulleted lists with consistent indent and tab stops for alignment of item details.
🧮 Formulas
  1. \[usable_width = page_width - left_margin - right_margin\]
  2. \[usable_height = page_height - top_margin - bottom_margin\]
  3. \[lines_per_page ≈ usable_height / line_height (where line_height = font_size + leading)\]
  4. \[characters_per_line ≈ usable_width / average_character_width (average_character_width depends on font and size)\]
  5. \[points_to_inches: inches = points / 72 (1 point = 1/72 inch)\]
  6. \[pixels_to_points (approx): points ≈ pixels * 72 / dpi (use screen dpi\]
    \[commonly 96 for many displays)\]
🔢6

Lists and Numbering

💻 COMPUTER SCIENCE / IT

Lists and Numbering

Key Point: Concatenated numbering label for multilevel items: Label = Level1Index + "." + Level2Index + "." + ... + LevelNIndex (e.g., "2.3.1").

What are lists and numbering?
Lists and numbering are formatting features of word processors used to present related items clearly. Bulleted lists (unordered) use symbols (•, –, ▪) to group items where order doesn't matter. Numbered lists (ordered) use numbers, letters or roman numerals when sequence or steps matter. Multilevel (outline) lists combine several levels of numbering/bullets to show hierarchy (e.g., 1., 1.1, a)).

Types

  • Bulleted list: simple grouping; no implicit order.
  • Numbered list: ordered steps or ranked items (1, 2, 3; a, b, c; i, ii, iii).
  • Multilevel list: hierarchical lists for outlines, legal clauses or chapter/section numbering.

How to create and edit

  • Use the list buttons on the toolbar to apply bullets or numbers to selected text.
  • Press Enter to add a new list item; double Enter usually exits the list.
  • Use Tab to promote an item to a deeper level (increase level); Shift+Tab to decrease the level.
  • Customize format: change bullet character, picture bullets, number style (Arabic, Roman, alphabetic), start value, and alignment.
  • For multilevel lists, define each level’s number format, prefix/suffix, and link levels to paragraph styles so headings automatically number.
  • Restart/Continue numbering: restart a list at a particular value or continue numbering after an interruption (use right-click options like Continue Numbering or Set Numbering Value).

Formatting considerations

  • Indentation and tabs: control left indent and hanging indent so numbers/bullets align and text wraps neatly.
  • Spacing: adjust space before/after list paragraphs to control vertical gaps between items.
  • Leaders: dotted or dashed leaders can be used in lists that function like menus (e.g., Table of Contents).

Uses in documents

  • Procedures and recipes (numbered steps).
  • Shopping or feature lists (bulleted).
  • Outlines, syllabi and legal documents (multilevel numbering).
  • Automatic numbering for headings to build Table of Contents and cross-references.

Common tips & troubleshooting

  • If numbering resets unexpectedly, use Continue Numbering or set the correct start value.
  • To convert existing text to a list, select lines and click the list button.
  • Link multilevel lists to heading styles for consistent automated numbering across large documents.
📌 Examples
  • Recipe steps (numbered): 1) Preheat oven, 2) Mix ingredients, 3) Bake for 25 minutes.
  • Grocery list (bulleted): • Milk • Bread • Eggs • Vegetables.
  • Report outline (multilevel): 1 Introduction 1.1 Background 1.2 Objectives 2 Method 2.1 Data Collection.
  • Meeting agenda (alphabetic subitems): 1. Project update a) Timeline b) Budget c) Risks.
  • Legal clause numbering: Section 4.2.3 where each level shows chapter.section.subsection.
🧮 Formulas
  1. \[Concatenated numbering label for multilevel items: Label = Level1Index + "." + Level2Index + "." + ... + LevelNIndex (e.g., "2.3.1").\]
  2. \[Left indent calculation (simple model): LeftIndent = BaseIndent + (Level - 1) * IndentStep (e.g.\]
    \[BaseIndent = 0.0 in\]
    \[IndentStep = 0.5 in → Level3 left indent = 1.0 in).\]
  3. \[Start value adjustment: NewValue = DesiredStart (set via 'Set Numbering Value' to restart numbering from NewValue).\]
  4. \[Roman/Arabic mapping (small lookup): 1→I, 2→II, 3→III, 4→IV, 5→V (word processors handle conversion automatically when you choose Roman format).\]
💻7

Tables (Advanced)

💻 COMPUTER SCIENCE / IT

Tables (Advanced)

Key Point: Word/Writer field-style (positional): =SUM(LEFT) — sum numeric cells to the left of the formula cell.

Overview: Advanced table features let you design professional, data-driven documents: perform calculations, format for readability, sort and filter records, nest tables, repeat headers, add captions, and integrate with spreadsheets. These features are available in word processors (MS Word, LibreOffice Writer, Google Docs) and allow tables to act like lightweight spreadsheets or presentational layouts.

Key capabilities:

  • Cell merging & splitting: Combine cells for headings or split to refine layout.
  • Table styles & formatting: Apply borders, shading, alternating row colors, cell padding, vertical/horizontal alignment, and predefined styles for consistent look.
  • Header rows & repeat: Mark header rows so they repeat on each printed page for long tables.
  • Nesting tables: Place a smaller table inside a cell to show grouped data or complex layouts (e.g., address block inside an invoice line).
  • Sorting & filtering: Sort rows by one or more columns (ascending/descending) and filter rows to show only entries meeting criteria (available directly or via embedded spreadsheet).
  • Table formulas: Use built-in formula support (word-processor field formulas) or embed/link spreadsheets for full function support. Word-style field formulas use positional references like LEFT, ABOVE, RIGHT, BELOW (e.g., =SUM(LEFT)). Spreadsheet-style (A1) references are used when the table is in an actual spreadsheet (e.g., =SUM(B2:B8)).
  • Conditional formatting: Highlight cells based on rules (e.g., marks < 33% in red), enhancing readability and alerting to exceptions.
  • Data import/export & conversion: Convert text to table, import CSV/Excel, or copy tables to spreadsheets for advanced calculations and charts.
  • Captions & cross-references: Add captions to tables and reference them in the document for academic or technical documents.

Best practices: Use header rows and meaningful column names, keep numeric columns right-aligned, apply alternating row shading for large tables, and prefer embedded spreadsheets for heavy calculations. For printed reports, ensure 'repeat header row' and set appropriate cell padding.

📌 Examples
  • Invoice / Bill: A 5-column table (Item, Description, Qty, Unit Price, Amount). Use a nested table in the invoice header for company address. Use formula =SUM(LEFT) in the total cell (Word) or =SUM(E2:E6) in a linked spreadsheet to compute total amounts. Apply currency formatting and add a caption 'Table 1: Invoice'.
  • Class Marksheet: Columns for Student, Subject1…SubjectN, Total, Percentage, Result. Use formulas: Total =SUM(LEFT) per student or spreadsheet SUM(B2:F2); Percentage =Total / (Maximum marks) * 100. Apply conditional formatting to color grades: >75 green, 50–75 yellow, <50 red. Repeat header row for multi-page printouts.
  • Inventory Register: Table with Item ID, Name, Category, Stock, Reorder Level. Sort by Category then Stock (ascending) to find low-stock items. Use filter to show only items below reorder level. Use nested table for supplier contact details in a cell.
  • Survey Summary: Convert CSV survey results into a table, then create a pivot in a spreadsheet or use formulas COUNTIF/AVERAGE to summarize responses. Use conditional formatting to highlight high/low satisfaction scores.
  • Timetable / Schedule: Merge cells to show multi-period sessions, use cell shading for different subjects/activities, and nest a small contacts table in a corner cell for teacher details.
🧮 Formulas
  1. \[Word/Writer field-style (positional): =SUM(LEFT) — sum numeric cells to the left of the formula cell.\]
  2. \[=SUM(ABOVE) — sum numeric cells above the formula cell (useful for column totals).\]
  3. \[=AVERAGE(ABOVE) — average of numeric cells above.\]
  4. \[=COUNT(ABOVE) — count numeric entries above (or use COUNTIF equivalents in spreadsheets).\]
  5. \[=MAX(LEFT) and =MIN(LEFT) — largest/smallest value to the left.\]
  6. \[Spreadsheet-style (A1 notation): =SUM(B2:B8) — adds values in B2 through B8.\]
🔷8

Images, Shapes and Object Layout

💻 COMPUTER SCIENCE / IT

Images, Shapes and Object Layout

Key Point: Uncompressed file size (bytes) = width (px) × height (px) × color_depth (bits per pixel) ÷ 8

Overview
This topic explains how to insert, format and arrange images and shapes inside digital documents (word processors / desktop-publishing). It covers image types, resolution and file size, working with vector and raster shapes, text wrapping, alignment, layering (z-order), grouping, snapping and precise placement using coordinates.

Images — raster vs vector
Raster (bitmap) images are made of pixels (e.g., JPEG, PNG, GIF). They are resolution-dependent: scaling up reduces quality. Vector images (e.g., SVG, some EMF/WMF) use mathematical paths and scale without loss of quality. Use raster for photos, vector for logos, icons and shapes.

Common file formats and properties

  • JPEG: lossy compression, small file size, no transparency — good for photos.
  • PNG: lossless, supports transparency — good for screenshots, images with text or transparent backgrounds.
  • GIF: limited colors, supports simple animation.
  • SVG: scalable vector format — ideal for logos and icons.

Resolution, DPI and print size
Image quality depends on pixel dimensions and DPI (dots per inch). For printing, higher DPI (usually 300 DPI) gives better quality; for screen 72–96 DPI is common. The printed size = pixels ÷ DPI.

File size (approximation)
Uncompressed file size depends on width × height × color depth. Compression (lossy/lossless) reduces stored size.

Aspect ratio and scaling
Maintain aspect ratio when resizing to avoid distortion. Most editors have a "lock aspect ratio" option. Scaling calculations use proportional relationships between original and new dimensions.

Cropping, masks and clipping to shape
Cropping removes unwanted parts of a raster image. Clipping masks or "crop to shape" allow an image to take the outline of a shape (circle, star, custom path) which is often used in posters and profile images.

Text wrapping and anchoring
Images and shapes can be inline with text or have text wrapped around them. Common wrap styles: inline, square, tight (through), top & bottom, behind text, in front of text. Anchoring determines how an object moves when text is edited (anchored to paragraph, character, page).

Shapes and object formatting
Shapes (rectangles, circles, arrows, callouts) are usually vector objects you can fill, outline, change transparency and apply effects (shadow, glow). Many editors allow boolean operations on shapes: union, subtract, intersect to build complex graphics.

Object layout: alignment, distribution and order
Key layout tools: align left/center/right, align top/middle/bottom, distribute horizontally/vertically (equal spacing), snap to grid/guides, arrange order (bring forward/send backward). Group objects to move/format them together; ungroup to edit individual parts. Lock objects to prevent accidental movement.

Precise placement
Objects can be positioned using X,Y coordinates and rotated by angle (degrees). Use rulers and guides for consistent margins and spacing; use grids and "smart guides" to align relative to other objects.

Practical workflow tips

  • Choose the right format (photo → JPEG, transparent logo → PNG or SVG).
  • Resize images to target display/print dimensions before inserting to reduce document size.
  • Keep important content inside a safe margin; use guides for consistency.
  • Group related objects and give meaningful names to layers for complex documents.
  • Use lossless formats for editing; export to compressed formats for sharing.
📌 Examples
  • Designing a school flyer: insert a high-resolution PNG school logo (transparent background), place a cropped photo of students inside a circular shape, add rectangular colored shapes for headings, align headings center and distribute bullet icons evenly.
  • Preparing a passport photo: crop the image to required pixel size (e.g., 600×600 px) and ensure 300 DPI before printing so print size = 600 / 300 = 2 inches.
  • Creating a web article: convert large photographs to compressed JPEG (smaller file size), resize to 1200 px width to match the site layout, and wrap text using 'square' wrap to flow paragraphs around images.
  • Making an infographic: use vector shapes (SVG) for icons and arrows so they stay crisp at any size; group related elements (icon + label) to move them together; use guides to align columns and distribute icons evenly.
🧮 Formulas
  1. \[Uncompressed file size (bytes) = width (px) × height (px) × color_depth (bits per pixel) ÷ 8\]
  2. \[Print size (inches) = pixel dimension ÷ DPI (e.g.\]
    \[width_in_inches = width_px / DPI)\]
  3. \[Scale factor = new_dimension ÷ original_dimension (use same factor for width and height to maintain aspect ratio)\]
  4. \[New height (maintaining aspect ratio) = original_height × (new_width ÷ original_width)\]
  5. \[Aspect ratio = width : height (e.g., 4:3, 16:9)\]
🔢9

Headers, Footers and Page Numbering

💻 COMPUTER SCIENCE / IT

Headers, Footers and Page Numbering

Key Point: Displayed page number with offset: DisplayedPage = ActualPage + Offset (useful when you want numbering to start from a non-zero value).

What they are
Headers and footers are regions at the top and bottom of each document page used to display repeating information (title, author, logo, date, confidentiality notice, etc.). Page numbering places the page number (and optionally total pages) in a header or footer so readers can navigate the document.

Purpose

  • Provide context on every page (document title, chapter name, author).
  • Help navigation and referencing via page numbers.
  • Meet formal layout requirements for reports, assignments, books and legal documents.

Common components and dynamic fields
Most word processors support dynamic fields that update automatically across pages. Typical fields include:

  • PAGE — current page number.
  • NUMPAGES — total number of pages.
  • SECTION / SECTIONPAGES — section number and pages in that section.
  • DATE and TIME — current date/time (often with format options).
  • FILENAME — document name/path.

Formatting and options

  • Placement: top (header) or bottom (footer); alignment: left, center, right, or inside/outside for facing pages.
  • Number format: Arabic (1, 2, 3), Roman (i, ii, iii), alphabetic (a, b, c) — selectable in Page Number Format.
  • Start at: choose to start numbering at any number (e.g., start at 0 or 5).
  • Different first page: often used to omit header/footer on title page or use a unique header.
  • Different odd & even: useful for books where left/right pages have different headers/footers (e.g., chapter title on left, page number on right).
  • Section breaks: create independent headers/footers per section (useful for chapters or appendices with different numbering schemes).
  • Link to Previous: toggle to continue or break header/footer linkage between sections.

How to edit (typical steps)

  1. Insert > Header/Footer or double-click the header/footer area to edit.
  2. Insert > Page Number (choose position and format) or insert field codes (PAGE, NUMPAGES).
  3. Use Page Number Format to change numbering style or to set "Start at" value.
  4. Insert section break (Layout > Breaks) when you need different headers/footers in different parts of the document.
  5. Use "Different First Page" or "Different Odd & Even" options where required.
  6. Close header/footer editing to return to the document.

Best practices

  • Keep headers/footers concise — avoid cluttering page content.
  • Use consistent formatting (font, size, alignment) across the document.
  • Use section breaks carefully — forgetting to unlink headers between sections is a common source of formatting errors.
  • For printed reports, place page numbers in the footer (center or outside) so they’re easy to find when pages are stacked.
  • Use dynamic fields instead of manually typed numbers so updates are automatic when pages are added/removed.
📌 Examples
  • School project report: Title on the cover page (no header/footer), header from page 2 onward containing the student name and grade, footer containing centered page numbers (1, 2, 3…).
  • Business report: Different headers for odd and even pages — company logo at the top-left of even pages and chapter title at the top-right of odd pages; footer shows "Page X of Y" using PAGE and NUMPAGES.
  • Thesis or long document: Each chapter starts a new section. Page numbering restarts for appendices (e.g., Appendix A pages numbered A-1, A-2 using a custom prefix and section-based numbering).
  • Newsletter or magazine: Inside/outside headers for two-column spreads: issue title in header center, page numbers in outside corners for easy page-turning reference.
  • Legal documents: Header includes case name and confidentiality notice; footer contains document revision date and sequential page numbers starting from a specified number.
🧮 Formulas
  1. \[Displayed page number with offset: DisplayedPage = ActualPage + Offset (useful when you want numbering to start from a non-zero value).\]
  2. \[Section-relative page: SectionPage = GlobalPageNumber - SectionStartPage + 1 (to compute page number within a section).\]
  3. \[Percent through document: Percent = (PAGE / NUMPAGES) × 100 (useful for progress indicators).\]
  4. \[Common field codes (MS Word style): { PAGE } - current page, { NUMPAGES } - total pages, { SECTION } - section number, { SECTIONPAGES } - pages in section, { DATE \@ "dd-MM-yyyy" } - formatted date.\]
📈10

References: Footnotes, Endnotes, Citations and Bibliography

💻 COMPUTER SCIENCE / IT

References: Footnotes, Endnotes, Citations and Bibliography

Key Point: APA (book): AuthorLast, A. A. (Year). Title of book. Publisher.

Overview: References are the methods used to acknowledge sources of information and provide readers a way to verify and locate those sources. In digital documents, references maintain academic honesty, avoid plagiarism, and add credibility.

Footnotes
Footnotes are short notes placed at the bottom (foot) of the same page where the reference occurs. They are used for brief citations, explanatory comments, or extra information that would interrupt the flow if placed in the main text. Footnotes are numbered sequentially through a document or section.

Endnotes
Endnotes collect the notes at the end of a chapter or the entire document instead of the bottom of each page. They are useful when you want to keep pages less cluttered or provide longer commentary that would otherwise crowd the page.

Citations (In-text citations)
Citations are short references placed in the body of the text (in-text) or in parentheses that point readers to the full entry in the bibliography or reference list. Common citation styles include APA, MLA, and Chicago. In-text citations usually include author name, year, and/or page number depending on style.

Bibliography / Reference List
A bibliography (or reference list) is a comprehensive list of all sources cited (and sometimes consulted) in a document, placed at the end. It gives full publication details so readers can locate the source: author, title, publisher, year, and for digital sources, URL and access date if required.

Key differences (concise):

  • Placement: Footnotes = bottom of page; Endnotes = end of chapter/document; Citations = inline/in-text; Bibliography = end of document.
  • Purpose: Foot/Endnotes = citations or explanatory notes; Citations = point to source in text; Bibliography = full source details.
  • Visibility: Footnotes are immediately visible to readers; endnotes require flipping to the end; bibliography is consulted for full details.

When to use which:

  • Use footnotes for short clarifications or when immediate reference is helpful (e.g., legal documents, annotated essays).
  • Use endnotes when notes are numerous or long and you prefer uncluttered pages.
  • Use in-text citations (APA/MLA) in research and scientific writing where quick author-year lookup is standard.
  • Always include a bibliography or reference list for any academic or formal document that uses external sources.

How to insert in common editors (brief):

  • Microsoft Word: Insert > Footnote or Endnote (automatically numbers and places notes).
  • Google Docs: Insert > Footnote (adds numbered footnote at page bottom or end-of-doc style with add-ons).
  • Reference managers (Zotero, Mendeley, EndNote) can insert citations and build bibliographies automatically in chosen styles.

Practical tips:

  • Be consistent with one citation style throughout a document.
  • Use footnotes sparingly—too many can clutter the page.
  • Keep bibliographic entries complete: author, year, title, publisher, and URL/DOI for digital sources.
  • For web sources, include the access date if style requires it.

Example of visual layout: a typical page with a superscript number following a sentence; the same number appears at the bottom of the page with the footnote text. Endnotes show numbers but the full notes are listed at the document end. The bibliography follows the main text and lists full entries alphabetically (usually by author last name).

Importance: Proper referencing shows where ideas come from, credits original authors, enables verification, and strengthens readers' trust in your work.

📌 Examples
  • Footnote example (essay): "The city population expanded rapidly in the 1990s."¹ — ¹See census report, City Census Office, 1999. (Footnote appears at bottom of same page.)
  • Endnote example (book chapter): In the chapter text a superscript number refers to an endnote; at the end of the chapter: 1. For a detailed history, refer to S. Kumar, The Urban Growth, 2010, pp. 45–68.
  • In-text citation (APA) example: Research shows an increase in temperature (Sharma, 2018). Full reference in reference list: Sharma, R. (2018). Climate Patterns in India. Green Press.
  • Website citation example: In-text: (WHO, 2020). Reference list: World Health Organization. (2020). Global Health Observatory data. Retrieved from https://www.who.int/gho
  • Bibliography example (MLA): Smith, John. The Modern Study. Oxford UP, 2015.
🧮 Formulas
  1. \[APA (book): AuthorLast\]
    \[A\]
    \[A. (Year)\]
    \[Title of book\]
    \[Publisher.\]
  2. \[MLA (book): AuthorLast\]
    \[FirstName\]
    \[Title of Book\]
    \[Publisher\]
    \[Year.\]
  3. \[Chicago (author-date\]
    \[book): AuthorLast\]
    \[FirstName\]
    \[Year\]
    \[Title of Book\]
    \[Place: Publisher.\]
  4. \[Journal article (APA): AuthorLast\]
    \[A\]
    \[A., & AuthorLast\]
    \[B\]
    \[B. (Year)\]
    \[Title of article\]
    \[Title of Journal\]
    \[volume(issue)\]
    \[page range\]
    \[DOI\]
  5. \[Website (APA): Author/Org. (Year)\]
    \[Title of page\]
    \[Site name\]
    \[URL (Access date if required by style)\]
  6. \[Footnote numbering rule: Use consecutive superscript Arabic numerals (1, 2, 3...) in the order notes appear\]
    \[same number links note text and marker.\]
💻11

Table of Contents, Index, Glossary and Cross-references

💻 COMPUTER SCIENCE / IT

Table of Contents, Index, Glossary and Cross-references

Key Point: TOC field code (MS Word) example: { TOC \o "1-3" \h \z \u } (\o '1-3' uses heading levels 1–3; \h makes entries hyperlinks)

This topic covers four essential navigational and reference tools used in digital documents: Table of Contents (TOC), Index, Glossary and Cross-references. These features help readers find information quickly and help authors organise long documents professionally.

Table of Contents (TOC)

Definition: A TOC is an ordered list of a document's major headings (chapters, sections, subsections) with page numbers or hyperlinks. It provides a hierarchical view of the document structure.

How it works (typical workflow):

  • Apply consistent heading styles (Heading 1, Heading 2, Heading 3) to titles and subheadings.
  • Insert a TOC using the word processor's Insert > Table of Contents feature (or generate it dynamically from heading styles).
  • Update the TOC after edits (most tools provide 'Update Table' to refresh page numbers and headings).

Types: static TOC (manually typed) and dynamic TOC (auto-generated from styles). Use dynamic TOC for documents that change often.

Index

Definition: An index is an alphabetical list of important terms and topics with pointers (usually page numbers) to where those items appear in the document. It differs from the TOC by being alphabetical and term-focused rather than hierarchical.

How to create an index:

  • Mark index entries at each occurrence (manual markup or using a concordance file for automation).
  • Insert the Index at the end of the document; the tool collects all marked entries and lists them alphabetically with page references.

Use cases: textbooks, manuals and reference books where readers look up specific terms (e.g., index entry for 'Photosynthesis' lists all pages where the term appears).

Glossary

Definition: A glossary is a list of terms used in the document with brief definitions, usually placed at the front or back of the document. It helps readers understand specialised vocabulary.

How to prepare a glossary:

  • Collect key terms and write concise definitions (consider ordering alphabetically).
  • Format as a two-column list or a term-definition table; optionally link each glossary term to its first occurrence via bookmarks or hyperlinks.

Cross-references

Definition: Cross-references are in-text pointers that refer the reader to another location in the document (e.g., "see Chapter 5", "Figure 3 on page 42"). They can display the target's page number, heading text, figure/table number, or simply act as a hyperlink.

Types of cross-references: to headings, page numbers, numbered items (figures/tables/equations), bookmarks, or footnotes.

How to insert: use Insert > Cross-reference (or equivalent) in your word processor and select the reference type and format. Cross-references update automatically if the target moves (if created as fields).

Best practices

  • Use semantic styles (Heading 1/2/3) so TOC generation is consistent.
  • Mark index entries at logical places (not every trivial mention) to keep the index useful.
  • Keep glossary definitions short and precise; link to full explanations if needed.
  • Prefer dynamic fields (cross-references and TOC fields) so references remain correct after edits.
  • Maintain consistent naming for bookmarks so REF fields and hyperlinks are reliable.

Summary: TOC gives a hierarchical overview, Index provides a term-based lookup, Glossary explains terminology, and Cross-references connect related content inside the document. Together they make a document navigable and reader-friendly.

📌 Examples
  • School textbook: TOC lists chapters and subheadings with page numbers; Index lists keywords like 'Photosynthesis' with multiple page references; Glossary defines terms such as 'Chlorophyll'; Cross-references like 'see Chapter 4: Plant Nutrition' help the student navigate.
  • User manual: TOC shows sections (Installation, Setup, Troubleshooting); Index includes 'error codes' and 'LED indicators' with page numbers; Glossary explains acronyms (e.g., 'HTTP'); Cross-references point from an error entry to steps in the Troubleshooting section.
  • Research report: TOC lists Introduction, Methods, Results, Discussion; Index (or keyword list) helps locate technical terms; Glossary gives definitions for specialised terms; Cross-references link figures/tables (e.g., 'see Figure 2 on page 15').
  • Company policy document: TOC for policy sections, Index for topics employees search for, Glossary for HR terms, Cross-references to related policies or appendices.
🧮 Formulas
  1. \[TOC field code (MS Word) example: { TOC \o "1-3" \h \z \u } (\o '1-3' uses heading levels 1–3\]
    \[\h makes entries hyperlinks)\]
  2. \[Mark index entry (XE) example: { XE "Photosynthesis" } — used to mark occurrences for the generated Index\]
  3. \[Index field example: { INDEX \c 2 \z "1033" } (simple representation: INDEX field compiles marked XE entries into the printed index)\]
  4. \[Cross-reference REF field example: { REF BookmarkName \h } (REF inserts the value of a bookmarked item\]
    \[\h makes it a hyperlink)\]
  5. \[Page-count formula useful for layout: Number of pages in a section = EndPage - StartPage + 1\]
  6. \[TOC level assignment rule (conceptual): TOC_Level = Heading_Style_Level (e.g.\]
    \[Heading 1 → Level 1\]
    \[Heading 2 → Level 2)\]
💻12

Hyperlinks and Bookmarks

💻 COMPUTER SCIENCE / IT

Hyperlinks and Bookmarks

Key Point: URL structure: scheme://host[:port]/path?query#fragment (e.g., https://example.com:443/folder/page.html?q=1#section2)

Definition
A hyperlink is a clickable reference in a document that opens another location — another place in the same document, a different document, a web page, an email address or a file. A bookmark (also called an anchor) is a named position in a document that allows hyperlinks to jump directly to that exact location.

Why they matter
Hyperlinks and bookmarks make long documents easy to navigate, let readers jump from a table of contents to specific sections, connect documents and resources, and enable web-style navigation inside desktop documents and PDFs.

Types of hyperlinks
- Internal (intra-document): link from Table of Contents to a heading inside the same file (uses bookmarks/anchors).
- External (inter-document): links to other files or web pages (URLs).
- Email links: open the user’s mail client (mailto links).
- File links: open local or network files (file URIs).
- Relative vs Absolute: absolute uses full URL (https://...), relative points to files relative to current location (../folder/page.html).

How bookmarks work
A bookmark marks a place in the document with a name/ID. Hyperlinks use that name to jump directly to the marked location. In word processors you insert a bookmark and then create a hyperlink to that bookmark. In HTML you assign id/name to an element and link to it with a fragment (#id).

Common syntax (examples shown for HTML and typical document editors)
- HTML anchor: <a href="https://example.com">Visit</a>
- Internal HTML bookmark: <h2 id="section2">Section 2</h2> and link to it with <a href="#section2">Go to Section 2</a>
- Mailto: <a href="mailto:you@example.com?subject=Query">Email us</a>
- Open in new tab: <a href="https://..." target="_blank" rel="noopener">New Tab</a>

Creating hyperlinks & bookmarks in common tools
- MS Word: select text > Insert > Bookmark > name it. Then select text > Insert > Hyperlink > Place in this Document > choose bookmark.
- Google Docs: use Insert > Bookmark, then Insert > Link > Headings and bookmarks > choose bookmark.
- PDF: add named destinations/bookmarks in PDF editor and link form fields or TOC entries to them.
- HTML: add id attributes on headings or anchors and link using fragment identifiers (#id).

Best practices
- Use meaningful link text (avoid "click here").
- Prefer relative links for files in the same project/site to ease portability.
- Test links after editing (bookmarks can break when headings change).
- For external links opening a new tab, use rel="noopener noreferrer" for security.
- Ensure accessibility: descriptive text, titles, and focus order; screen readers need clear anchor text.

Common problems & fixes
- Broken links: update or remove; use link-checking tools.
- Broken bookmarks after editing: recreate bookmarks or update links; use stable heading IDs in HTML.
- Relative path errors: confirm correct folder depth (../ to go up one level).

📌 Examples
  • Table of Contents in a long project report: create bookmarks at each section heading and link TOC entries to those bookmarks so readers jump directly to Section 3.2.
  • Website FAQ page: link to a specific question on the same page using an id (example.com/faq#payment) so search results or other pages can link to that exact answer.
  • Email link on a contact page: <a href="mailto:support@school.edu?subject=Admission%20Query">Email Admissions</a> — clicking opens the user’s mail client with subject filled.
  • Cross-file link in a shared folder: link from chapter1.docx to appendix.docx using a relative path so links remain valid when the folder is moved together.
  • PDF bookmarks for e-book: add a bookmarks panel (named destinations) so readers can jump between chapters using the PDF viewer’s sidebar.
🧮 Formulas
  1. \[URL structure: scheme://host[:port]/path?query#fragment (e.g.\]
    \[https://example.com:443/folder/page.html?q=1#section2)\]
  2. \[HTML link: <a href="URL_or_fragment">link text</a> (example: <a href="#sec1">Go to Sec 1</a>)\]
  3. \[HTML bookmark/target: <element id="bookmarkName">Heading</element> or <a id="bookmarkName"></a>\]
  4. \[Mailto pattern: <a href="mailto:address@example.com?subject=Subj&body=Message">Email</a>\]
  5. \[Relative path examples: './page2.html' (same folder), '../images/pic.png' (parent folder), 'docs/manual.pdf' (subfolder)\]
  6. \[File URI pattern: file:///C:/Users/Name/Documents/file.pdf (absolute local file path)\]
💻13

Forms and Form Controls

💻 COMPUTER SCIENCE / IT

Forms and Form Controls

Key Point: Total Price = Quantity × Unit Price

What is a Form?
A form is a structured document (digital or printable) designed to collect user data in a consistent way. In digital documentation, forms are interactive documents containing fields where users enter or select information.

Purpose
To gather, validate, process and store information efficiently — examples include registration, surveys, feedback, order forms, attendance, and invoices.

Common Form Controls

  • Label — descriptive text for a field.
  • Text box (single-line) — for names, IDs, short answers.
  • Text area (multi-line) — for comments or addresses.
  • Checkbox — for selecting one or more independent options.
  • Radio/Option button — for choosing exactly one option from a group.
  • Dropdown / Combo box — compact way to select one item from many.
  • List box — list of items, possibly allowing multiple selections.
  • Button / Command button — submit, reset, or run an action (e.g., calculate).
  • Date picker — select a date from a calendar control.
  • Spin button / Numeric stepper — choose a numeric value up/down.
  • File upload — attach files (images, documents).
  • Hidden fields — store data not shown to users (IDs, tokens).

Properties of Controls — each control has properties you set: label/text, name (field identifier), default value, placeholder, size, required/optional, validation rules (type, length, pattern), tooltip/help text, and tab order.

Design Principles for Good Forms

  • Group related fields (use fieldsets or group boxes).
  • Use clear labels and examples (placeholder or help text).
  • Keep logical tab order for keyboard navigation.
  • Mark required fields clearly and validate input (client-side and/or server-side).
  • Use appropriate control types (date picker for dates, dropdown for long option lists).
  • Minimize required typing — use checkboxes, dropdowns where possible.
  • Provide meaningful error messages and inline validation.
  • Design for accessibility (keyboard, screen readers) and mobile responsiveness.

Validation & Calculation
Validation ensures data is correct (e.g., email format, numeric ranges). Calculations inside forms compute derived values (totals, tax, percentages) either via embedded formulas/scripts or by sending data to a backend or spreadsheet engine.

Data Handling
Collected data can be saved to files (CSV, XML), databases, or merged into other documents (mail merge). Forms can be exported as fillable PDFs or published as web forms. Protecting form templates (locking layout, allowing only field entry) prevents accidental edits.

Events & Automation
Buttons and scripts allow automated actions: submit (send data), reset (clear fields), calculate (update totals), or conditional logic (show/hide fields based on answers).

Real-life Applications
Forms are used everywhere: school admission forms, online examination registration, hospital patient intake, hotel booking, e-commerce checkout, opinion polls and employee appraisal forms.

📌 Examples
  • Student Registration Form: fields for First Name, Last Name, DOB (date picker), Class (dropdown), Subjects (checkboxes), Contact Number (validated numeric), Submit button.
  • Online Quiz Form: Name (text), Roll No. (text), Questions with radio buttons for single choice and checkboxes for multiple choice, Submit button that records answers and shows a score.
  • Order / Invoice Form: Item Description (text), Unit Price (numeric), Quantity (spin control), Total Price (calculated field = Unit Price × Quantity), Discount (%) and Net Payable (calculated).
  • Feedback Form: Rating (radio buttons 1–5), Comments (text area), Would Recommend? (checkbox), Email (validated), Submit data to spreadsheet.
  • Attendance Form: Date (date picker), Student list (checkboxes or dropdown), Submit to record presence; can export CSV for record keeping.
🧮 Formulas
  1. \[Total Price = Quantity × Unit Price\]
  2. \[Discount Amount = Total Price × (DiscountRate / 100)\]
  3. \[Net Price = Total Price − Discount Amount\]
  4. \[Tax (VAT) = Net Price × (TaxRate / 100)\]
  5. \[Grand Total = Net Price + Tax\]
  6. \[Percentage = (MarksObtained / MaximumMarks) × 100\]
📊14

Mail Merge and Data Integration

💻 COMPUTER SCIENCE / IT

Mail Merge and Data Integration

Key Point: Documents_generated = Number_of_records_in_data_source (one output per record when merging 1 template).

Mail Merge is a feature in word processors that produces many individualized documents (letters, envelopes, labels, emails, certificates) from one master template and a structured data source. The master document contains static text plus merge fields (placeholders). The data source contains records (rows) and fields (columns). During the merge process each record replaces the merge fields in the template to produce a personalized output.

Components

  • Main document (template): fixed text and merge fields (e.g., «Name», «Address»).
  • Data source: table or file (CSV, XLSX, database) with one row per recipient and one column per field.
  • Merge engine: the software that maps fields to placeholders and generates the output documents.

Steps to perform a mail merge

  1. Prepare and clean the data source (remove duplicates, correct formats, ensure unique keys).
  2. Create the template with static text and insert merge fields where personalization is needed.
  3. Connect the template to the data source and map fields if necessary.
  4. Preview merged records to check layout and formatting.
  5. Complete the merge: print, save as separate files, or send emails.

Data Integration refers to combining data from multiple sources (spreadsheets, databases, CSV files, online forms) to produce a unified data set suitable for mail merge or reporting. Key tasks include matching fields, resolving different formats (dates, numbers), handling missing values, and establishing relationships between tables (using primary/foreign keys).

Important concepts in integration

  • Field mapping: aligning columns from different sources to common names (e.g., FirstName = given_name).
  • Keys and joins: use unique identifiers to connect records from different tables (student_id, customer_id).
  • Data cleaning: remove duplicates, normalize formats, fill or flag missing values.
  • Conditional fields and rules: include IF conditions to customize content (e.g., salutations based on gender or membership level).
  • Privacy & security: protect personal data, use restricted access, and follow consent rules when sending mass communications.

When to use mail merge + integration: sending result cards to students, addressing thousands of envelopes, producing individualized certificates, creating personalized email campaigns where names, scores, grades or balances vary per recipient. Integration means you can combine school database, exam marks file and parent contact list into one source to drive the merge.

Tips & best practices

  • Keep the data source simple (one header row, consistent column names).
  • Validate sample records before merging all (preview first 5–10 records).
  • Use standard formats (ISO dates yyyy-mm-dd) and consistent numeric formats.
  • Back up original files and test export/import between applications (e.g., Excel ↔ CSV).
  • Use conditional text to avoid awkward blanks (e.g., omit middle name if empty).
📌 Examples
  • School report cards: Combine a marks spreadsheet (student_id, name, class, marks) with a certificate template to generate a personalized report for each student.
  • Invitation letters: Use a guest list (name, address, RSVP) and a single invitation template to produce printed letters or addressed envelopes.
  • Mailing labels for a library: Merge patron address data from the library database with a label template to print address labels for overdue notices.
  • Email newsletters: Integrate contact lists from sign-up forms and CRM to send a personalized e-mail to each subscriber with custom greetings and links.
  • Payroll payslips: Merge payroll data (employee_id, name, net_pay) into a payslip template to generate one payslip per employee, saved as separate PDFs.
🧮 Formulas
  1. \[Documents_generated = Number_of_records_in_data_source (one output per record when merging 1 template).\]
  2. \[Selected_documents = Number_of_records × Selection_fraction (e.g.\]
    \[if selecting 30% of records for a campaign).\]
  3. \[Cartesian_product_size = |A| × |B| (when combining two tables without a join key — usually undesirable).\]
  4. \[Inner_join_result_count ≤ min(|A|, |B|) (records that match in both tables by key).\]
  5. \[Left_join_result_count = |A| (all records from left table\]
    \[with matching data from right table when present).\]
  6. \[Estimated_total_time = Template_setup_time + (Per_record_merge_time × Number_of_records) + Printing_time (useful for planning large merges).\]
💻15

Automation: Macros, Fields and Templates

⚡ PHYSICAL LAW / FORMULA

Automation: Macros, Fields and Templates

Key Point: { DATE \@ "dd-MM-yyyy" } — Field code to insert the current date formatted as day-month-year.

Overview
Automation in digital documentation speeds up repetitive tasks and reduces errors by letting the document perform actions automatically. Three main tools used in word processors are macros, fields and templates. They often work together: templates provide structure, fields insert dynamic data, and macros automate sequences of actions.

Macros
A macro is a recorded or programmed sequence of commands that a user can run to repeat tasks instantly. Macros can be recorded (capturing UI actions) or written in a scripting language (e.g., VBA in MS Word). Typical uses: apply complex formatting, insert standard blocks of text, perform multi-step edits, or calculate/customize content. Important: macros can run code, so enable them only from trusted sources.

Fields
Fields are placeholders in a document that display data dynamically. When the document is opened or updated, a field shows current information (date, page number, cross-reference text, merge data, calculations). Fields are lightweight and updateable; you can insert them from the Insert > Field menu or type field codes.

Templates
A template (.dotx/.dotm in Word) is a document blueprint containing predefined styles, layout, content blocks, fields, and optionally macros. Templates enforce consistency (letterheads, invoices, report cards) and let users create new documents with the required structure and automation already embedded.

How they work together
- Create a template for invoices that includes fields for invoice number and date, placeholders for customer data, table formulas for totals, and macros to export PDF and increment the invoice number. When staff create a new invoice from the template, fields fill or prompt for data and a macro finishes repetitive actions.

Benefits

  • Time savings (faster creation of standard documents)
  • Consistency (uniform formatting and language)
  • Accuracy (automatic calculations and updated references)
  • Scalability (easy mass production via mail merge + templates)

Security & best practices

  • Keep macros signed and allow only trusted macros.
  • Use templates stored on shared drives or document libraries for organization-wide consistency.
  • Use fields rather than hard-coded text when data must update (dates, page numbers, references).
  • Test macros on copies and provide a simple user guide (how to update fields, run macros).
📌 Examples
  • Invoice template: A .dotx template includes company header, merge fields for customer name/address, a table with a formula for line totals and grand total, and a macro that exports the filled invoice to PDF and increments an internal invoice counter.
  • School report cards: Template with fields for student name, class, and current date, and mail-merge to populate marks from a spreadsheet. A macro auto-formats grade cells and highlights low scores.
  • Mass mailing / Invitations: Use a template + Mail Merge fields (MERGEFIELD) to generate personalized letters or address labels from a contact list.
  • Legal contract: Template with ASK or FILLIN fields that prompt the user for party names, dates and terms; cross-references (REF) ensure the same names update everywhere in the document.
  • Meeting minutes: Template with header, date field, page numbers, and a macro that inserts a standard attendance table and timestamps the saved file name.
🧮 Formulas
  1. \[{ DATE \@ "dd-MM-yyyy" } — Field code to insert the current date formatted as day-month-year.\]
  2. \[{ PAGE } / { NUMPAGES } — Fields for current page and total pages (e.g., "1 / 10").\]
  3. \[{ MERGEFIELD FirstName } — Mail-merge field to insert a recipient's first name from a data source.\]
  4. \[{ REF ClientName } — Cross-reference: inserts text stored at a bookmarked position named ClientName.\]
  5. \[{ ASK ProjectNumber "Enter project number:" \* MERGEFORMAT } — Prompts user to enter a value at insertion time.\]
  6. \[{ =SUM(ABOVE) } — Word table formula to compute the sum of numeric cells above the current cell.\]
⚖️16

Reviewing and Collaboration Tools

💻 COMPUTER SCIENCE / IT

Reviewing and Collaboration Tools

Key Point: Average edits per collaborator = total edits ÷ number of collaborators

What it is: Reviewing and collaboration tools are features in modern word processors and cloud document editors that let multiple people inspect, suggest, edit, discuss, track and finalize a document while preserving an audit trail of changes.

Core functions:

  • Track Changes / Redlining: Records insertions, deletions and formatting changes with reviewer initials and timestamps so edits can be reviewed and accepted or rejected.
  • Comments and Notes: Attach remarks to specific text or objects, reply in threads, assign tasks and mark issues as resolved.
  • Compare / Combine Documents: Show differences between versions or merge multiple reviewers' copies into one master document.
  • Version History / Revision Control: Stores historical versions; allows restore, name versions, and see who changed what and when.
  • Real-time Co-authoring: Multiple users edit simultaneously (cloud editors). Presence indicators, cursor names, and live updates reduce conflicts.
  • Permissions and Protection: Share links with view/comment/edit rights, restrict editing regions, add passwords or digital signatures for authenticity.
  • Review Pane / Markup View: Summary view of all tracked changes and comments to accelerate review cycles.

How they help (benefits): Maintain accountability, simplify iterative editing, speed up approval workflows, reduce errors (through visible changes), and keep a legal/academic audit trail.

Best practices:

  • Work in Suggestion/Track mode for reviews so original text remains intact.
  • Use descriptive comments and assign owners and deadlines for fixes.
  • Name important versions (Draft 1, Reviewed by X) to make restoration easier.
  • Resolve (don’t delete) comments once addressed to keep history transparent.
  • Use compare/merge tools rather than manual copy-paste to avoid losing edits.
  • Limit simultaneous structural edits (headings, sections) to reduce conflicts in real-time co-authoring.

Common tools and where they appear: Microsoft Word (Track Changes, Compare, Comments, Protect Document), Google Docs (Suggesting mode, Comments, Version history), LibreOffice Writer (Track Changes, Comments), collaborative platforms (SharePoint, OneDrive) and specialized review platforms (Adobe Acrobat for PDF markup).

Example workflow: Author uploads draft → reviewers use Track Changes or Suggest mode and add comments → author reviews changes, uses Accept/Reject, replies to or resolves comments → after consensus the document is finalized and signed/saved as a final version.

📌 Examples
  • Teacher grading essays: teacher turns on Track Changes to suggest edits and uses comments to explain mistakes; student reviews suggestions, accepts or asks clarifying comments, and submits a final version.
  • Student group project: group writes a report in Google Docs; each member works on different sections simultaneously, leaves comments for required changes, and the group uses version history to restore an earlier draft when needed.
  • Legal contract negotiation: lawyers exchange redlined Word documents, use Compare to merge versions, and apply digital signatures on the finalized contract for authenticity.
  • Office policy update: HR collects feedback from multiple departments using comments, tracks contributors' edits, and produces an approved policy with an audit trail showing who approved which changes.
🧮 Formulas
  1. \[Average edits per collaborator = total edits ÷ number of collaborators\]
  2. \[Change acceptance rate (%) = (number of accepted changes ÷ total suggested changes) × 100\]
  3. \[Conflict rate (%) = (number of edit conflicts ÷ total edits) × 100\]
  4. \[Time to finalize (hours/days) = timestamp of final approved version − timestamp of first draft submission\]
  5. \[Review coverage (%) = (number of reviewed sections ÷ total sections) × 100\]
💻17

Security, Protection and Digital Signatures

💻 COMPUTER SCIENCE / IT

Security, Protection and Digital Signatures

Key Point: H = Hash(M) -- compute cryptographic hash of message M (e.g., SHA-256).

Overview

Security and protection in digital documents ensure that information is kept confidential, unchanged, and available when needed. Digital signatures provide a way to verify the authenticity and integrity of electronic documents using cryptographic techniques.

Objectives of Information Security (CIA Triad)

  • Confidentiality – only authorized persons can read the data (examples: encryption, access control).
  • Integrity – data has not been altered without authorization (examples: checksums, hashes, digital signatures).
  • Availability – data and services are accessible to authorized users when required (examples: backups, redundancy).

Common Threats

  • Malware: viruses, worms, ransomware.
  • Phishing and social engineering to steal credentials.
  • Unauthorized access (weak passwords, leaked credentials).
  • Man-in-the-middle attacks on communication channels.

Protection Mechanisms

  • Authentication – verifying identity (passwords, PINs, biometrics, OTP/2FA).
  • Authorization – granting permissions (file permissions, role-based access control).
  • Encryption – converting data into unreadable form for unauthorized users (symmetric and asymmetric encryption).
  • Hashing – creating fixed-size digest of data to detect changes (SHA-256 etc.).
  • Certificates and PKI – public key infrastructure using Certificate Authorities (CAs) to bind public keys to identities.
  • System hygiene – updates/patches, firewalls, antivirus, backups and secure disposal.

Digital Signatures: What and Why

A digital signature is a cryptographic value computed from a message and a signer’s private key. It provides:

  • Authentication – proves who signed the document (non-repudiation).
  • Integrity – shows the document has not been altered since signing.
  • Non-repudiation – signer cannot deny having signed the document.

How Digital Signatures Work (high-level)

  1. The signer computes a cryptographic hash (message digest) of the document using a hashing algorithm (e.g., SHA-256).
  2. The hash is encrypted with the signer’s private key (using an asymmetric algorithm like RSA or ECDSA). This encrypted hash is the digital signature.
  3. The signer sends the document together with the digital signature (and usually their public key certificate).
  4. The receiver computes the hash of the received document, decrypts the signature using the signer’s public key, and compares the two hashes. If they match, the document is authentic and unchanged.

Components

  • Hash function – produces fixed-length digest (fast, collision-resistant).
  • Asymmetric key pair – private key (kept secret) and public key (shared).
  • Digital certificate – issued by a trusted Certificate Authority (CA) linking a public key to an identity.

Algorithms and Standards

  • Hashing: SHA-1 (obsolete), SHA-256, SHA-3.
  • Signature algorithms: RSA, DSA, ECDSA.
  • Standards: X.509 certificates, PKCS, TLS/SSL for secure transport.

Legal Aspect (Example: India)

Under India’s Information Technology Act, digital signatures created by licensed Certifying Authorities (CAs) are legally valid for many electronic transactions. Electronic signatures and digital signatures may have different technical meanings, but digital signatures based on asymmetric cryptography are widely accepted for authenticity.

Best Practices

  • Use strong, unique passwords and enable two-factor authentication.
  • Keep private keys secure (hardware tokens or secure keystores); never share private keys.
  • Verify digital certificates and check certificate validity/revocation status (CRL/OCSP).
  • Use up-to-date hashing and signature algorithms (e.g., SHA-256, RSA-2048/ECDSA).
  • Backup keys and documents securely; revoke and reissue keys if compromised.
📌 Examples
  • Signing a PDF e-form before submitting it to a government portal: the PDF includes a digital signature so the receiving agency can verify the sender and that the form was not altered.
  • HTTPS (TLS) in web browsers: the website presents an X.509 certificate signed by a trusted CA. The browser verifies the certificate and establishes an encrypted channel to protect confidentiality and integrity.
  • Software distribution: developers sign application installers. Users’ systems verify the signature before installation to ensure the software comes from the claimed publisher and is unchanged.
  • Logging into an email account using password + OTP (two-factor authentication) to protect access even if the password is stolen.
  • Password-protecting or encrypting a confidential document stored on cloud services so only authorized users or keys can decrypt it.
🧮 Formulas
  1. \[H = Hash(M) -- compute cryptographic hash of message M (e.g.\]
    \[SHA-256).\]
  2. \[Signature S = Encrypt_private(H) -- encrypt hash with signer’s private key (Sign).\]
  3. \[Verification: Decrypt_public(S) = H'\]
    \[Check Hash(M) == H' -- if equal\]
    \[signature is valid.\]
  4. \[Notation: Sign_{Kpriv}(M) = Encrypt_{Kpriv}(Hash(M))\]
    \[Verify_{Kpub}(M,S) ⇔ Hash(M) == Decrypt_{Kpub}(S).\]
📊18

Accessibility, Metadata and Document Properties

💻 COMPUTER SCIENCE / IT

Accessibility, Metadata and Document Properties

Key Point: Contrast guideline (WCAG): Contrast ratio ≥ 4.5:1 for normal text, ≥ 3:1 for large text (WCAG AA).

Overview

Accessibility, metadata and document properties are interrelated concepts that make digital documents easier to find, understand and use by all people, including those with disabilities. Accessibility focuses on making content perceivable, operable, understandable and robust. Metadata and document properties provide descriptive information about a file that helps indexing, searching and machine processing (including assistive technologies).

Accessibility — key ideas

  • Perceivable: Provide text alternatives (alt text) for images, captions for audio/video and transcripts for spoken content so people who are blind or deaf can access the information.
  • Operable: Ensure keyboard navigation, clear link names, and properly labeled form fields so users who cannot use a mouse can work with the document.
  • Understandable: Use clear language, logical reading order, consistent structure (headings), and avoid overly complex layouts.
  • Robust: Use markup and file formats that are compatible with assistive technologies (tagged PDF, semantic HTML, properly structured DOCX/PPTX).

Common accessibility features

  • Alt text on images (concise description).
  • Document language tag (so screen readers use correct pronunciation).
  • Headings (H1, H2, H3) and a logical structure for navigation.
  • Properly tagged tables (header rows, scope attributes).
  • Readable font size (generally ≥ 12pt), line spacing, and sufficient color contrast.
  • Keyboard-accessible controls and labelled form fields.

Metadata and document properties — what they are

Document properties and metadata are pieces of information attached to a file that describe it. There are two broad categories:

  • Descriptive metadata: title, author, subject, keywords, description (helps users and search engines find content).
  • Technical/administrative metadata: file size, format, creation/modification dates, permissions, software used, version, language tags.

Standards and technologies

  • XMP (Extensible Metadata Platform) — used by many document/image formats to embed metadata.
  • EXIF/IPTC — common in photographs (camera model, GPS, timestamp).
  • PDF tags & ARIA roles — improve accessibility for PDFs and web content.
  • WCAG (Web Content Accessibility Guidelines) — global standards for accessibility (useful thresholds and techniques).

Why they matter (practical benefits)

  • Improved discoverability: search engines and document managers use metadata to index files.
  • Inclusion: accessible documents let people with disabilities read and interact with content.
  • Legal & organizational compliance: many schools, governments and companies require accessibility.
  • Better reuse & automation: metadata enables workflows, batch processing and correct citation.

Best practices (quick checklist)

  • Give every document a clear title and descriptive filename.
  • Fill author, subject and keywords fields for searchable context.
  • Write concise alt text for images (one-line for simple images; longer descriptions if complex).
  • Use semantic headings and keep reading order logical.
  • Tag PDFs and export from Office apps with accessibility options enabled.
  • Maintain a language tag and provide captions/transcripts for multimedia.
  • Ensure contrast ratios and font sizes meet accessibility thresholds.

Example scenario (student project)

A student submits a research report as a PDF with: a descriptive title property, their name in the author property, keywords (topic, class, year), all images with alt text, headings used for sections, a tagged table with header rows, and a transcript for an embedded interview. A teacher can search for the report using keywords, and a classmate who is visually impaired can read it with a screen reader.

📌 Examples
  • Resume stored as PDF: add Title = “Rahul Sharma – Mathematics Tutor”, Author, Keywords = {resume, 2025}, and ensure all images/graphs have alt text so recruiters using screen readers can access content.
  • Photograph on a school website: EXIF metadata includes date, camera, and GPS; add alt text like “Group photo of Class 10 science club, July 2025”.
  • PowerPoint presentation for a lesson: use slide titles, provide alt text for diagrams, add speaker notes transcript and export as an accessible PDF (tagged) for students who use screen readers.
  • Government form in PDF: tagged fields with accessible labels, tab order set, and properties showing document version and creation date to help administrative processing.
  • Music file (MP3): ID3 metadata contains title, artist, album and year so media players and search tools display useful details.
  • Research article PDF: include descriptive metadata (title, authors, abstract) so institutional repositories and search engines index the work accurately.
🧮 Formulas
  1. \[Contrast guideline (WCAG): Contrast ratio ≥ 4.5:1 for normal text, ≥ 3:1 for large text (WCAG AA).\]
  2. \[Alt text length: 1–125 characters (practical guideline) — enough to describe the essential content concisely.\]
  3. \[Heading hierarchy rule: use H1 then H2 then H3 — never skip from H1 straight to H4 (maintain logical order).\]
  4. \[Minimum readable font: body text ≥ 12pt (or ≥ 16px on web) as a guideline\]
    \[line-height ≈ 1.2–1.5 for readability.\]
  5. \[Filename-title consistency: filename ≈ short-keywords + date (e.g.\]
    \[ProjectReport_Math_2025.pdf) and Metadata.Title = full descriptive title.\]
💻19

Exporting, Printing and Publishing

💻 COMPUTER SCIENCE / IT

Exporting, Printing and Publishing

Key Point: pixels = inches × DPI (e.g., for 8 in × 10 in at 300 DPI: width_px = 8 × 300 = 2400 px, height_px = 10 × 300 = 3000 px)

Exporting, Printing and Publishing are the final steps in digital document creation. They ensure that a document created in an application (word processor, DTP, graphics editor) is converted to the appropriate format, prepared for physical or digital distribution, and output with correct appearance and quality.

1. Exporting

  • Definition: Converting and saving a document in another file format for compatibility, delivery or further use.
  • Common formats and uses:
    • PDF — universal for reports, forms, and print-ready files; preserves layout, supports embedded fonts, security settings.
    • DOCX / ODT — editable text formats for collaboration.
    • EPUB / MOBI — e-book formats for readers and mobile devices.
    • PNG / JPG / TIFF — raster images for web or print (JPG lossy, PNG lossless with transparency, TIFF for high-quality print).
    • SVG — vector graphics for scalable logos and illustrations.
  • Key export settings to check:
    • Page size and orientation (A4, Letter, A3, custom)
    • Resolution (DPI/PPI) for images
    • Color mode: RGB for screens, CMYK for commercial printing
    • Embed fonts and subset to avoid font substitution
    • Compression and image quality to balance file size vs quality
    • Bleed, crop marks and slug for full-bleed print jobs

2. Printing

  • Definition: Producing a physical copy on paper using a printer or press.
  • Printer types:
    • Inkjet — good for photos and small runs
    • Laser — fast, good for text and office prints
    • Offset/commercial press — best for large print runs and accurate color
  • Important print settings:
    • Print preview to verify layout, page breaks and margins
    • Double-sided (duplex) vs single-sided
    • Paper type and weight (e.g., 80 gsm for normal, 200+ gsm for cards)
    • Scaling (fit to page vs actual size)
    • Color management: convert RGB images to CMYK when required by the printer
    • Bleed and trim: allow extra image beyond trim edge to avoid white borders

3. Publishing (Digital & Print)

  • Definition: Making a document available to an audience — either in printed form, on a website, or via digital platforms (e-books, PDFs).
  • Digital publishing considerations:
    • File accessibility (text alternatives, tagged PDF for screen readers)
    • Metadata (title, author, description, keywords) for search and cataloguing
    • Choose format by platform: EPUB for e-readers, responsive PDF/HTML for web
    • Compression and responsive images for faster downloads
  • Print publishing considerations:
    • Preflight checks: fonts, color spaces, missing links, image resolution
    • Imposition for booklets (arranging pages so they print in the correct order)
    • Proofing: soft proof (on screen) and hard proof (test print) to confirm color and layout

4. Export–Print–Publish Checklist

  1. Set correct page size and margins.
  2. Ensure images meet required DPI (usually 300 DPI for quality print).
  3. Convert colors to CMYK if sending to commercial press.
  4. Embed fonts or convert text to outlines (for vector elements) if necessary.
  5. Include bleed and crop marks for edge-to-edge printing.
  6. Perform preflight check: missing fonts, low-res images, transparency issues.
  7. Export to the recommended format (PDF/X for print, EPUB for e-books, PNG/JPG for web images).
  8. Proof and, if printed, request a hard proof before full run.

By following these guidelines, you make documents reliable across devices and printers, reduce reprints, and ensure professional output for both physical and digital audiences.

📌 Examples
  • School magazine: Design pages in a desktop publishing app, export as high-quality PDF with embedded fonts and 3 mm bleed, send to printer for offset printing.
  • Photograph for frame: Resize and export image at 300 DPI in TIFF or maximum-quality JPEG to preserve detail before printing at 8x10 inches.
  • Class presentation handout: Export slides to PDF, set page size to A4, enable 'fit to page', and print duplex to save paper.
  • E-book: Convert a long report to EPUB (reflowable text), include metadata and table of contents, publish to an online bookstore.
  • Flyer for event: Create in RGB, convert artwork to CMYK, export PDF/X-1a for press, include crop marks and 3–5 mm bleed.
🧮 Formulas
  1. \[pixels = inches × DPI (e.g.\]
    \[for 8 in × 10 in at 300 DPI: width_px = 8 × 300 = 2400 px\]
    \[height_px = 10 × 300 = 3000 px)\]
  2. \[required_image_resolution_px = print_size_in_inches × required_DPI\]
  3. \[file_size_estimate_bytes ≈ width_px × height_px × color_depth_bits / 8 (color_depth_bits: 24 for 8-bit per channel RGB)\]
  4. \[printable_area = page_size − (left_margin + right_margin\]
    \[top_margin + bottom_margin)\]
  5. \[scaling_percent = (desired_print_size / original_size) × 100\]
  6. \[approx_print_cost = setup_fee + (per_page_cost × number_of_pages) + (color_surcharge × number_of_color_pages)\]
💻20

Advanced Tools and Special Features

💻 COMPUTER SCIENCE / IT

Advanced Tools and Special Features

Key Point: { MERGEFIELD FirstName } — example merge field to insert recipient's first name

Advanced Tools and Special Features in digital documentation are high-level functions that help create, manage, review and distribute professional documents efficiently. These features reduce repetitive work, improve consistency, support collaboration and help produce long, structured documents (reports, manuals, certificates) with minimal manual effort.

  • Styles and Formatting: Define and apply named formats (Heading 1, Normal, Quote) to ensure uniform look and enable automatic structure-based features (TOC, cross-references).
  • Templates: Prebuilt document shells containing styles, headers/footers, and placeholders. Use templates to standardize letters, invoices and reports.
  • Table of Contents, Indexing and Captions: Generate TOC from heading styles; insert captions for figures/tables and create an index for quick navigation of long documents.
  • Cross-references and Bookmarks: Link to headings, figures, tables or bookmarked text so references update automatically when content moves.
  • Citations and Bibliography: Insert and manage references, choose citation styles (APA, MLA) and auto-generate the bibliography.
  • Track Changes and Comments: Record edits and suggestions by multiple reviewers and accept or reject changes; use comments for discussion without altering the main text.
  • Compare and Combine Documents: Highlight differences between document versions or merge reviewer edits into a single master copy.
  • Mail Merge: Create multiple personalized documents (letters, certificates, labels) by merging a template with a data source (spreadsheet, database).
  • Macros and AutoText / Quick Parts: Record or write scripts (macros) to automate repetitive tasks; save frequently used blocks of text as AutoText for one-click insertion.
  • Forms and Form Controls: Design fillable forms (text fields, checkboxes, dropdowns) and protect them so users can enter data without changing layout—useful for surveys, applications and exams.
  • Fields and Field Codes: Use dynamic fields to insert values that update automatically (page numbers, dates, formula results, merge fields, conditional content).
  • Headers/Footers, Page Numbering and Section Breaks: Control layout across document sections (different numbering, orientation) and insert running headers or footers.
  • Watermarks, Protection and Digital Signatures: Apply watermarks (e.g., DRAFT), restrict editing, and add digital signatures to secure authenticity.
  • Accessibility Features: Add alternative text to images, use proper heading structure and readable fonts to make documents accessible to screen readers.
  • Version History and Document Compare: Track and restore previous versions, and review changes across versions to maintain a clear revision trail.

Best practices: use styles consistently, keep templates updated, test macros before wide use, protect form templates, and always maintain a source data file for mail merge. These features combine to save time, enforce consistency, and support collaborative workflows in real-life tasks such as report writing, certificate generation, publishing manuals, and preparing assessments.

📌 Examples
  • Mail merge to generate 200 personalized exam completion certificates by merging a certificate template with a student spreadsheet.
  • Using Track Changes and Comments when three students collaboratively edit a project report so the teacher can review and accept edits.
  • Creating an invoice template with fields for customer name, invoice number and total; using formulas in table cells to calculate totals.
  • Recording a macro to format imported text (apply styles, remove extra spaces, standardize fonts) so every weekly report is cleaned automatically.
  • Designing a fillable feedback form (text boxes, radio buttons) and distributing it as a protected document to collect responses.
  • Auto-generating a Table of Contents and list of figures for a 30-page science project using consistent heading styles and captions.
🧮 Formulas
  1. \[{ MERGEFIELD FirstName } — example merge field to insert recipient's first name\]
  2. \[{ IF { MERGEFIELD Score } >= 35 "Pass" "Fail" } — conditional field for pass/fail in mail merge\]
  3. \[{ PAGE } of { NUMPAGES } — dynamic page numbering in header/footer\]
  4. \[{ DATE \@ 'dd-MM-yyyy' } — formatted current date field (example date format)\]
  5. \[=SUM(ABOVE) — table cell formula (Word tables) to sum numbers above the cell\]
  6. \[{ SEQ Figure } — sequence field to number figures/tables automatically (Figure 1\]
    \[Figure 2, ...)\]

Key Concepts

Style
A saved set of formatting attributes (font, size, colour, spacing) that can be applied to text to keep documents consistent.
Template
A pre-designed document file with layout, styles and placeholders that serves as a starting point for new documents.
Theme
A coordinated set of fonts, colours and effects applied to a document for a uniform look.
Header
Area at the top of each page where you can add repeating text or graphics such as titles or page numbers.
Footer
Area at the bottom of each page used for repeated information like page numbers or footnotes references.
Page Break
A marker that forces text after it to start at the top of the next page.
Section Break
A divider that creates a new section in a document so different formatting (margins, headers) can be applied.
Table of Contents (TOC)
An automatically generated list of document headings with page numbers, used for navigation.
Index
An alphabetical list of important terms and the pages where they appear, usually placed at the end of a document.
Bookmark
A stored location or selection in a document that can be returned to quickly or referenced by links.
Cross-reference
A link in the document that points to headings, figures, tables, or page numbers; updates automatically.
Footnote
A short note placed at the bottom of the page to provide references or additional information.
Endnote
A note similar to a footnote but collected at the end of the document or section instead of the page.
Track Changes
A feature that records edits (insertions, deletions, formatting) so reviewers can see and accept or reject them.
Comment
A note attached to a portion of the document used for feedback or reminders, without changing the text.
Mail Merge
A process to create personalized documents (letters, labels) by merging a template with a data source (names, addresses).
Field
A placeholder in a document that displays dynamic data (date, page number, merged data) and updates automatically.
Macro
A recorded or programmed sequence of actions that automates repetitive tasks in a document.
Watermark
Faint text or image placed behind document content, often used to mark drafts or indicate confidentiality.
Digital Signature
An electronic certificate that verifies the author and integrity of a digital document.

Practice Questions

  1. Define digital documentation and distinguish between the file formats DOCX and PDF in terms of use. / डिजिटल डॉक्यूमेंटेशन को परिभाषित कीजिए और उपयोग की दृष्टि से DOCX तथा PDF फ़ाइल प्रारूपों में अंतर कीजिए।
    Show answer

    Digital documentation is creating, formatting, storing and sharing documents using software; DOCX is an editable format used while drafting, whereas PDF is a fixed-layout format used for final distribution where formatting must not change. / डिजिटल डॉक्यूमेंटेशन सॉफ्टवेयर से दस्तावेज़ बनाना, फ़ॉर्मेट करना, संग्रहित करना और साझा करना है; DOCX संपादन-योग्य प्रारूप है जो मसौदा बनाते समय प्रयोग होता है, जबकि PDF निश्चित-लेआउट प्रारूप है जो अंतिम वितरण के लिए प्रयोग होता है जहाँ फ़ॉर्मेटिंग नहीं बदलनी चाहिए।

  2. Explain the difference between a style and a template, giving one example of each. / स्टाइल और टेम्पलेट के बीच अंतर समझाइए, प्रत्येक का एक उदाहरण दीजिए।
    Show answer

    A style is a reusable set of formatting applied to parts of a document (e.g., a 'Heading 1' style), while a template is a whole-document blueprint that includes styles, layout and placeholders (e.g., a report template). / स्टाइल फ़ॉर्मेटिंग का पुनः-प्रयोग योग्य समूह है जो दस्तावेज़ के हिस्सों पर लागू होता है (जैसे 'Heading 1' स्टाइल), जबकि टेम्पलेट पूरे दस्तावेज़ का खाका है जिसमें स्टाइल, लेआउट और प्लेसहोल्डर शामिल होते हैं (जैसे रिपोर्ट टेम्पलेट)।

  3. Why should built-in heading styles be used instead of manual formatting in a long document? / लंबे दस्तावेज़ में मैन्युअल फ़ॉर्मेटिंग के बजाय अंतर्निहित हेडिंग स्टाइल क्यों प्रयोग करनी चाहिए?
    Show answer

    Using heading styles keeps the look consistent and allows an automatic table of contents and cross-references to be generated and updated, which manual formatting cannot support. / हेडिंग स्टाइल प्रयोग करने से रूप एक समान रहता है और स्वचालित विषय-सूची तथा क्रॉस-रेफरेंस उत्पन्न व अद्यतन किए जा सकते हैं, जिसे मैन्युअल फ़ॉर्मेटिंग सहारा नहीं दे सकती।

  4. What is mail merge and give one situation where it is useful? / मेल मर्ज क्या है और एक स्थिति बताइए जहाँ यह उपयोगी है?
    Show answer

    Mail merge combines a main document with a data source (such as a spreadsheet list) to produce many personalized copies; it is useful for generating personalized invitation letters or certificates for many recipients. / मेल मर्ज एक मुख्य दस्तावेज़ को डेटा स्रोत (जैसे स्प्रेडशीट सूची) के साथ जोड़कर कई व्यक्तिगत प्रतियाँ बनाता है; यह कई प्राप्तकर्ताओं के लिए व्यक्तिगत निमंत्रण पत्र या प्रमाणपत्र बनाने में उपयोगी है।

  5. Calculate the uncompressed file size of a 1920x1080 image with 24-bit colour depth. Show the steps. / 24-बिट रंग गहराई वाले 1920x1080 चित्र का असंपीड़ित फ़ाइल आकार ज्ञात कीजिए। चरण दिखाइए।
    Show answer

    Size = width × height × colour_depth ÷ 8 = 1920 × 1080 × 24 ÷ 8 = 6,220,800 bytes ≈ 5.93 MB. / आकार = चौड़ाई × ऊँचाई × रंग_गहराई ÷ 8 = 1920 × 1080 × 24 ÷ 8 = 6,220,800 बाइट ≈ 5.93 MB।

  6. A 4-inch by 6-inch photo must print at 300 DPI. Find the required pixel dimensions. / एक 4 इंच गुणा 6 इंच का फ़ोटो 300 DPI पर प्रिंट होना है। आवश्यक पिक्सेल आयाम ज्ञात कीजिए।
    Show answer

    Pixels = inches × DPI, so width = 4 × 300 = 1200 px and height = 6 × 300 = 1800 px, giving 1200 × 1800 pixels. / पिक्सेल = इंच × DPI, अतः चौड़ाई = 4 × 300 = 1200 px और ऊँचाई = 6 × 300 = 1800 px, अर्थात 1200 × 1800 पिक्सेल।

  7. Differentiate between footnotes and endnotes and state when each should be used. / फुटनोट और एंडनोट के बीच अंतर कीजिए और बताइए कि प्रत्येक का प्रयोग कब करना चाहिए।
    Show answer

    Footnotes appear at the bottom of the same page and suit short, immediate references, while endnotes are collected at the end of a chapter or document and suit numerous or lengthy notes that would clutter pages. / फुटनोट उसी पृष्ठ के नीचे आते हैं और संक्षिप्त, तत्काल संदर्भों के लिए उपयुक्त हैं, जबकि एंडनोट किसी अध्याय या दस्तावेज़ के अंत में एकत्रित होते हैं और ऐसे अनेक या लंबे नोट्स के लिए उपयुक्त हैं जो पृष्ठ को अव्यवस्थित कर देते।

  8. What is the purpose of the 'Different First Page' option for headers and footers, and where is it typically used? / हेडर और फुटर के लिए 'Different First Page' विकल्प का उद्देश्य क्या है, और इसका सामान्यतः प्रयोग कहाँ होता है?
    Show answer

    It allows the first page to have a different header/footer (or none) from the rest, and is typically used to omit the page number or header on a title/cover page. / यह पहले पृष्ठ को शेष से अलग (या बिना) हेडर/फुटर रखने देता है, और सामान्यतः शीर्षक/कवर पृष्ठ पर पृष्ठ संख्या या हेडर हटाने के लिए प्रयोग होता है।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 261 content files · LLOS Learn · browse all chapters