Last updated: May 2026
MO-111 — Microsoft Word Expert (Microsoft 365 Apps)
Test your knowledge with official exam-style questions
Questions and options are shuffled each attempt
▶Microsoft Office Specialist: Word Expert (Microsoft 365 Apps) — Practice Set 3: 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. You are working in Microsoft Word. Before sending a draft merger agreement outside the company, you need to check the document for hidden metadata such as author names, comments, tracked changes, and embedded document properties that should not be disclosed externally. What should you use?
- A. Manually scroll through the document looking for visible comments
- B. Go to File > Info > Check for Issues > Inspect Document to run the Document Inspector, review each category (Comments/Annotations, Document Properties, Hidden Text, etc.), and click 'Remove All' for any category containing information that should not be shared(correct)
- C. Use Find & Replace to search for the word 'comment' throughout the document
- D. Save the document as a PDF, which automatically strips all metadata
Explanation: The Document Inspector (File > Info > Check for Issues > Inspect Document) scans for hidden and personal information across multiple categories, including comments, revisions, document properties, hidden text, and embedded documents. It reports what it finds in each category and allows one-click removal per category. Simply saving as PDF (D) does not reliably strip all embedded metadata and depends on export settings, so it is not a substitute for running the Inspector.
2. You are working in Microsoft Word. You need to ensure that a salary review spreadsheet-attached Word summary cannot even be opened by anyone who does not have the correct password — not just prevented from editing, but fully unreadable without the password. What should you configure?
- A. Go to Review > Restrict Editing and set 'No changes (Read Only)' with a password
- B. Go to File > Info > Protect Document > Encrypt with Password, enter and confirm a password; the document is encrypted so it cannot be opened at all without the correct password(correct)
- C. Use File > Info > Protect Document > Mark as Final
- D. Rename the file extension so it cannot be opened by Word
Explanation: 'Encrypt with Password' (File > Info > Protect Document) applies encryption to the file itself, requiring the correct password just to open and view the document at all. This differs from Restrict Editing (A), which still allows the document to be opened and read — it only restricts what changes can be made after opening. Mark as Final (C) provides no real security since it can be trivially reversed by anyone who opens the file.
3. You are working in Microsoft Word. Your organization's brand template must only ever use the approved corporate styles (Heading 1-3, Body Text, Caption). You need to protect a document based on this template so that users can freely type and edit content, but cannot apply direct formatting or any style outside the approved list, even though editing itself is not otherwise restricted. Which two configuration steps achieve this style-limiting protection? Choose 2.
- A. Go to Review > Restrict Editing, under 'Formatting restrictions' check 'Limit formatting to a selection of styles', then click 'Settings' and check only the approved corporate styles (Heading 1-3, Body Text, Caption) while unchecking all others(correct)
- B. In the same Formatting Restrictions Settings dialog, also check the options to block Theme or Scheme switching and direct formatting where available, then click OK and start enforcing protection (editing restrictions can be left as 'No restrictions' so typing remains unrestricted)(correct)
- C. Set the default editing restriction to 'No changes (Read Only)' so no one can type at all
- D. Delete all unapproved styles from the Styles pane manually one at a time
- E. Use Restrict Editing with 'Filling in forms' as the only restriction type
Explanation: Restrict Editing's 'Formatting restrictions' section is independent of editing restrictions — you can limit which styles are permitted ('Limit formatting to a selection of styles') without restricting editing of content at all. Checking only the approved styles in the Settings dialog, along with disabling theme/scheme switching and direct formatting where offered, and then enforcing protection, achieves style-limited but content-editable protection. Setting the editing restriction to 'No changes' (C) would prevent all typing, which is not the goal, and manually deleting styles (D) is not durable protection since users could recreate them.
4. You are working in Microsoft Word. Your IT security team wants any macro that is not digitally signed by your organization's internal certificate to be blocked entirely across all users' machines, with no warning bar option to enable it. Which Trust Center macro setting satisfies this requirement, and how does it differ from the default setting?
- A. 'Disable all macros with notification' (the default) shows a security warning bar that lets a user click 'Enable Content' for any macro, signed or not — this does not meet the requirement
- B. 'Disable all macros except digitally signed macros' allows only macros signed with a certificate from a trusted publisher to run automatically, and blocks all unsigned macros without offering an enable option — this meets the requirement
- C. 'Enable all macros' runs every macro automatically regardless of signature, which is the opposite of the requirement
- D. Both A and B are partially correct: A correctly describes the default's shortcoming, and B correctly describes the setting that satisfies the requirement(correct)
Explanation: The default 'Disable all macros with notification' setting always shows a warning bar allowing the user to manually enable any macro, signed or not, so it does not satisfy a policy requiring only signed macros to run. 'Disable all macros except digitally signed macros' is the setting that meets the requirement: signed macros from trusted publishers run without a prompt, while unsigned macros are blocked outright with no user override. Recognizing both the shortcoming of the default and the correct replacement setting is the complete answer.
5. You are working in Microsoft Word on an unreliable public Wi-Fi connection while editing a large grant proposal. To reduce the risk of losing more than a minute of work if Word closes unexpectedly, you want to shorten the interval at which Word saves AutoRecover information from the default 10 minutes down to 1 minute. Where do you make this change?
- A. File > Options > Save > set 'Save AutoRecover information every' to 1 minute(correct)
- B. File > Options > Advanced > Editing Options
- C. Review > Track Changes > Change Tracking Options
- D. File > Options > Trust Center > Trust Center Settings
Explanation: The AutoRecover save interval is configured in File > Options > Save, in the field labeled 'Save AutoRecover information every [ ] minutes'. Lowering this value from the default 10 minutes to 1 minute increases the frequency of automatic recovery saves, minimizing potential data loss if Word closes unexpectedly, though it does not replace the need to manually save the file with Ctrl+S.
6. You are working in Microsoft Word. You want to compare an original proposal against a revised copy, but specifically want the resulting comparison document to show word-level changes (only the exact words that changed) rather than treating an edited sentence as one large deleted block followed by one large inserted block. Where do you configure this level of comparison granularity?
- A. In Review > Compare > Compare, click 'More' to expand Comparison Settings, and under 'Show changes at' choose 'Word level' instead of 'Character level', then run the comparison(correct)
- B. There is no way to control comparison granularity in Word; it always compares at the paragraph level
- C. Use Find & Replace with wildcards to identify word-level differences instead of using Compare
- D. Switch the document view to Draft view before comparing
Explanation: The Compare dialog's expanded Comparison Settings ('More' button) includes a 'Show changes at' option with 'Character level' and 'Word level' choices, in addition to the content-category checkboxes. Selecting 'Word level' causes Word to report only the specific words that changed within an edited sentence, rather than marking the entire sentence as one deletion and one insertion. This granularity setting is separate from, but used alongside, the checkboxes that control which types of changes (formatting, insertions/deletions, etc.) are compared.
7. You are working in Microsoft Word. You need to find every occurrence of either 'invoice' or 'receipt' (but not other words) in a 90-page accounts document so you can review each one before applying a highlight. What wildcard search pattern correctly matches either word using alternation?
- A. Enable 'Use wildcards' and search for '(invoice|receipt)', where the parentheses group the alternatives and the vertical bar means 'or', matching either word(correct)
- B. Search for 'invoice receipt' as a literal two-word phrase without wildcards
- C. Enable 'Match case' and search for 'invoice' only, since Word automatically includes synonyms
- D. Use 'Find all word forms' to search for 'invoice', which automatically includes 'receipt' as a related term
Explanation: Word's wildcard search syntax supports alternation using parentheses and the vertical bar (pipe) character: '(invoice|receipt)' matches either 'invoice' or 'receipt' wherever it occurs. This must be searched with 'Use wildcards' enabled in the Find and Replace dialog's advanced options. Searching for the literal phrase 'invoice receipt' (B) would only match the two words appearing consecutively, and 'Find all word forms' (D) only expands grammatical variants of a single word, not unrelated synonyms.
8. You are working in Microsoft Word. You have manually adjusted the fonts, colors, and paragraph spacing across an entire document using several built-in and custom styles, and you now want to save this exact combination of style formatting as a reusable, named Style Set so you can apply the same overall look to future documents with one click. What should you do?
- A. Go to Design > Style Set gallery, click the drop-down arrow, and choose 'Save as a New Style Set', then name it; it will appear in the Style Set gallery for future use(correct)
- B. Save the document as a template (.dotx) — this is the only way to reuse style formatting
- C. Copy all styles individually using the Organizer into a blank document
- D. Style Sets cannot be created by users; only Microsoft-provided Style Sets can be used
Explanation: The Design tab's Style Set gallery includes a 'Save as a New Style Set' command that captures the current combination of all style definitions (fonts, colors, spacing, etc.) as a new named Style Set. Once saved, it appears alongside the built-in Style Sets in the gallery and can be applied to any document with a single click, without needing to attach a template or use the Organizer to copy individual styles.
9. You are working in Microsoft Word. A paragraph in your document has the 'Emphasis Body' paragraph style applied, and within that paragraph a specific phrase also has a 'Highlight Term' character style applied directly to it, plus additional direct bold formatting applied manually on top of both styles. You need to predict which formatting wins for that phrase. Which two statements about formatting precedence are correct? Choose 2.
- A. Character-level formatting (including character styles) takes precedence over paragraph-level formatting for the same text run, so the 'Highlight Term' character style's font attributes override the 'Emphasis Body' paragraph style's font attributes for that phrase(correct)
- B. Manually applied direct formatting (such as the bold applied on top) takes precedence over both the paragraph style and the character style for that specific attribute(correct)
- C. Paragraph styles always override character styles regardless of where they are applied
- D. Direct formatting is always overridden by styles and can never take visual precedence
- E. Only one of the three formatting layers (paragraph style, character style, or direct formatting) can ever be active at a time in Word
Explanation: Word's formatting precedence for a given run of text is: paragraph style provides the base formatting, a character style applied to a portion of that text overrides the paragraph style's character-level attributes (font, size, color) for that portion, and any direct/manual formatting applied on top of either style takes the highest precedence for the specific attributes changed. This means the phrase in the scenario ultimately displays the character style's attributes, further overridden by the manually applied bold. Paragraph styles do not override character styles (C is false), direct formatting is not always overridden by styles (D is false), and all three layers can coexist simultaneously, each affecting different attributes (E is false).
10. You are working in Microsoft Word. You are formatting a legal contract that requires clause numbering in the format '1.1.1' (article.section.clause), with each level automatically incrementing and indenting further than the level above it. What is the correct way to set this up as a reusable multilevel list?
- A. Manually type '1.1.1', '1.1.2', etc. before each clause and update the numbers by hand whenever clauses are added or removed
- B. Go to Home > Multilevel List > Define New Multilevel List, and for each of the three levels set the number format to include the number from the previous level (using 'Include level number from' for levels 2 and 3) separated by periods, with increasing indentation per level, so the list automatically displays '1.1.1', '1.1.2', '1.2.1', and so on as you use Tab/Shift+Tab to change levels(correct)
- C. Apply the built-in 'Legal' numbering style, which cannot be customized further
- D. Use three separate single-level numbered lists and manually combine their numbers with periods
Explanation: In Define New Multilevel List, each level's number format can include the number from higher levels using the 'Include level number from' setting, building compound legal-style numbering such as '1.1.1'. As you press Tab to demote to a lower level (or Shift+Tab to promote), Word automatically maintains and increments the correct compound number and applies the level's configured indentation. This produces a fully automatic, reusable numbering scheme, unlike manual typing (A) which requires constant renumbering as content changes.
11. You are working in Microsoft Word. You need to quickly locate and visually highlight every occurrence of the phrase 'force majeure' throughout a 60-page contract as you read through the document, and see a count of how many times it appears. What is the fastest way to do this?
- A. Press Ctrl+F to open the Navigation Pane's search box, type 'force majeure'; Word highlights every match in the document and shows the total number of results found in the Navigation Pane(correct)
- B. Use Ctrl+H to replace 'force majeure' with itself, which does not highlight results
- C. Manually scroll through all 60 pages looking for the phrase
- D. Use the Thesaurus to look up 'force majeure'
Explanation: Pressing Ctrl+F opens the Navigation Pane with a search box. Typing a search term highlights every occurrence directly in the document body in yellow and displays thumbnail result cards in the Navigation Pane along with a count of total matches, letting you jump between occurrences quickly. This is far faster than manually scanning (C), and Find & Replace without actually replacing anything (B) does not provide the same highlighted, browsable results view.
12. You are working in Microsoft Word. A document has tracked changes and 30 comments from multiple reviewers. You want to temporarily view only the comments (to read reviewer feedback) while hiding the insertion/deletion tracked-change markup, without accepting or rejecting anything. How do you configure this view?
- A. Go to Review > Tracking > Show Markup, and under the 'Balloons' or markup-type options, uncheck 'Insertions and Deletions' (and other change-type categories) while leaving 'Comments' checked, so only comment balloons remain visible in the markup area(correct)
- B. Delete all tracked changes to leave only the comments
- C. Switch 'Display for Review' to 'No Markup', which shows only comments by default
- D. Print the document, which automatically omits tracked changes but keeps comments
Explanation: The Show Markup menu under Review > Tracking lets you selectively toggle which categories of markup are displayed, including Comments, Insertions and Deletions, Formatting, and Ink. Unchecking the tracked-change categories (Insertions and Deletions, Formatting) while keeping 'Comments' checked isolates the view to just the reviewer comments, without touching the underlying tracked changes, which remain intact and can be redisplayed at any time. 'No Markup' (C) actually hides comments as well as changes, showing the document as if changes were accepted, which is the opposite of what is needed here.
13. You are working in Microsoft Word. Inside a table listing exhibits, you need each row's exhibit label to read 'Exhibit A-3' where 'A' is a fixed section letter for the table and '3' is a SEQ-generated running count of exhibits within that table only — and the label should only display at all if the SEQ-generated count is 3 or greater (earlier exhibits use a different labeling scheme not shown here). What nested field construction achieves this?
- A. { SEQ Exhibit } alone, typed in each row
- B. { IF { SEQ Exhibit \c } >= 3 "Exhibit A-{ SEQ Exhibit \c }" "" } — the outer IF field tests a repeated (non-incrementing) copy of the current SEQ Exhibit count using the \c switch, and only when the condition is true does the true-branch text nest another \c copy of the same count to build the visible label(correct)
- C. { REF ExhibitA3 } pointing to a manually placed bookmark
- D. { QUOTE "Exhibit A-3" } typed once and copied to every row
Explanation: The SEQ field's \c switch repeats the current value of a sequence without incrementing it further, which allows the same running count to be both tested in an IF condition and displayed in the result text without disturbing the sequence. Nesting an IF field around a repeated SEQ \c comparison, and nesting another SEQ \c reference inside the true-branch result text, produces a conditional, auto-numbered label like 'Exhibit A-3' that only appears once the count reaches the threshold. QUOTE (D) is static and REF to a manual bookmark (C) would not auto-generate or auto-update the running count.
14. You are working in Microsoft Word. You have applied a specific combination of font, color, and border formatting to one paragraph's text, and you now need to apply that exact same combination of direct formatting to five other, non-adjacent paragraphs scattered throughout the document, without creating a new style. Which two techniques let you do this efficiently using Format Painter? Choose 2.
- A. Select the source text, double-click the Format Painter button (instead of single-clicking), then click or drag across each of the five target paragraphs one at a time; Format Painter stays active for repeated use until you click the button again or press Esc(correct)
- B. After double-clicking Format Painter and applying it to all five targets, click the Format Painter button again (or press Esc) to turn it off(correct)
- C. Single-click Format Painter, which automatically applies formatting to all matching paragraphs in the document at once
- D. Use Format Painter only on adjacent paragraphs; it cannot be used on non-adjacent selections
- E. Format Painter can only copy character formatting, never paragraph-level formatting such as borders
Explanation: Double-clicking the Format Painter button (rather than single-clicking) keeps it active for multiple uses, allowing you to apply the copied formatting to several non-adjacent selections in sequence. Clicking the button again or pressing Esc turns it off when you are done. A single click (C) only applies the formatting once and then automatically deactivates. Format Painter is not restricted to adjacent selections (D is false) and does copy paragraph-level formatting such as borders and spacing in addition to character formatting (E is false).
15. You are working in Microsoft Word. You inherited an older form built with legacy form fields (Developer > Legacy Forms) rather than modern content controls. You need to decide whether to keep the legacy form fields or convert the form to content controls before distributing it via Microsoft 365 Apps to a modern, mobile-friendly audience. Which statement best describes the key practical difference?
- A. Legacy form fields and content controls are functionally identical in every respect, so there is no reason to convert
- B. Legacy form fields rely on older form-field technology primarily intended for compatibility with older Word versions and simpler protected forms, while modern Content Controls (plain text, rich text, date picker, drop-down list, checkbox) offer richer data types, better appearance customization, and improved compatibility with newer authoring and structured-document features; content controls are generally the recommended choice for new forms(correct)
- C. Legacy form fields support drop-down lists but content controls do not
- D. Content controls can only be used in templates, never in regular documents
Explanation: Legacy form fields (Text Form Field, Check Box Form Field, Drop-Down Form Field) are an older technology retained mainly for backward compatibility with earlier Word versions and simple form-protection scenarios. Content controls, introduced later, provide a richer set of data types (plain text, rich text, date picker, drop-down list, combo box, checkbox, picture, repeating section), more flexible formatting and placeholder text, and better integration with structured document features like XML mapping. For new forms intended for modern Microsoft 365 Apps users, content controls are the recommended and more capable option.
16. You are working in Microsoft Word. You inserted both a Plain Text content control and a Rich Text content control into a template, and a colleague asks why the Plain Text control rejected their attempt to paste in a bulleted list with bold text, while the Rich Text control accepted it without issue. What is the correct explanation?
- A. A Plain Text content control strips out any formatting and restricts the contents to a single run of unformatted text (and, by default, a single paragraph unless multiline entry is enabled), while a Rich Text content control allows multiple paragraphs and formatted content such as bold text, bullets, and even embedded images or tables(correct)
- B. Plain Text and Rich Text content controls behave identically; the paste must have failed for an unrelated reason
- C. Rich Text content controls do not allow any formatting either, and the paste actually failed silently
- D. Plain Text content controls can hold formatted content but only in Design Mode
Explanation: A Plain Text content control is designed to hold a single run of unformatted text, discarding formatting from pasted content and, unless 'Allow carriage returns (multiple paragraphs)' is enabled, restricting entry to a single paragraph. A Rich Text content control supports formatted text, multiple paragraphs, and even other content such as tables, pictures, or other content controls. This distinction explains why pasting a formatted bulleted list succeeded in the Rich Text control but failed to retain formatting in the Plain Text control.
17. You are working in Microsoft Word. You have finished designing a job application form with several content controls. You need to lock down each content control individually so that users cannot delete the control itself (accidentally removing a form field), even though the document as a whole is not otherwise protected with Restrict Editing. What should you configure on each content control?
- A. Select each content control, go to Developer > Properties, and check 'Content control cannot be deleted' (and optionally 'Contents cannot be edited' if the content itself should also be locked), then click OK(correct)
- B. Apply Restrict Editing with 'No changes (Read Only)' to the entire document, which is the only way to protect individual controls
- C. Set the document to Mark as Final, which locks all content controls individually
- D. Content controls cannot be individually protected; only whole-document protection is available
Explanation: Each content control's Properties dialog (Developer > Properties, or right-click > Properties) includes locking checkboxes: 'Content control cannot be deleted' prevents the control itself from being removed, and 'Contents cannot be edited' independently prevents changes to the text/value inside the control. These locks apply per control and do not require Restrict Editing or Mark as Final to be applied to the whole document, allowing fine-grained, control-by-control protection.
18. You are working in Microsoft Word. You are building a glossary-style building block gallery for your organization's brand assets: a custom category called 'Approved Disclaimers' should appear inside the existing 'Quick Parts' gallery, sit above the default 'General' category, and be available to anyone who opens a document based on the company template. Which two actions are required to achieve this? Choose 2.
- A. When saving each disclaimer selection (Insert > Quick Parts > Save Selection to Quick Part Gallery), set Gallery to 'Quick Parts' and type 'Approved Disclaimers' as a new Category name so all disclaimers are grouped under that heading(correct)
- B. Save the building blocks to the company's Building Blocks template (or the attached template) rather than only to the normal template, so the category and its entries are distributed along with the company template to anyone using it(correct)
- C. Rename the 'General' category to 'Approved Disclaimers' so no new category is created
- D. Manually recreate the disclaimers as new Word documents inside a OneDrive folder named 'Approved Disclaimers'
- E. Set each disclaimer's Gallery to 'AutoText' instead of 'Quick Parts', which is required for categories to work
Explanation: Creating a custom category within the Quick Parts gallery is done by typing a new Category name (such as 'Approved Disclaimers') in the Create New Building Block dialog while keeping Gallery set to 'Quick Parts'. For the category and its building blocks to be available to other users who open documents based on the company template, they must be saved into the template that stores building blocks (the attached template or Building Blocks.dotx) that ships with or is referenced by the company template, rather than only the local Normal template. Renaming 'General' (C) would not create a distinct new category, and building blocks are not simply Word documents in a OneDrive folder (D).
19. You are working in Microsoft Word. You are building an index for a reference book and need certain terms, when looked up, to direct the reader to a different, more commonly used term instead of listing page numbers directly — for example, looking up 'Software as a Service' should show 'See SaaS' rather than page references for 'Software as a Service' itself. How do you mark this kind of index entry?
- A. Select 'Software as a Service' wherever it appears, go to References > Mark Entry, and in the Mark Index Entry dialog choose the 'Cross-reference' option, then type 'SaaS' as the target so the index displays 'See SaaS' instead of page numbers for that entry(correct)
- B. Select 'Software as a Service', mark it as a normal main entry with no subentry, and rely on Word to automatically detect that a shorter form exists
- C. Manually type 'See SaaS' as literal text at the point in the manuscript where 'Software as a Service' appears
- D. Use a hyperlink from 'Software as a Service' to the 'SaaS' bookmark instead of marking an index entry
Explanation: The Mark Index Entry dialog's 'Cross-reference' option is specifically for creating 'See' references in an index, where an entry points to another term rather than listing page numbers. Selecting 'Cross-reference' and typing the target term ('SaaS') produces an index line reading 'Software as a Service. See SaaS.' A normal main entry (B) would generate page numbers instead of a cross-reference, which does not match the requirement.
20. You are working in Microsoft Word. Within a long chapter, you need to insert a cross-reference to a numbered clause item in a numbered list ('as described in item 4 above') so that the number updates automatically if items are reordered, added, or removed from the list. What Reference type should you select in the Cross-reference dialog?
- A. Set Reference type to 'Numbered item', select the specific list paragraph, and choose 'Paragraph number' (or 'Paragraph number (full context)') as the 'Insert reference to' option so the cross-reference always reflects the item's current number(correct)
- B. Set Reference type to 'Bookmark' only, since numbered items cannot be referenced directly
- C. Set Reference type to 'Footnote', since numbered list items use the same numbering engine as footnotes
- D. Manually type the number '4' since it will not change
Explanation: The Cross-reference dialog's Reference type list includes 'Numbered item', which lets you select any paragraph that is part of a numbered list and insert a reference to its current number (via 'Paragraph number' or 'Paragraph number (full context)' for compound multilevel numbers). This reference updates automatically (when refreshed with F9) if list items are reordered, inserted, or deleted, unlike a manually typed number (D) which would become outdated.
21. You are working in Microsoft Word. You wrote a 40-page thesis with 60 citations formatted in APA style using References > Manage Sources and Insert Citation. Your advisor now requires the entire paper to be reformatted to Chicago style instead. How do you update every citation and the bibliography to the new style without manually retyping them?
- A. Manually edit each of the 60 in-text citations and retype the bibliography in Chicago format
- B. Go to References > Style dropdown and change the selected style from 'APA' to 'Chicago'; Word automatically reformats every existing citation field and the Bibliography field throughout the document to match the new style the next time the fields are updated(correct)
- C. Delete all citations and re-insert them one by one after switching the style
- D. Use Find & Replace to change 'APA' to 'Chicago' in the document text
Explanation: The References tab's Style dropdown controls the citation style applied to all citation fields and the bibliography field in the document. Changing the selected style from 'APA' to 'Chicago' causes every existing { CITATION } field and the { BIBLIOGRAPHY } field to reformat according to Chicago style rules the next time they are displayed or updated (F9), without requiring any manual retyping or re-insertion of citations. This is the key advantage of using Word's integrated citation management over manually typed citations.
22. You are working in Microsoft Word. You are running a mail merge to send a personalized appointment confirmation to 500 patients, and instead of printing letters you need each patient to receive their own confirmation as an individual email message (using their 'Email' data field as the recipient address), with the subject line 'Your Appointment Confirmation'. What is the correct way to complete this merge?
- A. Complete the merge to a new document (Finish & Merge > Edit Individual Documents), then manually copy each page into a separate email one at a time
- B. Go to Mailings > Finish & Merge > Send Email Messages, select the 'Email' field as the 'To' field, type 'Your Appointment Confirmation' as the Subject line, choose the Mail Format (HTML), and complete the merge so Outlook sends each recipient an individual personalized email(correct)
- C. Export the data source to Excel and use an Excel macro to send emails instead of Word's mail merge
- D. Use Mailings > Finish & Merge > Print Documents and ask recipients to check a shared printer
Explanation: Mailings > Finish & Merge > Send Email Messages is the built-in mail merge output specifically for sending individual, personalized emails through a configured email client such as Outlook. You select which data field contains the recipient's email address for the 'To' field, type a subject line, and choose the mail format (HTML, plain text, or attachment). Word then generates and sends one personalized email per recipient using the merge data, without needing to manually copy content into separate emails (A) or use external tools (C).
23. You are working in Microsoft Word. Reviewers of a printed report keep asking whether the gray-shaded areas in the document are actual gray fill or just how fields are being displayed. You want to control when Word visually shades field results (like MERGEFIELD, REF, and DATE fields) on screen to make troubleshooting easier. Which two settings correctly control field shading? Choose 2.
- A. Go to File > Options > Advanced > Show document content, and set 'Field shading' to 'Always' so every field result is always shown with a gray background on screen, distinguishing fields from regular typed text(correct)
- B. Set 'Field shading' to 'When selected' if you only want the gray background to appear when the cursor is positioned inside a field (or the field is selected), keeping the screen clean otherwise(correct)
- C. Field shading is a print setting and will always appear on printed pages regardless of the on-screen option chosen
- D. Field shading can only be toggled per individual field using its own right-click menu, not as a global option
- E. There is no way to control field shading in Word; gray fields are a fixed, unchangeable behavior
Explanation: File > Options > Advanced includes a 'Field shading' setting under 'Show document content' with three choices: 'Never', 'Always', and 'When selected'. 'Always' displays a gray background behind every field result on screen at all times, while 'When selected' only shades a field when the cursor is inside it or it is selected. This shading is an on-screen display aid only — it never prints (making C false) — and it is a global application setting, not a per-field toggle (making D false).
24. You are working in Microsoft Word. A report contains several REF and DATE fields whose current displayed values are correct and you now want to send the document to an external partner as a completely static file — the fields should be converted permanently into fixed, unchanging text with no risk of anyone accidentally updating them with F9 later. What should you do?
- A. Select the fields (or the whole document, Ctrl+A) and press Ctrl+Shift+F9 to unlink the fields, permanently converting each field's currently displayed result into ordinary, static text(correct)
- B. Select the fields and press Ctrl+F11 to lock them, which permanently converts them to plain text
- C. Delete all the fields, which leaves the correct static text behind automatically
- D. Print the document to PDF, which is the only way to make field values permanent
Explanation: Ctrl+Shift+F9 unlinks selected fields (or all fields if the whole document is selected), replacing each field code with its last-displayed result as permanent, static text; the field can no longer be updated because it no longer exists as a field. Ctrl+F11 (B) instead locks a field to prevent updates while still keeping it as an updatable field once unlocked (Ctrl+Shift+F11 unlocks it) — it does not convert it to static text. Deleting the fields (C) would remove the text entirely, not preserve it as static content.
25. You are working in Microsoft Word. While proofreading, you notice that a field displaying a cross-reference is currently showing outdated text because you have not refreshed it since making edits. You need to update just this one field (not every field in the document) to reflect the current state. What is the fastest way to update a single selected field?
- A. Click anywhere inside the field (or select it) and press F9 to update just that field(correct)
- B. Press Ctrl+A then F9, which updates only the field nearest the cursor
- C. Close and reopen the document, which is the only way to refresh a single field
- D. Use Ctrl+Shift+F9 to update the single field
Explanation: Clicking inside a field (or selecting it) and pressing F9 updates that specific field to reflect its current computed result, without affecting any other fields in the document. Selecting the whole document with Ctrl+A before pressing F9 (B) would update every field in the document, not just one. Ctrl+Shift+F9 (D) unlinks fields into static text rather than updating them, which is the opposite of the desired refresh action.