| 1 | # What Is a PPT? |
| 2 | |
| 3 | [English](./what-is-ppt.md) | [Chinese](./zh/what-is-ppt.md) |
| 4 | |
| 5 | --- |
| 6 | |
| 7 | This document explains what people mean by “PPT,” why they create presentations, how a PowerPoint document is structured, and what makes the medium suitable or unsuitable for a communication task. |
| 8 | |
| 9 | It treats PPT as a communication medium, an editable document, a delivery format, and a native file structure—not merely as a set of slides. |
| 10 | |
| 11 | ## 1. “PPT” Names Several Different Things |
| 12 | |
| 13 | In ordinary usage, “PPT” is overloaded. A useful discussion separates at least five meanings: |
| 14 | |
| 15 | | Meaning | Definition | |
| 16 | |---|---| |
| 17 | | PowerPoint | Microsoft’s authoring, editing, presenting, and collaboration application | |
| 18 | | Presentation | A communication event involving a message, an audience, a delivery context, and an intended outcome | |
| 19 | | Deck | The ordered, editable presentation document used before, during, and after that event | |
| 20 | | Slide show | The performed or played-back sequence, potentially including transitions, animation, narration, video, and timing | |
| 21 | | PPT/PPTX file | The digital package that stores slides, reusable structure, media, notes, comments, relationships, and presentation behavior | |
| 22 | |
| 23 | Microsoft describes PowerPoint as a tool for creating presentations from scratch or templates, combining text, images, art, and video, adding transitions and animation, and sharing the result with others. That capability list already shows that a presentation is more than a stack of static pages. See [Microsoft’s PowerPoint overview](https://support.microsoft.com/en-us/powerpoint/training/what-is-powerpoint). |
| 24 | |
| 25 | In this document, **PPT means a PowerPoint-class presentation artifact and its communication use**, not only the legacy `.ppt` extension. |
| 26 | |
| 27 | ### 1.1 Common file types |
| 28 | |
| 29 | | Extension | Role | |
| 30 | |---|---| |
| 31 | | `.ppt` | Legacy PowerPoint 97–2003 binary presentation | |
| 32 | | `.pptx` | Current macro-free PowerPoint presentation package and the main editable format used by modern PowerPoint | |
| 33 | | `.pptm` | Macro-enabled PowerPoint presentation | |
| 34 | | `.potx` | Reusable PowerPoint template | |
| 35 | | `.ppsx` | PowerPoint show that opens directly in Slide Show view | |
| 36 | |
| 37 | The current formats and their intended uses are documented in [Microsoft’s file-format reference](https://support.microsoft.com/en-us/powerpoint/file-formats-that-are-supported-in-powerpoint). Modern `.pptx` is an Office Open XML package whose vocabularies and packaging are standardized by [ECMA-376 / ISO/IEC 29500](https://ecma-international.org/publications-and-standards/standards/ecma-376/). |
| 38 | |
| 39 | --- |
| 40 | |
| 41 | ## 2. Why People Create Presentations |
| 42 | |
| 43 | People rarely want “slides” as an end in themselves. They want to change what an audience knows, understands, believes, decides, or does, and often to leave behind an organizational artifact. |
| 44 | |
| 45 | ```text |
| 46 | Source material + intent |
| 47 | → ordered argument or explanation |
| 48 | → shared visual experience |
| 49 | → audience outcome |
| 50 | + editable, distributable record |
| 51 | ``` |
| 52 | |
| 53 | | Communication job | Intended change after the presentation | |
| 54 | |---|---| |
| 55 | | Inform | The audience knows facts it did not know before | |
| 56 | | Explain | The audience understands a mechanism, relationship, or cause | |
| 57 | | Persuade | The audience accepts or seriously considers a position | |
| 58 | | Decide | A group moves from alternatives to a choice | |
| 59 | | Align | Participants share priorities, language, and next steps | |
| 60 | | Teach | Learners can understand, remember, or perform something | |
| 61 | | Report and account | Stakeholders can assess progress, evidence, risk, and ownership | |
| 62 | | Mobilize | People move from awareness to action | |
| 63 | | Record and hand off | The organization retains an approvable, auditable, reusable artifact | |
| 64 | |
| 65 | A single deck may serve several jobs. The useful question is not which one label wins, but how those jobs relate: whether any outcome leads, which ones support one another, and in what sequence. A “status update,” for example, may report progress, expose risk, and request a decision in the same flow. |
| 66 | |
| 67 | Organizational-communication research treats recurring forms such as proposals, meetings, and reports as socially recognized responses to recurring situations and purposes. That framing is useful here: a deck is not a neutral container; it participates in an organizational communication practice. See Yates and Orlikowski, [“Genres of Organizational Communication”](https://doi.org/10.5465/amr.1992.4279545). |
| 68 | |
| 69 | --- |
| 70 | |
| 71 | ## 3. Why Use PowerPoint Instead of Another Medium |
| 72 | |
| 73 | PowerPoint is valuable when a task needs several properties at once: |
| 74 | |
| 75 | | Property | Value | |
| 76 | |---|---| |
| 77 | | Sequence | The author can control or propose an order of attention | |
| 78 | | Modularity | Slides can be reordered, hidden, duplicated, replaced, or reused | |
| 79 | | Multimedia composition | Text, diagrams, data, pictures, audio, and video can coexist within a slide; animation adds change over time, and transitions connect slides | |
| 80 | | Presenter support | Notes, Presenter View, timing, and navigation support live delivery | |
| 81 | | Reader support | Reading View, comments, notes pages, handouts, and sharing support asynchronous review | |
| 82 | | Editability | The artifact can be revised, localized, extended, and repurposed | |
| 83 | | Organizational portability | The same artifact can move through meetings, review, approval, archive, and reuse | |
| 84 | |
| 85 | PowerPoint should not be the default for every information task: |
| 86 | |
| 87 | | Primary need | Often better primary medium | |
| 88 | |---|---| |
| 89 | | Long, linear, self-contained argument | Document or report | |
| 90 | | Live exploration of changing data | Spreadsheet, notebook, or dashboard | |
| 91 | | Open-ended group discovery | Whiteboard or collaborative canvas | |
| 92 | | Fixed, repeatable playback with no editing requirement | Video | |
| 93 | | Interactive navigation and rich user input | Web application | |
| 94 | | Sequential, visual, editable communication that must also circulate | PowerPoint | |
| 95 | |
| 96 | The choice is therefore scenario-dependent. “Can this be expressed as slides?” is weaker than “Is a sequenced, modular, editable presentation artifact the right medium for this job?” |
| 97 | |
| 98 | --- |
| 99 | |
| 100 | ## 4. A PPT Has More Than One Life |
| 101 | |
| 102 | A deck commonly serves different purposes across its lifecycle: |
| 103 | |
| 104 | | Stage | Role of the deck | |
| 105 | |---|---| |
| 106 | | Before the event | A thinking, synthesis, review, and rehearsal tool | |
| 107 | | During the event | A shared visual surface that coordinates attention and pacing | |
| 108 | | After the event | A reading copy, decision record, handout, approval artifact, or reusable source | |
| 109 | | Without a live event | An asynchronously read, recorded, narrated, or self-running presentation | |
| 110 | |
| 111 | PowerPoint itself exposes separate editing, Slide Show, Presenter, Reading, Notes, Handout, and Master views. Microsoft explicitly recommends Presenter View for delivery with private notes and Reading View for reviewing a presentation without a presenter. See [Choose the right view for the task](https://support.microsoft.com/en-US/PowerPoint/training/choose-the-right-view-for-the-task-in-powerpoint). |
| 112 | |
| 113 | ### 4.1 Delivery context changes the design |
| 114 | |
| 115 | | Primary context | What the deck must optimize for | |
| 116 | |---|---| |
| 117 | | Presenter-led | Distance legibility, pacing, visual anchors, and complementing speech | |
| 118 | | Reader-led | Self-contained reasoning, explicit context, denser evidence, and navigability | |
| 119 | | Hybrid | A clear primary mode plus notes, appendix, or supporting detail for the secondary mode | |
| 120 | | Recorded or self-running | Narration, timing, transitions, playback reliability, and no dependence on a live presenter | |
| 121 | |
| 122 | The same slide cannot be assumed to optimize all four contexts. A sparse, speaker-led slide may fail as a standalone decision record; a dense board memo may fail on a large screen. The primary delivery context must be explicit before page density and typography are chosen. |
| 123 | |
| 124 | Microsoft’s support for [speaker notes and handouts](https://support.microsoft.com/en-US/PowerPoint/print-your-handouts-notes-or-slides), [recorded narration and timings](https://support.microsoft.com/en-us/PowerPoint/training/record-a-slide-show-with-narration-and-slide-timings), and [sharing and co-authoring](https://support.microsoft.com/en-us/powerpoint/training/share-your-powerpoint-presentation-with-others) is further evidence that a PowerPoint artifact spans performance, reading, distribution, and reuse. |
| 125 | |
| 126 | --- |
| 127 | |
| 128 | ## 5. The Native PowerPoint Object Model |
| 129 | |
| 130 | A `.pptx` file is a package of related parts, not one bitmap per slide and not one monolithic XML document. Microsoft’s [PresentationML structure guide](https://learn.microsoft.com/en-us/office/open-xml/presentation/structure-of-a-presentationml-document) identifies Presentation, Theme, Slide Master, Slide Layout, and Slide as core parts, with optional notes, handouts, comments, media, transitions, and animation. |
| 131 | |
| 132 | ```text |
| 133 | Presentation package |
| 134 | ├── Theme |
| 135 | ├── Slide Master A |
| 136 | │ ├── Slide Layout A1 |
| 137 | │ │ ├── Slide 1 |
| 138 | │ │ └── Slide 4 |
| 139 | │ └── Slide Layout A2 |
| 140 | │ └── Slide 2 |
| 141 | ├── Slide Master B |
| 142 | │ └── Slide Layout B1 |
| 143 | │ └── Slide 7 |
| 144 | ├── Notes / Handouts / Comments |
| 145 | └── Media / Charts / Tables / Transitions / Animation / Audio |
| 146 | ``` |
| 147 | |
| 148 | | Object | Responsibility | |
| 149 | |---|---| |
| 150 | | Theme | Reusable colors, fonts, and effects | |
| 151 | | Slide Master | Shared formatting and objects for a family of layouts | |
| 152 | | Slide Layout | Default appearance, positioning, and placeholders for a slide type | |
| 153 | | Placeholder | A preformatted, typed content container on a layout | |
| 154 | | Slide | One content instance associated with a layout | |
| 155 | | Notes and handouts | Presenter and audience channels beyond the visible slide | |
| 156 | | Package relationships | Connections among slides, layouts, masters, media, notes, comments, and other parts | |
| 157 | | Presentation behavior | Ordering, transitions, animation, narration, and timing | |
| 158 | |
| 159 | Microsoft defines slide layouts as containers for formatting, positioning, and placeholders, and shows them as children of a slide master. See [What is a slide layout?](https://support.microsoft.com/en-US/PowerPoint/what-is-a-slide-layout). |
| 160 | |
| 161 | This hierarchy matters because a visually correct screenshot can still be a structurally poor PowerPoint. A real deck also needs useful object boundaries, inheritance, editability, relationships, and delivery behavior. |
| 162 | |
| 163 | --- |
| 164 | |
| 165 | ## 6. What a PowerPoint Template Is |
| 166 | |
| 167 | Microsoft distinguishes a theme from a template: a theme supplies coordinated colors, fonts, and effects, while a template adds content and structure for a particular purpose. See [Themes versus templates](https://support.microsoft.com/en-us/powerpoint/understand-the-difference-between-powerpoint-templates-and-themes). |
| 168 | |
| 169 | That definition leads to a practical principle: |
| 170 | |
| 171 | > A template exists because a presentation identity, structure, or communication scenario is expected to recur. |
| 172 | |
| 173 | In practice, a PowerPoint template can combine several reusable layers: |
| 174 | |
| 175 | | Layer | What it contributes | |
| 176 | |---|---| |
| 177 | | Theme | Coordinated colors, fonts, and effects | |
| 178 | | Slide Master | Shared formatting and fixed objects for a family of layouts | |
| 179 | | Slide Layout | Placeholder structure and default composition for a recurring slide type | |
| 180 | | Boilerplate and sample content | Starting slides, recurring wording, examples, and guidance for a particular purpose | |
| 181 | |
| 182 | Templates reduce repeated setup, preserve visual and structural consistency, encode recurring presentation patterns, and make later editing and review more predictable. A deck may be copied or used as a reference, but visual similarity alone does not make it a well-structured template. A useful template separates stable, reusable decisions from content that belongs only to one presentation. |
| 183 | |
| 184 | --- |
| 185 | |
| 186 | ## 7. What Makes a PPT Good |
| 187 | |
| 188 | A good deck is not defined by visual polish alone. Quality is layered: |
| 189 | |
| 190 | | Layer | Core question | |
| 191 | |---|---| |
| 192 | | Factual | Are claims, values, sources, and distinctions correct? | |
| 193 | | Communicative | Is the audience, desired outcome, central message, and call to action clear? | |
| 194 | | Narrative | Does the sequence create the intended understanding, judgment, or decision? | |
| 195 | | Cognitive | Can people perceive, process, and connect the information without avoidable overload? | |
| 196 | | Visual | Do hierarchy, typography, space, imagery, and data graphics support meaning? | |
| 197 | | Native and operational | Can the deck be presented, edited, reviewed, reused, and delivered reliably? | |
| 198 | |
| 199 | Research does not support “add more visuals” as a universal rule. Mayer’s synthesis of multimedia-learning research emphasizes that well-designed combinations of words and graphics can improve understanding, while human processing capacity is limited. See [Multimedia Learning](https://www.cambridge.org/highereducation/books/multimedia-learning/FB7E79A165D24D47CEACEB4D2C426ECD). |
| 200 | |
| 201 | Bartsch and Cobern found that irrelevant pictures and sounds could harm recall and learning even when PowerPoint itself was useful. See [“Effectiveness of PowerPoint presentations in lectures”](https://doi.org/10.1016/S0360-1315(03)00027-7). Kosslyn and colleagues found frequent violations of discriminability, limited capacity, and informative-change principles across real presentations, and also found that untrained observers often failed to identify the design violations. See [“PowerPoint Presentation Flaws and Failures”](https://doi.org/10.3389/fpsyg.2012.00230). |
| 202 | |
| 203 | The consequence is not one universal slide formula. It is a scenario-aware quality rule: |
| 204 | |
| 205 | > Every element should help the intended audience perform the intended cognitive or organizational task in the intended delivery context. |
| 206 | |
| 207 | --- |
| 208 | |
| 209 | ## 8. What a PPT Is Not |
| 210 | |
| 211 | A PPT is not inherently: |
| 212 | |
| 213 | - A decorated document split into pages; |
| 214 | - A collection of attractive but unrelated canvases; |
| 215 | - A transcript of what the presenter will say; |
| 216 | - A visual effect showcase; |
| 217 | - A single-use slideshow with no afterlife; |
| 218 | - A flattened image that merely carries a `.pptx` extension; |
| 219 | - A template simply because its pages look consistent; |
| 220 | - The right medium for every communication task. |
| 221 | |
| 222 | PowerPoint’s conventions can also distort communication when users start from default slide forms instead of the audience’s real task. The tool should serve the communication model; the communication model should not be reverse-engineered from the available buttons. |
| 223 | |
| 224 | --- |
| 225 | |
| 226 | ## 9. Questions Every PPT Request Should Answer |
| 227 | |
| 228 | | Question | Why it matters | |
| 229 | |---|---| |
| 230 | | Who is the audience? | Determines language, assumed knowledge, evidence, and tone | |
| 231 | | What must change after they see it? | Defines the communication job and success condition | |
| 232 | | Is it presented, read, recorded, or mixed? | Determines density, typography, notes, and behavior | |
| 233 | | What is the central message? | Prevents slide construction before an argument exists | |
| 234 | | What evidence must be visible or traceable? | Protects factual integrity and decision usefulness | |
| 235 | | What may change and what must remain fixed? | Clarifies editing boundaries and review expectations | |
| 236 | | What must remain editable or native? | Defines object-model and delivery requirements | |
| 237 | | What will recur? | Determines whether a theme, master, layout, boilerplate, or no template is needed | |
| 238 | |
| 239 | These questions should precede detailed decisions about style, layout, templates, animation, or authoring technique. |
| 240 | |
| 241 | --- |
| 242 | |
| 243 | ## 10. Sources and Further Reading |
| 244 | |
| 245 | ### PowerPoint and standards |
| 246 | |
| 247 | - Microsoft Support: [What is PowerPoint?](https://support.microsoft.com/en-us/powerpoint/training/what-is-powerpoint) |
| 248 | - Microsoft Support: [Choose the right view for the task in PowerPoint](https://support.microsoft.com/en-US/PowerPoint/training/choose-the-right-view-for-the-task-in-powerpoint) |
| 249 | - Microsoft Support: [What is a slide layout?](https://support.microsoft.com/en-US/PowerPoint/what-is-a-slide-layout) |
| 250 | - Microsoft Support: [Understand the difference between PowerPoint templates and themes](https://support.microsoft.com/en-us/powerpoint/understand-the-difference-between-powerpoint-templates-and-themes) |
| 251 | - Microsoft Learn: [Structure of a PresentationML document](https://learn.microsoft.com/en-us/office/open-xml/presentation/structure-of-a-presentationml-document) |
| 252 | - Ecma International: [ECMA-376 Office Open XML File Formats](https://ecma-international.org/publications-and-standards/standards/ecma-376/) |
| 253 | |
| 254 | ### Communication and cognition |
| 255 | |
| 256 | - Yates and Orlikowski: [Genres of Organizational Communication](https://doi.org/10.5465/amr.1992.4279545) |
| 257 | - Richard E. Mayer: [Multimedia Learning](https://www.cambridge.org/highereducation/books/multimedia-learning/FB7E79A165D24D47CEACEB4D2C426ECD) |
| 258 | - Bartsch and Cobern: [Effectiveness of PowerPoint presentations in lectures](https://doi.org/10.1016/S0360-1315(03)00027-7) |
| 259 | - Kosslyn et al.: [PowerPoint Presentation Flaws and Failures: A Psychological Analysis](https://doi.org/10.3389/fpsyg.2012.00230) |
| 260 |