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 1: 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. You are creating a business plan template that will be used by multiple departments. You need to restrict the template so that users can only fill in designated form fields (content controls) and cannot modify the structure, formatting, or fixed text of the template. What should you do?
- A. Save the template as a read-only file using File > Properties
- B. Go to Review > Protect Document > Restrict Editing, enable 'Filling in forms' under Editing restrictions, and start enforcing protection with a password(correct)
- C. Mark the document as Final using File > Info > Protect Document > Mark as Final
- D. Remove all formatting from the template so users cannot accidentally change styles
Explanation: The 'Restrict Editing' feature in Microsoft Word (Review > Protect Document > Restrict Editing) allows you to limit editing to form filling only. When 'Filling in forms' is selected as the editing restriction and protection is enforced with a password, users can only interact with form fields (content controls, form fields) and cannot modify any other content or formatting. 'Mark as Final' (Option C) only discourages editing — it does not enforce protection.
2. You are working in Microsoft Word. You have a document with multiple sections that have conflicting styles. You need to copy all the custom styles from a department template file (.dotx) into your current document so that your document uses the same style definitions as the template. What is the most efficient method?
- A. Open the template file and manually recreate each style in your current document
- B. Go to Home > Styles > Manage Styles > Import/Export (or Developer > Document Template > Organizer), switch to the template file, and copy the required styles from the template to the current document(correct)
- C. Copy formatted text from the template and paste it into your document to bring the styles along
- D. Change the document template attachment via Developer > Document Template to link to the new template and manually update each style
Explanation: The Organizer in Microsoft Word (accessed via Manage Styles > Import/Export, or Developer > Document Template > Organizer) allows copying styles, AutoText entries, toolbars, and macros between documents and templates. By opening the Organizer with the template on one side and the current document on the other, you can select and copy specific styles or all styles at once. This is the purpose-built tool for style management across documents.
3. You are working in Microsoft Word. You need to configure a document that is being collaboratively edited so that different users can edit specific sections of the document while other sections remain locked. Specifically, the Marketing team can edit Section 1, the Finance team can edit Section 2, and no one can edit Section 3 (which contains approved legal text). What feature enables this configuration?
- A. Create three separate documents — one per section — and restrict editing on the third one
- B. Use Review > Protect Document > Restrict Editing, select 'No changes (Read only)' as the default restriction, then use 'Exceptions' to add specific users or groups and designate which sections of the document each group can edit, then start enforcing protection(correct)
- C. Use section breaks to divide the document and apply different passwords to each section
- D. Use Microsoft SharePoint permissions to restrict access to the document at the section level
Explanation: Microsoft Word's Restrict Editing feature supports per-section exceptions. After setting the default restriction to 'No changes (Read only)', you can select text regions and use the 'Exceptions' section to designate specific users or groups (from Active Directory/Microsoft Entra ID) who can edit those regions. Section 1 is unlocked for the Marketing group, Section 2 for Finance, and Section 3 remains locked for everyone. This is enforced when protection is started.
4. You are working in Microsoft Word. You frequently need to insert a standard legal disclaimer paragraph at the end of client proposals. The disclaimer text is 300 words long. You want to insert it with a single keyboard shortcut rather than typing or pasting it each time. What is the most appropriate feature to use?
- A. Save the disclaimer text as a separate .docx file and copy-paste it each time
- B. Create a Quick Part (Building Block) by selecting the disclaimer text, going to Insert > Quick Parts > Save Selection to Quick Part Gallery, assigning it a name and category, so you can insert it from the Quick Parts gallery or by typing the shortcut name and pressing F3(correct)
- C. Record a macro that types the entire disclaimer text
- D. Add the disclaimer text to AutoCorrect so it expands when you type a short abbreviation
Explanation: Quick Parts (Building Blocks) in Microsoft Word are reusable content snippets that can be saved with a name and inserted quickly. By saving the disclaimer as a Quick Part with a recognizable name, you can insert it by going to Insert > Quick Parts and selecting it, or by typing the name and pressing F3. AutoCorrect (Option D) is also valid for short text expansions but has text length limitations that may not suit a 300-word paragraph. Quick Parts is the purpose-built tool for reusable document content blocks.
5. You are working in Microsoft Word. You are editing a research paper that uses custom styles throughout. You need to apply a new style called 'Research Body' to all paragraphs currently formatted with the 'Normal' style, without manually selecting each paragraph. What is the most efficient approach?
- A. Use Ctrl+A to select all text and then apply 'Research Body' — this applies the style to all paragraphs
- B. Right-click the 'Normal' style in the Styles pane, choose 'Select All Instance(s)', which selects all paragraphs using the Normal style, then click the 'Research Body' style to apply it to the selection
- C. Use Find & Replace (Ctrl+H), go to 'More > Format > Style', search for 'Normal' style and replace with 'Research Body' style
- D. Both B and C are correct approaches — both select by style and both allow replacing one style with another(correct)
Explanation: Both approaches work correctly: (B) Right-clicking a style name in the Styles pane and selecting 'Select All Instance(s)' selects all paragraphs with that style, and then clicking the target style applies it to all selected paragraphs. (C) Find & Replace's Format > Style option allows searching for paragraphs formatted with 'Normal' style and replacing the formatting with 'Research Body' style directly. Both are valid expert-level techniques for bulk style replacement in Microsoft Word.
6. You are working in Microsoft Word. You need to use Find & Replace to find all instances of the word 'product' followed by any single digit (like 'product1', 'product2', through 'product9') and replace each with 'Product-' followed by the same digit. You need to capture the digit from the found text and use it in the replacement. What type of Find & Replace search should you use?
- A. A standard Find & Replace search with 'Match case' enabled
- B. A wildcard search: in the Find field enter 'product([0-9])' with 'Use wildcards' enabled, and in the Replace field enter 'Product-\1' to reference the captured group containing the digit(correct)
- C. Use 'Find all word forms' to find all grammatical variations of 'product'
- D. Search for 'product' and manually retype the replacement for each instance
Explanation: Microsoft Word's wildcard search (enabled by checking 'Use wildcards' in the Find & Replace dialog's More options) supports regular expression-like syntax. ([0-9]) captures a single digit in a group, and \1 in the Replace field references the first captured group. The search pattern 'product([0-9])' matches 'product1' through 'product9', and the replacement 'Product-\1' produces 'Product-1' through 'Product-9'. This is the expert-level technique for pattern-based find and replace with back-references.
7. You are working in Microsoft Word. You are preparing a book manuscript with a complex chapter structure. You need chapter numbers and figure numbers to reset to 1 at the start of each new chapter, and figure captions to display as 'Figure 2-3' where '2' is the chapter number and '3' is the figure number within that chapter. How do you configure this automatic cross-chapter numbering?
- A. Manually type figure numbers in each caption, resetting to 1 at each chapter start
- B. Configure multilevel list numbering linked to the Heading 1 style for chapter numbers, then when inserting figure captions go to Insert Caption > Numbering, enable 'Include chapter number', select 'Heading 1' as the chapter style, and choose a separator (hyphen) to display 'Figure 2-3' format automatically(correct)
- C. Use a table at the start of each chapter to track figure numbers and update them manually
- D. Insert chapter and figure numbers as plain text fields using Insert > Field > NumChap
Explanation: Microsoft Word's caption numbering supports chapter-prefixed numbering when multilevel list numbering is properly configured for heading styles. In the Caption dialog (Insert Caption > Numbering), enabling 'Include chapter number' and linking it to the Heading 1 style causes Word to automatically prepend the chapter number to the figure number, separated by the specified character (hyphen). The chapter number increments when a new Heading 1 is encountered, and the figure number resets to 1 within each chapter. The multilevel list must be properly linked to the Heading 1 style for this to work correctly.
8. You are working in Microsoft Word. Your organization has specific requirements for how numbered lists should look in all company documents: numbers should be followed by a period, indented 0.25 inches from the left margin, with 6pt spacing after each item. You need to create a custom list style that can be applied from the Styles gallery and shared with colleagues via the company template. What should you do?
- A. Configure the numbering settings manually each time you start a new numbered list
- B. Create a new paragraph style (Home > Styles > New Style), set the style type to 'Paragraph', configure the numbering format (period after number), indentation (0.25 inch), and spacing (6pt after), save the style, then save the document as a template (.dotx) so colleagues can access the style(correct)
- C. Use Format Painter to copy the list formatting from a correctly formatted list to new lists
- D. Set the list options in Word's AutoFormat settings to apply these settings automatically
Explanation: Creating a custom paragraph style for numbered lists in Microsoft Word allows the style to be applied consistently from the Styles gallery and shared via a template file. The style definition stores all formatting attributes (number format, indentation, spacing) so applying the style instantly applies all settings. Saving the document as a template (.dotx) makes the style available to colleagues who create new documents based on that template. Format Painter (Option C) does not create a reusable, named style.
9. You are working in Microsoft Word. You need to create a form that will be distributed to employees for a performance review. The form should include: a text field for the employee's name (plain text), a date picker for the review date, a dropdown list for the performance rating (Excellent, Good, Satisfactory, Needs Improvement), and a checkbox for whether a follow-up meeting is required. What should you use to create these interactive form elements?
- A. Insert table cells and instruct users to type their responses in the cells
- B. Use the Developer tab to insert Content Controls: a Plain Text Content Control for the name, a Date Picker Content Control for the review date, a Drop-Down List Content Control for the performance rating with the four options added, and a Check Box Content Control for the follow-up meeting(correct)
- C. Insert form elements using Insert > Forms from the main ribbon
- D. Use text boxes with placeholder text labels for each form field
Explanation: Microsoft Word Content Controls (available on the Developer tab) provide interactive form elements for structured data entry. Plain Text Content Controls capture free text, Date Picker Content Controls provide a calendar interface, Drop-Down List Content Controls restrict choices to predefined options (which you add in the control's properties), and Check Box Content Controls provide clickable checkboxes. Content controls enforce data structure and can be protected so users can only interact with the controls, not modify surrounding content.
10. You are working in Microsoft Word. You are creating a large reference manual and need to build an index at the end of the document. Key terms like 'reconciliation', 'amortization', and 'net present value' should appear in the index with the page numbers where they occur. You also need 'NPV' to appear as a cross-reference entry pointing to 'net present value' in the index. How do you create this index?
- A. Manually type the index with page numbers at the end of the document
- B. Select each key term in the document, go to References > Mark Entry to mark it as an index entry (XE field), enter the main entry text, and for 'NPV' select 'Cross-reference' and type 'net present value'. After marking all entries, place the cursor at the end and go to References > Insert Index to generate the automatic index(correct)
- C. Use the Table of Contents feature with heading styles to create the index
- D. Use Find & Replace to find each term and note the page numbers, then type the index manually
Explanation: Creating an index in Microsoft Word requires two steps: (1) Marking index entries using References > Mark Entry (which inserts hidden XE fields), and (2) Generating the index using References > Insert Index. For cross-references (like 'NPV' pointing to 'net present value'), you select 'Cross-reference' in the Mark Index Entry dialog and type the target term. The generated index is a field that can be updated (F9) if content changes. Table of Contents (Option C) is for headings, not for creating a keyword index.
11. You are working in Microsoft Word. You need to set up a mass mailing for a product launch campaign. The mailing list has 1,000 recipients in a Microsoft Excel file. You need to send personalized letters to only those recipients whose 'Country' field equals 'United Kingdom' and whose 'CustomerTier' field equals 'Premium'. You also need the date in each letter to display in British format (DD/MM/YYYY). How do you filter the recipients and format the date field in the mail merge?
- A. Manually delete all non-UK non-Premium rows from the Excel file before starting the mail merge
- B. During mail merge setup, after connecting to the Excel data source, use 'Edit Recipient List > Filter' to add two filter criteria (Country = United Kingdom AND CustomerTier = Premium). For the date field, after inserting the merge field, right-click the field and select 'Toggle Field Codes', then add the date format switch \@ 'dd/MM/yyyy' to the field code to display the date in British format(correct)
- C. Create a separate Excel spreadsheet with only UK Premium customers and use that as the data source
- D. Use an IF merge field to skip non-matching records and a separate merge field for the date without formatting
Explanation: Advanced mail merge in Microsoft Word includes: (1) Recipient filtering — the 'Filter' option in 'Edit Recipient List' allows defining criteria (Country = United Kingdom AND CustomerTier = Premium) that determines which records produce letters; (2) Date field formatting — by toggling field codes on the date merge field and adding the \@ format switch with 'dd/MM/yyyy', the date displays in British format. These are expert-level mail merge techniques that avoid modifying the source data. The field code format is: { MERGEFIELD ReviewDate \@ "dd/MM/yyyy" }.
12. You are working in Microsoft Word. You are writing a research paper and need to insert citations in APA 7th edition format throughout the document. After completing the paper, you need to generate an automatic bibliography (Works Cited / References page) from all the sources you cited. How do you manage citations and bibliography in Microsoft Word?
- A. Manually type all citations in the text and type a bibliography at the end of the document
- B. Go to References > Manage Sources to add source details (author, title, year, publisher, etc.), select 'APA' as the citation style in the Style dropdown, insert citations using References > Insert Citation wherever a citation is needed, and then place the cursor at the bibliography location and click References > Bibliography to insert an automatic, formatted bibliography(correct)
- C. Use footnotes to cite all sources and collect them at the end as the bibliography
- D. Insert citations as hyperlinks to source websites
Explanation: Microsoft Word's integrated citation management (References > Manage Sources, Insert Citation, Bibliography) supports multiple citation styles including APA, MLA, Chicago, and others. After adding sources to the Master List, you select the citation style (APA 7th edition is labeled as 'APA Seventh Edition' in the dropdown), insert citations at each reference point, and then generate a fully formatted, alphabetically sorted bibliography from all cited sources. The bibliography is a field that updates automatically if you add or change sources.
13. You are working in Microsoft Word. You need to create a cross-reference in your report that says 'See Figure 3-2 on page 15' where the figure number and page number should update automatically if the figure is moved or renumbered. How do you insert this cross-reference?
- A. Type 'See Figure 3-2 on page 15' as plain text and update it manually whenever the figure moves
- B. Go to References > Cross-reference, select 'Figure' as the Reference type, select the specific figure from the list, choose 'Only label and number' for the first reference, then insert another cross-reference for the same figure choosing 'Page number' to insert the page number — both references update automatically when the document is refreshed(correct)
- C. Insert a hyperlink to the figure's location and display 'Figure 3-2' as the link text
- D. Use Insert > Bookmark to mark the figure and then insert a PAGEREF field manually for the page number
Explanation: Microsoft Word's Cross-reference feature (References > Cross-reference) allows inserting references to captions, headings, bookmarks, footnotes, and other elements. By selecting 'Figure' as the reference type and the specific figure, you can insert the label and number ('Figure 3-2') and a separate page number reference for the same figure. Both cross-references are fields that update automatically when you press F9 or when printing, ensuring accuracy if the figure is renumbered or moves to a different page.
14. You are working in Microsoft Word. You need to insert a field that displays the total number of pages in the document, so your footer reads 'Page 3 of 12'. You also need the page count to exclude the cover page (which uses a different section with no footer). How do you configure this?
- A. Type 'Page X of Y' and manually update X and Y each time the document changes
- B. For the page number use Insert > Page Number > Current Position, choose the page number field. For the total count, place the cursor where the total should appear, go to Insert > Quick Parts > Field, select 'NumPages' as the field name to insert the total page count. For the cover page exclusion, use a different section for the cover page and start page numbering at 0 in the body section so the count displays correctly, or use SECTIONPAGES if counting within a section only(correct)
- C. Use an Excel formula embedded in the footer to calculate the page count
- D. Insert 'Page {PAGE} of {NUMPAGES}' as plain text using AutoText
Explanation: Microsoft Word provides built-in fields for page numbering: the PAGE field inserts the current page number and NUMPAGES inserts the total number of pages in the document. These are accessible via Insert > Quick Parts > Field or through Insert > Page Number. For excluding the cover page from the count, setting the body section's page numbering to start at 0 (so the cover page is page 0 and the first content page shows as page 1) or using SECTIONPAGES for section-specific counts are valid approaches. Fields auto-update when the document is opened or manually updated with F9.
15. You are working in Microsoft Word. You need to compare two versions of a contract document: the original signed version and an updated version with amendments. You need to generate a third document that shows all differences between the two versions marked as tracked changes, without modifying either original document. What should you use?
- A. Open both documents side by side and manually identify differences
- B. Go to Review > Compare > Compare, select the original document as the 'Original document' and the amended document as the 'Revised document', and click OK. Word generates a new document showing all differences as tracked changes without modifying either original(correct)
- C. Copy the original text into a new document, paste the amended text next to it, and enable Track Changes
- D. Use the Restrict Editing feature to identify what was changed between the two documents
Explanation: Microsoft Word's Compare feature (Review > Compare > Compare) performs a legal-quality comparison between two documents. It generates a new comparison document showing all textual differences marked as tracked changes (insertions and deletions), while leaving both original documents unchanged. This is the purpose-built tool for document comparison in legal and compliance scenarios where it is important to maintain the integrity of both source documents.
16. You are working in Microsoft Word. You are formatting a business book with chapters. Each chapter heading must include an automatically incrementing chapter number (Chapter 1, Chapter 2, etc.) that restarts the figure and table numbering within each chapter. You need to configure a multilevel list linked to heading styles. Which approach correctly sets up chapter auto-numbering?
- A. Manually type 'Chapter 1', 'Chapter 2', etc. before each heading
- B. Go to Home > Multilevel List > Define New Multilevel List, configure Level 1 with 'Chapter ' as the number format text followed by the auto-number, link Level 1 to 'Heading 1' style, and set the list number style to 1, 2, 3. This causes every paragraph styled as Heading 1 to automatically display 'Chapter 1', 'Chapter 2', etc.(correct)
- C. Insert SEQ fields manually before each chapter heading to generate sequential numbers
- D. Use the Heading Numbering option in the Styles pane to enable automatic numbering on Heading 1
Explanation: Configuring automatic chapter numbering requires creating a Multilevel List definition linked to heading styles. In Home > Multilevel List > Define New Multilevel List, you configure Level 1 to use the number format 'Chapter [auto-number]' and link it to the Heading 1 style. Once configured, any paragraph styled as Heading 1 automatically receives the next chapter number. This multilevel list can then be used as the chapter prefix for figure and table captions (via Caption Numbering > Include chapter number). This is the expert-level setup for professional book and manual formatting.
17. You are working in Microsoft Word. You are building a template for financial reports. You need to create a custom style called 'Financial Header' (based on Heading 1) with specific formatting: Calibri 16pt, Bold, Dark Blue, 18pt spacing before, 6pt after, keep with next paragraph enabled, and the style should not include the Heading 1 outline level so it does not appear in the Table of Contents. Which two settings must you configure when creating this style? Choose 2.
- A. In the Modify Style dialog, set 'Style based on' to Heading 1, configure all font and paragraph formatting, then in Format > Paragraph > Line and Page Breaks, enable 'Keep with next'(correct)
- B. In Format > Paragraph within the style definition, set the Outline level to 'Body Text' (not Heading 1's Level 1) so the style does not appear in the Table of Contents hierarchy(correct)
- C. Set the style font to Symbol 16pt to create the required visual effect
- D. Set 'Style based on' to Normal (not Heading 1) to avoid inheriting the outline level and then manually configure all formatting from scratch
- E. Use the Organizer to import the style from another document instead of creating it from scratch
Explanation: Creating the 'Financial Header' style requires: (A) Creating the style based on Heading 1 and configuring all the specified formatting including font, size, color, spacing, and enabling 'Keep with next' in Format > Paragraph > Line and Page Breaks — this ensures the header never appears alone at the bottom of a page. (B) Critically, to prevent the style from appearing in the Table of Contents, you must change the Outline level to 'Body Text' in Format > Paragraph (on the Indents and Spacing tab). By default, inheriting from Heading 1 sets the outline level to 'Level 1', which causes TOC inclusion. Setting it to 'Body Text' removes it from the TOC hierarchy while preserving the visual formatting.
18. You are working in Microsoft Word. You are setting up a mail merge for conditional content. For each recipient, if their 'SubscriptionType' field equals 'Annual', the letter should say 'Your annual subscription renews on [RenewalDate].' If the SubscriptionType is 'Monthly', the letter should say 'Your monthly subscription renews each month.' You need to use conditional merge fields. What is the correct field code syntax for this in Microsoft Word?
- A. Use two separate merge fields with manual text between them and ask recipients to ignore irrelevant paragraphs
- B. Insert an IF field using Insert > Quick Parts > Field or by pressing Ctrl+F9 to insert field brackets: { IF { MERGEFIELD SubscriptionType } = "Annual" "Your annual subscription renews on { MERGEFIELD RenewalDate }." "Your monthly subscription renews each month." }(correct)
- C. Create two separate mail merge documents — one for Annual subscribers and one for Monthly subscribers — and run the merge twice
- D. Use a CHOOSE field that switches between the two text options based on subscription type
Explanation: Microsoft Word supports conditional content in mail merges through the IF field. The syntax is: { IF { MERGEFIELD SubscriptionType } = "Annual" "true text" "false text" }. Field codes are inserted using Ctrl+F9 to create the field code brackets {}. MERGEFIELD fields are nested inside the IF condition to reference data source values. The IF field evaluates at merge time, inserting the appropriate text for each recipient without requiring separate documents. Option C works but is inefficient for large data sets with multiple conditions.
19. You are working in Microsoft Word. You need to record a macro that automates the following sequence of formatting steps applied to any selected text: change font to Calibri 11pt, apply Bold, change color to Dark Red, and add a 1pt border around the paragraph. The macro should be saved so it is available in all documents (not just the current one). How do you record and save this macro?
- A. Write the macro directly in VBA using the Visual Basic Editor without recording
- B. Go to View > Macros > Record Macro (or Developer > Record Macro), name the macro, set 'Store macro in' to 'All Documents (Normal.dotm)', optionally assign a keyboard shortcut, click OK to start recording, perform all formatting steps on selected text, then click Stop Recording. The macro is now available in all Word documents(correct)
- C. Go to View > Macros > Record Macro, name the macro, set 'Store macro in' to the current document only, and record the steps
- D. Use Quick Parts to save the formatted text as a building block that automatically applies the formatting
Explanation: Recording a macro for use across all documents requires saving it to 'Normal.dotm' (the global template that underlies all Word documents). In the Record Macro dialog, setting 'Store macro in' to 'All Documents (Normal.dotm)' ensures the macro is always available. The Macro Recorder captures all formatting actions performed during recording. Storing in the current document only (Option C) makes the macro available only when that document is open. Optionally assigning a keyboard shortcut during setup provides quick access.
20. You are working in Microsoft Word. You are reviewing a complex document that went through several revision cycles. When you open the document, you notice it contains tracked changes from 4 different reviewers and 47 comments. You want to see the document as it will look when all current tracked changes are accepted (final view), without actually accepting the changes yet. What should you do?
- A. Temporarily accept all changes to preview the final look, then immediately undo to restore the tracked changes
- B. In the Review tab, change the 'Display for Review' dropdown from 'All Markup' to 'No Markup' to display the document as it will look with all changes accepted, without permanently accepting any changes(correct)
- C. Use View > Draft to see the document without markup
- D. Print the document with 'Print Markup' unchecked to see how it will print without changes
Explanation: The 'Display for Review' dropdown in the Review tab controls how tracked changes are displayed. Selecting 'No Markup' shows the document as it would appear if all current tracked changes were accepted — insertions appear as normal text and deletions are hidden — without actually accepting any changes. Switching back to 'All Markup' restores the full tracked changes view. This is the non-destructive way to preview the final document state.
21. You are working in Microsoft Word. Your company produces technical documentation that must include a 'Table of Figures' and a 'Table of Tables' in addition to the standard Table of Contents. Figures and tables have been captioned using Word's caption feature. How do you insert the Table of Figures and Table of Tables?
- A. Manually type a list of all figures and tables with their page numbers at the beginning of the document
- B. Go to References > Insert Table of Figures, select 'Figure' as the caption label to generate the Table of Figures; repeat by clicking Insert Table of Figures again and selecting 'Table' as the caption label to generate the Table of Tables. Both lists are automatically generated from caption fields in the document(correct)
- C. Use References > Table of Contents with a custom heading style linked to figures and tables
- D. Insert an Index and select 'Figures' and 'Tables' as index categories
Explanation: Microsoft Word's Insert Table of Figures feature (References > Insert Table of Figures) generates automatic lists of captioned items. The 'Caption label' dropdown allows you to select 'Figure' to list all figure captions, or 'Table' to list all table captions, each with their page numbers. Since captions were inserted using Word's caption feature (creating properly labeled XE fields), the table of figures and table of tables can be generated and updated automatically. This is the correct tool — the Table of Contents (Option C) uses heading styles, not captions.
22. You are working in Microsoft Word. You are preparing a mail merge for a customer survey mailing. The Excel data source includes a 'Score' field with numeric values. In the letter, you need to display the score as a currency value with two decimal places and a pound sterling symbol (e.g., £1,234.56). The raw merge field currently displays '1234.56' without formatting. How do you format the merge field to display currency?
- A. Pre-format the Score column in Excel as Currency before running the merge
- B. Select the MERGEFIELD in the document, press Alt+F9 to toggle field codes, and add the numeric picture switch to the field code: { MERGEFIELD Score \# "£#,##0.00" } then press Alt+F9 again to toggle back to the result view(correct)
- C. After completing the merge, use Find & Replace to add the £ symbol to every occurrence of the score
- D. Change the Windows regional settings to use pound sterling as the default currency
Explanation: Microsoft Word merge field formatting is controlled by field switches added to the field code. The numeric picture switch (\#) followed by a format pattern controls how numeric values appear. { MERGEFIELD Score \# "£#,##0.00" } formats the number with the pound symbol, thousands separator (comma), and two decimal places. Alt+F9 toggles between the field code view and the result view. Pre-formatting in Excel (Option A) may not always transfer correctly through the merge, making the Word-side field switch the more reliable approach.
23. You are working in Microsoft Word. A colleague has submitted a document for your review with many tracked changes. You need to prevent any further tracked changes from being added and also prevent any user from turning off Track Changes or accepting/rejecting changes without a password. How do you lock Track Changes so it cannot be disabled?
- A. Enable Track Changes in the Review tab — this automatically prevents it from being turned off
- B. Go to Review > Track Changes > Lock Tracking, enter a password, and click OK. This prevents users from accepting, rejecting, or disabling Track Changes without the password(correct)
- C. Protect the document using Restrict Editing with 'No changes (Read only)' restriction
- D. Save the document as a PDF to permanently lock all tracked changes in place
Explanation: Microsoft Word's 'Lock Tracking' feature (Review > Track Changes > Lock Tracking) password-protects the Track Changes state. When lock tracking is enabled with a password, users cannot turn off Track Changes, and cannot accept or reject any tracked changes without entering the password. This is separate from document protection and specifically secures the review workflow. Simply enabling Track Changes (Option A) does not prevent a user from disabling it.
24. You are working in Microsoft Word. You need to combine the review feedback from three separate reviewed copies of a document (each reviewed by a different person with their own tracked changes and comments) into a single document that shows all reviewers' changes simultaneously. What should you use?
- A. Open all three documents and manually copy tracked changes from each into the original document
- B. Go to Review > Compare > Combine, select the original document as the 'Original document', then add each reviewed copy one at a time using 'Revised document', clicking OK after each to produce a combined document with all three sets of tracked changes merged into one document(correct)
- C. Ask each reviewer to accept their own changes and then merge the resulting documents
- D. Use the Compare feature (Review > Compare > Compare) three times and merge the resulting comparison documents
Explanation: Microsoft Word's Combine feature (Review > Compare > Combine) is specifically designed for merging tracked changes from multiple reviewed copies of a document into a single document. Unlike Compare (which identifies differences between two versions), Combine merges the tracked changes from a reviewed copy into the original, preserving each reviewer's markup. You repeat the process for each reviewed copy, accumulating all reviewers' changes into a single combined document. This is the correct tool when multiple reviewers have independently reviewed the same original document.
25. You are working in Microsoft Word. You need to insert an automatically updating field in your document header that displays the date the document was last modified (not the current date, but the actual last saved date). The date should display in the format 'Last Modified: 15 June 2026'. What field should you insert and how?
- A. Insert a DATE field (Insert > Quick Parts > Field > Date), which always shows the current date
- B. Go to Insert > Quick Parts > Field, select the 'SaveDate' field, and in the field properties apply the date format 'd MMMM yyyy'. Then add the text 'Last Modified: ' before the field in the header to produce 'Last Modified: 15 June 2026'. The field updates to reflect the last save date each time the document is saved(correct)
- C. Type the current date manually in the header and update it each time you save the document
- D. Use Insert > Date and Time with 'Update automatically' checked — this inserts the current date
Explanation: Microsoft Word provides several document date/time fields: DATE (current date/time), SAVEDATE (date the document was last saved), CREATEDATE (document creation date), and PRINTDATE (date last printed). The SAVEDATE field (Insert > Quick Parts > Field > SaveDate) displays the date the document was last saved, not the current date. Applying a date format of 'd MMMM yyyy' produces '15 June 2026'. Insert > Date and Time (Option D) with 'Update automatically' inserts a DATE field that shows the current date when the document is opened, not the save date.