Skip to main content
🎉 All exam preparation materials are available for free until 31 August 2026.

Last updated: May 2026

Practice Exam

MO-111Microsoft Word Expert (Microsoft 365 Apps)

Test your knowledge with official exam-style questions

Questions25Passing700Exam time120 min

Questions and options are shuffled each attempt

Microsoft Office Specialist: Word Expert (Microsoft 365 Apps)Practice Set 4: All Questions & Explanations

Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.

  1. 1. You are working in Microsoft Word on a document stored in OneDrive. You accidentally deleted an entire section two hours ago and saved the document since, and there is no more Undo history available. You want to look back at earlier saved states of the file to retrieve the deleted section without losing your other recent edits. What should you use?

    • A. Go to File > Info > Version History (or right-click the file in OneDrive and choose 'Version History') to browse and open earlier automatically saved versions, then copy the deleted section back into the current version(correct)
    • B. Press Ctrl+Z repeatedly until the Undo history runs out, even though it has already been exhausted
    • C. Use File > Open Recent, which only reopens the current, already-saved version
    • D. Contact IT to restore the file from a nightly backup tape

    Explanation: When a document is stored in OneDrive (or SharePoint), Word maintains an automatic Version History that captures earlier saved states over time. File > Info > Version History (or the equivalent option in the OneDrive web interface) lets you browse and open prior versions without discarding the current version, so you can copy content like a deleted section back into the current file while keeping all other recent edits intact. This is far faster than requesting a backup restore (D) and works even after Undo history has been exhausted.

  2. 2. You are working in Microsoft Word building a master document for a technical manual with 6 chapters. For Chapter 3, which is still being actively co-authored by another writer in a separate file, you want the master document to always reflect that writer's latest saved changes automatically each time you open the master, rather than copying a fixed snapshot of the chapter's current content into the master. What should you do when adding Chapter 3 to the master document?

    • A. In Outline view, use Master Document > Insert to insert Chapter3.docx as a subdocument; because subdocuments remain separate linked files, the master document always displays the subdocument's latest saved content when reopened or refreshed(correct)
    • B. Copy and paste the entire text of Chapter3.docx into the master document
    • C. Use Insert > Object > Text from File, which embeds a permanent static copy of the chapter's current content
    • D. Take a PDF snapshot of Chapter 3 and insert it as a linked image

    Explanation: Inserting a file as a subdocument via Outline view's Master Document tools creates a link to the external file rather than copying its content as static text. Because the master document references the subdocument file rather than embedding a fixed snapshot, it reflects the other writer's latest saved changes to Chapter3.docx whenever the master document is opened or the subdocuments are expanded/refreshed. Copying and pasting (B) or using Insert > Object > Text from File (C) both create static, disconnected copies that do not update with the source file's changes.

  3. 3. You are working in Microsoft Word. Three reviewers each sent back their own reviewed copy of an original proposal, and some of their formatting changes conflict (one bolded a heading, another changed its font). You use Review > Compare > Combine to merge all three sets of tracked changes into one document. Which two considerations are important when combining documents with conflicting formatting changes? Choose 2.

    • A. The Combine dialog's expandable Comparison Settings still let you choose whether to include 'Formatting' differences in the combined result, the same as in the Compare dialog, so you can decide up front whether conflicting formatting changes should even be merged in(correct)
    • B. When formatting changes from different reviewers genuinely conflict on the same text, Word flags them for your manual resolution as tracked formatting changes in the combined document rather than silently picking one side, so you must review and accept/reject the specific formatting changes you want to keep(correct)
    • C. Combine automatically discards all formatting changes from every reviewer to avoid conflicts
    • D. Combine can only be used with exactly two documents at a time and cannot merge a third reviewer's copy into an already-combined result
    • E. Combine always keeps the first reviewer's formatting and silently ignores every other reviewer's formatting changes

    Explanation: Like Compare, the Combine dialog exposes Comparison Settings (via 'More') including a 'Formatting' checkbox controlling whether formatting differences are included in the merge at all. When formatting changes genuinely conflict between reviewers, Word does not silently resolve them; it surfaces both as tracked formatting changes for the user to manually accept or reject in the combined document. Combine is not limited to exactly two documents (D is false) — you can repeat Combine, feeding in the previously combined result as the 'Original document' and adding each additional reviewer's copy in turn, which contradicts both D and E's claims of automatic discarding or silent precedence.

  4. 4. You are working in Microsoft Word. You wrote a macro-enabled template (.dotm) containing several macros that automate report formatting for your finance team. Before distributing it company-wide, you want to digitally sign the macro project so recipients see it as coming from a verified, trusted source rather than an unknown, unsigned macro author. What should you do in the Visual Basic Editor?

    • A. In the Visual Basic Editor, go to Tools > Digital Signature, select a valid code-signing certificate (issued by your organization's certificate authority or a public certificate authority), and apply it to the VBA project; recipients whose Trust Center is set to trust that certificate can run the macros without a warning(correct)
    • B. Rename the .dotm file to .docm so it is automatically treated as signed
    • C. Password-protect the VBA project using Tools > VBAProject Properties > Protection, which is equivalent to digitally signing it
    • D. Save the file as read-only, which digitally signs the macro project automatically

    Explanation: The Visual Basic Editor's Tools > Digital Signature command lets you apply a code-signing certificate to a VBA project. Once signed, if the recipient's Trust Center is configured to trust that certificate (or the certificate is issued by a trusted publisher/certificate authority already recognized by their system), the macros run without the unsigned-macro security warning. Password-protecting VBA project properties (C) only restricts viewing/editing the code — it is unrelated to digital signing and does not establish trust for macro execution. Renaming the file extension (B) or making it read-only (D) has no effect on macro signing.

  5. 5. You are working in Microsoft Word. You need to decide which protection mechanism is appropriate for a finalized annual report: 'Mark as Final', 'Restrict Editing', or 'Encrypt with Password'. Which statement correctly distinguishes the level of protection each provides?

    • A. 'Mark as Final' makes the document read-only as a courtesy indicator (discouraging further edits) but is trivially reversible by anyone who opens the file and clicks 'Edit Anyway'; 'Restrict Editing' enforces real editing limitations (optionally with exceptions) that require a password to disable; 'Encrypt with Password' requires a password just to open the file at all, providing the strongest access control of the three(correct)
    • B. All three options provide cryptographically identical protection and differ only in menu location
    • C. 'Restrict Editing' requires a password to open the file, while 'Encrypt with Password' only discourages editing without enforcing it
    • D. 'Mark as Final' is the strongest protection since it is listed first in the Protect Document menu

    Explanation: These three protections operate at very different strength levels. 'Mark as Final' sets a flag that displays a banner and makes the document appear read-only, but any user can bypass it instantly by clicking 'Edit Anyway' — it provides no real enforcement. 'Restrict Editing' enforces genuine restrictions (such as no changes, comments only, or filling in forms, optionally with named exceptions) that require the correct password to turn off. 'Encrypt with Password' is the strongest of the three because it prevents the file from even being opened without the correct password, unlike the other two which allow the file to be opened and read.

  6. 6. You are working in Microsoft Word. You are distributing a confidential board memo and want the file to always open in read-only mode by default so that anyone opening it must take a deliberate extra step to enable editing, while still allowing full editing capability if that step is taken (unlike a hard password restriction). What should you configure?

    • A. Go to File > Info > Protect Document > Always Open Read-Only; this sets the file to prompt with a recommendation to open as read-only, but a user can decline the recommendation and open it as fully editable(correct)
    • B. Go to File > Info > Protect Document > Encrypt with Password, which is the only way to open a file as read-only by default
    • C. Go to Review > Restrict Editing and enforce 'No changes (Read Only)' with a mandatory password that cannot be bypassed
    • D. Set the file's operating-system-level read-only attribute in File Explorer properties

    Explanation: 'Always Open Read-Only' (File > Info > Protect Document) is a soft recommendation: when the file is opened, Word prompts the user with a message suggesting the file be opened as read-only, but the user can decline the prompt and open the document with full editing rights. This differs from Encrypt with Password (B), which enforces a mandatory password just to open the file at all, and from Restrict Editing with an enforced password (C), which cannot be bypassed without the password. The OS-level read-only attribute (D) is a file system property, not a Word document protection feature, and can be simply unchecked by any user with file access.

  7. 7. You are working in Microsoft Word. You are pasting several web URLs and internal file paths into a technical document, but you do not want Word to automatically convert this typed text into clickable hyperlinks as you type or paste. What should you configure?

    • A. Go to File > Options > Proofing > AutoCorrect Options > AutoFormat As You Type tab, and uncheck 'Internet and network paths with hyperlinks' so typed or pasted URLs and paths are no longer automatically converted to hyperlinks(correct)
    • B. Manually remove each hyperlink one at a time using Ctrl+Z immediately after each occurrence
    • C. Change the document's default font, which prevents hyperlink formatting
    • D. Disable the Developer tab, which controls hyperlink auto-formatting

    Explanation: The AutoFormat As You Type tab (File > Options > Proofing > AutoCorrect Options) includes an 'Internet and network paths with hyperlinks' checkbox. Unchecking it prevents Word from automatically converting typed or pasted URLs and file paths into clickable hyperlink fields, so pasted text remains as plain text. Undoing each occurrence individually (B) is tedious and error-prone compared to disabling the automatic behavior at its source.

  8. 8. You are working in Microsoft Word. You need to find only the occurrences of the word 'confidential' that are formatted in Bold (ignoring any non-bold occurrences of the same word), so you can review and change just the bold instances. How do you combine text search with a formatting condition in Find and Replace?

    • A. In the Find and Replace dialog, type 'confidential' in the Find field, click 'More' to expand options, click 'Format', choose 'Font', and set Font style to 'Bold'; Word will now search only for occurrences of 'confidential' that also carry Bold formatting(correct)
    • B. Search for 'confidential' with 'Match case' enabled, which automatically restricts results to bold text
    • C. Search for '**confidential**' using Markdown-style asterisks to represent bold
    • D. Formatting conditions cannot be combined with text search in Find and Replace; only one or the other can be used

    Explanation: The Find and Replace dialog's expanded options include a 'Format' button that lets you add formatting criteria (Font, Paragraph, Language, Frame, Style, Highlight) to a text search. Setting Font style to Bold while searching for 'confidential' restricts matches to only those occurrences where both the text and the specified formatting condition are satisfied simultaneously. 'Match case' (B) only affects letter case sensitivity and has no relationship to font formatting like bold.

  9. 9. You are working in Microsoft Word. You are cleaning up a document's Styles pane, which has accumulated dozens of unused or duplicate styles imported from various sources over time. You need to permanently delete two specific unused custom styles ('Old Body Text' and 'Draft Note') from the document so they no longer appear in the Styles gallery. Which two approaches correctly delete custom styles from a document? Choose 2.

    • A. Right-click the style name in the Styles pane (or the Styles gallery) and choose 'Delete Style Name' (or 'Delete [Style Name]'), which removes the custom style and reformats any text using it back to Normal(correct)
    • B. Open the Organizer (Manage Styles > Import/Export, or Developer > Document Template > Organizer), select the unwanted style in the list for the current document, and click 'Delete'(correct)
    • C. Built-in styles like 'Old Body Text' and 'Draft Note' cannot be deleted under any circumstances since all styles in Word are permanent
    • D. Rename the style to 'Normal' to effectively delete the original style definition
    • E. Deleting a style automatically deletes all the text that was formatted with it

    Explanation: Custom (user-created or imported) styles can be deleted either directly from the Styles pane/gallery via right-click > 'Delete [Style Name]', or through the Organizer, which lists all styles in a document and lets you select and delete unwanted ones. Both methods remove the style definition and reformat any affected text to the Normal style rather than deleting the text itself (making E false). Built-in Word styles have some restrictions on deletion, but custom styles like the ones described here can be deleted (making C false), and renaming a style (D) does not delete a separate style definition — it only changes its name.

  10. 10. You are working in Microsoft Word. You are formatting a corporate policy manual with three heading levels: Part (Heading 1), Chapter (Heading 2), and Section (Heading 3). You need a single multilevel list where Heading 1 displays as 'Part I', 'Part II' (Roman numerals), Heading 2 displays as 'Chapter 1', 'Chapter 2' (restarting at each new Part), and Heading 3 displays as plain Arabic numbers like '1.1' (Chapter.Section). How should you configure this multilevel list?

    • A. Use Home > Multilevel List > Define New Multilevel List, and for Level 1 set the number format to 'Part [Roman numeral]' linked to Heading 1; for Level 2 set the number format to 'Chapter [Arabic numeral]' linked to Heading 2, with the level configured to restart at Level 1; for Level 3, include the Level 2 number followed by a period and the Level 3 Arabic number, linked to Heading 3(correct)
    • B. Create three separate, unrelated multilevel lists — one per heading level — since a single list cannot mix Roman and Arabic numerals across levels
    • C. Manually type 'Part I', 'Chapter 1', and '1.1' throughout the document since multilevel lists cannot be linked to more than one heading style at a time
    • D. Use Heading Numbering in the Styles pane, which only supports a single numbering format across all heading levels

    Explanation: A single multilevel list definition can link each of its levels to a different heading style, and each level can use its own independent number format (Roman numerals, Arabic numerals, letters, etc.) along with 'Include level number from' settings to build compound numbers like '1.1'. Configuring Level 1 as 'Part [Roman]' linked to Heading 1, Level 2 as 'Chapter [Arabic]' linked to Heading 2 (restarting at each new Level 1 occurrence, which is the default multilevel list behavior), and Level 3 combining the Level 2 number with its own Arabic number linked to Heading 3, produces the exact required numbering scheme across all three heading levels in one coordinated list.

  11. 11. You are working in Microsoft Word. A 120-page report currently has its sections in a suboptimal order, and you need to reorganize the document by moving whole sections (identified by their Heading 1 headings and all their subordinate content) to different positions in the document, without cutting and pasting large blocks of text manually. What is the most efficient way to do this?

    • A. Open the Navigation Pane (View > Navigation Pane), switch to the Headings tab, and drag a Heading 1 entry up or down in the list to a new position; Word moves that heading and all of its subordinate content (lower-level headings and body text) to the new location automatically(correct)
    • B. Manually select each section's text with the mouse and use Cut and Paste to relocate it
    • C. Use Find & Replace to search for heading text and manually relocate matches
    • D. Switch to Print Layout view, which is required before sections can be reordered

    Explanation: The Navigation Pane's Headings tab lets you drag and drop a heading entry to reorder it within the document outline. Dragging a Heading 1 entry moves that heading along with all of its nested subordinate headings and body text to the new location, effectively restructuring the document without requiring manual cut-and-paste of large text blocks. This is a much faster and less error-prone technique than manually selecting and moving text (B), especially for long sections spanning multiple pages.

  12. 12. You are working in Microsoft Word. You are reviewing a heavily commented and tracked-change document on a small laptop screen, and the inline comment balloons in the margin are making the page too narrow to read comfortably. You want comments to display only as small numbered reference marks in the text (with full comment text visible in the Comments pane instead of the margin), while formatting changes remain shown inline. How do you configure this?

    • A. Go to Review > Tracking > Show Markup > Balloons, and choose 'Show Only Comments and Formatting in Balloons' or 'Show All Revisions Inline' depending on preference, and open the Comments pane (Review > Comments > Show Comments) to read full comment text without wide margin balloons(correct)
    • B. Delete all comments to widen the page, then re-add them later from memory
    • C. Switch to Web Layout view, which automatically removes all comment balloons permanently
    • D. Reduce the zoom level, which resolves the margin width issue without changing balloon settings

    Explanation: The Show Markup > Balloons submenu controls how comments and formatting changes are displayed: options include showing everything inline, showing only comments and formatting changes in balloons (keeping insertions/deletions inline), or showing all revisions in balloons. Combined with opening the Comments pane (Review > Comments > Show Comments), you can read full comment text in a dedicated pane while keeping the document body narrower and less cluttered by wide margin balloons. Reducing zoom (D) does not change the fundamental layout impact of balloon-based markup.

  13. 13. You are working in Microsoft Word. In a numbered parts list inside a table, you need each row to display a running item count only for items marked as 'in stock' (a merge-like conditional flag stored as plain text 'Yes' typed directly in an adjacent cell, not from a data source), formatted as 'Item No. 7'. The count should increment only across rows where the adjacent cell reads 'Yes', skip incrementing for 'No' rows, and the label should not appear at all for 'No' rows. Which field approach correctly produces this behavior using SEQ and IF together?

    • A. Use plain manual numbering in the column since fields cannot conditionally skip incrementing a SEQ counter
    • B. In each 'Yes' row only, insert { IF "Yes" = "Yes" "Item No. { SEQ StockItem }" "" } so the SEQ field (and its automatic increment) executes solely inside the true branch, which is only evaluated on 'Yes' rows; in each 'No' row, omit the SEQ field entirely (or wrap it so the false branch never references SEQ), so the counter is never incremented for 'No' rows and no label is displayed there(correct)
    • C. Insert { SEQ StockItem } in every row regardless of Yes/No, then manually delete the number from 'No' rows afterward
    • D. Use a MERGEFIELD instead of SEQ, since MERGEFIELD is required for any conditional numbering

    Explanation: A SEQ field only increments its counter when the field itself is actually evaluated/present; a SEQ field placed inside the true-branch text of an IF field only executes (and therefore only increments) when that branch is taken. By placing the IF-wrapped SEQ field construction only in 'Yes' rows (or ensuring the false branch never contains a SEQ reference for 'No' rows), the running count increments solely across 'in stock' items and produces no visible label on 'No' rows, since their false-branch text is empty. Inserting SEQ unconditionally in every row and deleting results afterward (C) would still consume a sequence number for 'No' rows, corrupting the count for subsequent 'Yes' rows.

  14. 14. You are working in Microsoft Word. You frequently type mathematical expressions like '1/2' and want Word to automatically convert them to proper fraction characters (½), and you also want typed em dash patterns like '--' between words to automatically convert to a real em dash (—) as you type. Which two settings, both found on the AutoCorrect / AutoFormat As You Type tabs, control these specific automatic conversions? Choose 2.

    • A. 'Fractions (1/2) with fraction character (½)' under AutoFormat As You Type, which converts simple typed fractions into a single fraction character as you type(correct)
    • B. 'Hyphens (--) with dash (—)' under AutoFormat As You Type, which converts typed double hyphens between words into an em dash character automatically(correct)
    • C. 'Straight quotes" with smart quotes"', which is unrelated to fractions or dashes and controls quotation mark style only
    • D. Math AutoCorrect, which is exclusively for use inside Word's Equation editor and does not apply to fractions typed in regular body text
    • E. 'Internet and network paths with hyperlinks', which also converts fractions as a side effect

    Explanation: The AutoFormat As You Type tab includes 'Fractions (1/2) with fraction character (½)', which converts recognized simple fraction patterns typed in regular text into a single fraction glyph, and 'Hyphens (--) with dash (—)', which converts a typed double hyphen between words into an em dash as you continue typing. 'Straight quotes with smart quotes' (C) only affects quotation mark style and has no relationship to fractions or dashes. Math AutoCorrect (D) is specific to equation editing shortcuts (like typing \alpha for α) and is a separate feature from the AutoFormat As You Type fraction conversion used in regular body text.

  15. 15. You are working in Microsoft Word. You perform the same five formatting commands dozens of times a day (Bold, a specific highlight color, insert a custom Quick Part, apply a custom style, and insert a citation), and you are tired of navigating through multiple ribbon tabs to reach them. You want a single, always-visible toolbar with just these five commands regardless of which ribbon tab is currently active. What should you set up?

    • A. Customize the Quick Access Toolbar (click the dropdown arrow at the end of the QAT, or File > Options > Quick Access Toolbar) and add these five specific commands so they remain visible above or below the ribbon at all times, regardless of which tab is selected(correct)
    • B. Pin all five commands to the Home tab, which is the only tab that stays visible at all times
    • C. Memorize the keyboard shortcuts instead, since the Quick Access Toolbar cannot be customized
    • D. Create a new custom ribbon tab, which is required since the Quick Access Toolbar can only hold Save, Undo, and Redo

    Explanation: The Quick Access Toolbar (QAT) is designed exactly for this purpose: it is customizable via File > Options > Quick Access Toolbar (or its own dropdown arrow) to add any command, including ones normally spread across different ribbon tabs, and it remains visible above or below the ribbon regardless of which tab is currently selected. While creating a custom ribbon tab (D) is also possible in Word and can group custom commands together, it still requires switching to that tab to see it, unlike the always-visible QAT, and the QAT is not limited to only Save, Undo, and Redo.

  16. 16. You are working in Microsoft Word. You inserted a Drop-Down List content control into a form and now need to add or edit placeholder instructional text inside a Rich Text content control elsewhere in the same form (for example, changing 'Click here to enter text' to 'Enter your department name'). Both controls appear locked against normal editing. What must you enable first to modify these underlying control properties and placeholder text?

    • A. Go to Developer > Controls > Design Mode to toggle it on; while Design Mode is active, you can edit a content control's placeholder text and adjust its underlying properties (such as the drop-down list's entries), then toggle Design Mode off again when finished(correct)
    • B. Go to Review > Restrict Editing and disable protection entirely, which is the only way to edit placeholder text
    • C. Delete the content controls and manually retype plain placeholder-style text instead
    • D. Content control placeholder text can never be changed once the control is inserted

    Explanation: Design Mode (Developer > Controls > Design Mode) is a toggle that, when active, exposes content controls' internal structure so you can edit placeholder text and adjust properties like a drop-down list's entries. With Design Mode off, users interact with the controls normally (selecting a drop-down value, typing into a text control) rather than editing the control's template text. Turning off document protection entirely (B) is unrelated and unnecessary just to edit placeholder text or list entries — Design Mode is the correct, purpose-built toggle for this task.

  17. 17. You are working in Microsoft Word. Your company template has a custom document property called 'Project Code' (added via File > Info > Properties > Advanced Properties > Custom), and you want a content control in the cover page to automatically display and stay synchronized with whatever value is entered for 'Project Code', without users retyping it manually in the content control. What should you configure?

    • A. Insert a plain text content control on the cover page and map it to the custom document property 'Project Code' using the content control's XML mapping (Developer > Controls > Properties, or by binding it through the document's Custom XML Part / document property so the control's displayed value stays linked to the property)(correct)
    • B. Manually retype the Project Code value into the content control every time the custom property changes
    • C. Use a MERGEFIELD referencing 'Project Code', which only works during an active mail merge, not for document properties
    • D. Custom document properties cannot be linked to content controls under any circumstances

    Explanation: Content controls can be bound to custom XML data, including custom document properties, so that the control's displayed value stays synchronized with the underlying property value. Once mapped, editing the custom property (or editing the content control itself, depending on configuration) keeps both in sync without manual retyping. A MERGEFIELD (C) is specific to mail merge data sources and is not the mechanism for binding to document properties, and manually retyping (B) defeats the purpose of automatic synchronization.

  18. 18. You are working in Microsoft Word. Rather than using heading styles, an older legacy document marks its table of contents entries using manually inserted TC (Table of Contents Entry) fields at points in the text that are not styled as headings at all (such as key sentences within body paragraphs). You need to generate a table of contents from these TC-marked entries instead of from heading styles. Which two configuration steps are required? Choose 2.

    • A. Insert TC fields at each desired location using Insert > Quick Parts > Field > TC, typing the entry text and a level number as field arguments, e.g. { TC "Overview of Risks" \l 1 }(correct)
    • B. When inserting the Table of Contents (References > Table of Contents > Custom Table of Contents), click 'Options' and check 'Table entry fields' as the source for the TOC (instead of, or in addition to, styles), so Word builds the TOC from the TC fields rather than from heading styles(correct)
    • C. Apply Heading 1 through Heading 3 styles to every TC-marked sentence, which is required before TC fields can be used
    • D. TC fields are automatically included in every default Table of Contents with no extra configuration needed
    • E. Use References > Mark Entry (the Index feature) instead of TC fields, since Word has no dedicated TC field type

    Explanation: TC (Table of Contents Entry) fields are inserted manually at arbitrary locations (via Insert > Quick Parts > Field, selecting 'TC', or by typing the field code directly with Ctrl+F9) with explicit entry text and a level argument (\l), independent of any heading style. To have the Table of Contents actually build from these fields, the 'Table entry fields' option must be checked in the Table of Contents Options dialog — by default, Word's TOC builds from heading styles only, so TC fields are not automatically included without this setting (making D false). TC fields do not require the marked text to also carry a heading style (making C false), and TC is a distinct, real field type separate from the Mark Index Entry (XE) feature (making E false).

  19. 19. You are working in Microsoft Word. You need a style that behaves as a character style when applied to a selected word or phrase (for inline emphasis within a paragraph of body text) but should also be usable to format an entire short standalone paragraph (like a pull-quote) by simply placing the cursor in it with no selection. Which style type should you create, and how do you set it up?

    • A. Create a new style (Home > Styles > New Style) and set the Style type to 'Linked (paragraph and character)'; this produces a single style that applies as a character style to a text selection but applies its full paragraph and character formatting when no text is selected and the cursor is simply placed in the paragraph(correct)
    • B. Create two entirely separate styles — one Paragraph style and one Character style — with identical names, and Word will automatically merge them into one linked behavior
    • C. Set the Style type to 'Character' only, since character styles can already format whole paragraphs when no text is selected
    • D. Set the Style type to 'List', which supports both character-level and paragraph-level formatting simultaneously

    Explanation: The 'Linked (paragraph and character)' style type in the New Style dialog is specifically designed for this dual behavior: applying the style to a text selection behaves like a character style (affecting only the selected run), while applying it with no selection (cursor placed in the paragraph) behaves like a paragraph style, affecting the whole paragraph's formatting. Word does not merge two separately created styles of the same name into a linked style (B is false, and duplicate names are not even permitted), and a plain Character style (C) does not format whole-paragraph attributes like spacing or indentation when applied without a selection.

  20. 20. You are working in Microsoft Word. Your contract template has a defined 'Confidentiality Clause' section that is not marked with a caption or a heading style, but you have placed a bookmark named 'ConfClause' around that block of text. You need to insert 'refer to the Confidentiality Clause section' elsewhere in the document as an automatically updating cross-reference to that exact bookmarked text. What should you do?

    • A. In the Cross-reference dialog, set Reference type to 'Bookmark', select 'ConfClause' from the list, and choose 'Bookmark text' as the 'Insert reference to' option so the cross-reference displays and stays synchronized with the bookmarked text(correct)
    • B. Manually type 'Confidentiality Clause' as static text since only headings and captions can be cross-referenced
    • C. Use References > Insert Index to reference the bookmarked block
    • D. Set Reference type to 'Footnote' since bookmarks are treated as footnotes internally

    Explanation: The Cross-reference dialog's Reference type list includes 'Bookmark', which lets you select any named bookmark in the document (not just ones automatically created by headings or captions) and insert a reference to its content using 'Bookmark text' as the insert option. This produces a field that updates automatically if the bookmarked text changes, unlike manually typed static text (B). Cross-references are not limited to headings and captions — bookmarks provide a general-purpose way to reference any marked block of content.

  21. 21. You are working in Microsoft Word. You are running a directory-style mail merge to produce a single catalog document listing all 200 products from an Excel data source, grouped so that all products belonging to the same 'Category' value appear together, without manually sorting the source data first. What mail merge feature lets you group and sort recipients by a specific field before completing the merge?

    • A. Go to Mailings > Edit Recipient List, click the column header for 'Category' to sort the list alphabetically by category, or use 'Edit Recipient List > Sort' to specify 'Category' as the sort field before running the directory-type merge, so records are grouped together in the output(correct)
    • B. Manually reorder the rows in the Excel source file before connecting it to the merge
    • C. Use Mailings > Rules > Set Bookmark to group records by category
    • D. Grouping and sorting are not possible in Word mail merges; the output always matches the original row order of the data source

    Explanation: The 'Edit Recipient List' dialog allows sorting recipients by clicking a column header or by using the dedicated 'Sort' option, letting you specify one or more fields (such as 'Category') to sort by before completing the merge. For a directory/catalog-type merge that lists many records in a single document, sorting by 'Category' ensures that all records sharing the same category value are grouped together in the output sequence, without needing to pre-sort the original Excel file (B), which is less efficient and not reusable if the data changes.

  22. 22. You are working in Microsoft Word. You need to understand the practical difference between an ASK field and a FILLIN field before deciding which to use for a template that must prompt once for a 'Client Reference Number' and then reuse that exact same number in five different places throughout the letter. Which explanation is correct?

    • A. An ASK field prompts the user once and stores the response in a named bookmark, which can then be displayed anywhere in the document using a REF field to that bookmark, making it ideal for reusing one prompted value in multiple locations; a FILLIN field also prompts the user, but inserts its typed response directly at its own location only, so using FILLIN five times would prompt the user five separate times with no shared storage(correct)
    • B. ASK and FILLIN are functionally identical in every respect, including how many times they prompt the user and whether the value can be reused elsewhere
    • C. FILLIN automatically shares its value across every instance in the document without needing a bookmark or REF field
    • D. ASK fields can only be used during an active mail merge and never in a standalone document

    Explanation: The ASK field prompts once for input and stores the typed value in a specified bookmark name; that value can then be displayed anywhere else in the document using a REF field pointing to the same bookmark, without prompting the user again. A FILLIN field, by contrast, always inserts its own prompted response directly at its own location and does not store the value in a reusable bookmark, so placing five separate FILLIN fields would prompt the user five times. For the scenario of prompting once and reusing the value in five places, ASK combined with REF fields is the correct and efficient approach, and both fields work in standalone documents, not only during mail merge (making D false).

  23. 23. You are working in Microsoft Word. You inserted the phrase 'Terms and Conditions apply' as a QUOTE field ({ QUOTE "Terms and Conditions apply" }) at 12 locations throughout a contract template rather than typing it as plain static text at each location. A colleague asks why you would use a field for text that never changes. Which two statements correctly explain the benefit and behavior of using a QUOTE field here? Choose 2.

    • A. Because all 12 instances are QUOTE fields with the same literal text argument, you can update the wording in a single place by editing the field code text and then selecting the whole document and pressing F9 to refresh every instance at once, rather than manually finding and editing 12 separate occurrences of typed text(correct)
    • B. A QUOTE field's displayed text is still just a field result, so it can be identified, filtered, or programmatically manipulated (for example, via VBA) more easily than indistinguishable plain typed text scattered throughout the document(correct)
    • C. A QUOTE field automatically pulls its text from an external data source and cannot contain literal text typed directly into the field code
    • D. QUOTE fields cannot be used more than once in the same document
    • E. QUOTE fields update their displayed text automatically based on the current date, similar to a DATE field

    Explanation: A QUOTE field displays literal text that is embedded directly in the field code itself (unlike a MERGEFIELD which pulls from a data source). Using QUOTE at multiple locations for the same boilerplate text means that if the field code's literal text argument needs editing, doing so in one instance and using Find & Replace on field codes, or careful editing plus an update, still keeps all instances behaving as fields that can be identified and updated as a group, rather than being indistinguishable plain text requiring 12 separate manual edits. Fields, including QUOTE fields, remain identifiable in the document's field structure, which is useful for programmatic manipulation such as VBA macros. QUOTE does not pull data from an external source (C is false), can be used any number of times (D is false), and does not update based on date (E is false, that describes DATE fields).

  24. 24. You are working in Microsoft Word. You have a linked Excel chart object in a report, and by default it is set to update automatically whenever the source workbook changes and the document is opened. Your compliance team wants the chart to only update when someone explicitly chooses to refresh it, never automatically, to avoid unreviewed data changes appearing silently in a signed-off report. Where do you change this behavior?

    • A. Go to File > Info > Edit Links to Files (or right-click the linked object and choose 'Linked Worksheet Object' > 'Links'), select the link, and change the update mode from 'Automatic' to 'Manual', so the chart only updates when a user explicitly clicks 'Update Now' in the Links dialog(correct)
    • B. Delete the source Excel workbook so the link can no longer update at all
    • C. Convert the linked object to a picture, which is the only way to control update timing
    • D. Linked objects always update automatically and this behavior cannot be changed

    Explanation: The Edit Links to Files dialog (accessible from File > Info, or via the linked object's context menu) lists all linked objects in the document and lets you choose 'Automatic' or 'Manual' update mode for each link individually. Setting a link to 'Manual' means it will not refresh automatically when the document opens or the source file changes; it only updates when a user selects the link and clicks 'Update Now'. This satisfies a compliance requirement to prevent silent, unreviewed data changes from appearing in a finalized report, without needing to break the link entirely or convert it to a static picture (C), which would eliminate the ability to ever refresh it.

  25. 25. You are working in Microsoft Word. Partway through writing a 50-page research paper with existing APA citations, you add three brand-new sources to the Source Manager and cite them at several new points. You need the entire bibliography, including these new sources, to be correctly alphabetized and formatted in APA style along with the pre-existing entries, without recreating the bibliography from scratch. What should you do?

    • A. Click anywhere inside the existing Bibliography field and press F9 (or use References > Bibliography > Update Citations and Bibliography if available) to refresh it, which regenerates the full list — including the three newly added sources — correctly alphabetized and formatted in the currently selected citation style(correct)
    • B. Manually type the three new sources into the bibliography text in the correct alphabetical position
    • C. Delete the entire bibliography and only list the three new sources, assuming readers will look up the rest separately
    • D. Re-insert a brand-new Bibliography field below the old one so there are two separate bibliography sections

    Explanation: The Bibliography field is a dynamic field that draws from the citations currently used in the document (backed by the Source Manager's list). After adding new sources and citing them, updating the existing Bibliography field (via F9 or the ribbon's update command) regenerates the entire bibliography, automatically incorporating the new sources in their correct alphabetical position and formatting them consistently with the existing entries in the currently selected citation style — no manual retyping or duplicate bibliography sections are needed.