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

Last updated: August 2026

Practice Exam

MO-101Microsoft Office Specialist: Word Expert (Office 2019)

Test your knowledge with official exam-style questions

Questions25Passing700Exam time50 min

Questions and options are shuffled each attempt

Microsoft Office Specialist: Word Expert (Office 2019)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. 1. You maintain a company template (.dotx) that several departments use to create new proposals. The template's default font needs to change from Calibri to a corporate font called 'Corporate Sans' so that every new document based on the template uses this font by default, without changing existing proposals already created. What should you do?

    • A. Open the template file itself, go to Home, change the Normal style's font to Corporate Sans, and save the template(correct)
    • B. Open one existing proposal, change its font, and ask users to copy that formatting into new documents
    • C. Change the default font in Word's global options (File > Options > General)
    • D. Recreate the template from scratch using Corporate Sans as the only font used anywhere

    Explanation: To change the default font that new documents inherit from a template, you must open the template (.dotx) file itself, modify the Normal style's font (Home > Font group launcher, or Modify Style on the Normal style), and save the template. This changes the font used by default in any new document created from that template going forward, while documents already created from the old version of the template are unaffected because their content and style definitions were already saved. Changing Word's global default font (Option C) only affects the Normal.dotm global template, not this specific company template.

  2. 2. You are reviewing a 40-page draft and a revised version submitted by a colleague. You need Word to generate a new document highlighting every difference between the two versions as tracked changes, without editing either original file. What should you use?

    • A. Review > Compare > Compare, selecting the draft as the original document and the colleague's version as the revised document(correct)
    • B. Open both documents side by side in split view and manually note the differences
    • C. Turn on Track Changes in the draft and retype the revised content over it
    • D. Use Find & Replace to search for differences between the two files

    Explanation: Review > Compare > Compare produces a new, third document that shows every textual difference between the 'Original document' and 'Revised document' as tracked changes, leaving both source files untouched. This is the purpose-built tool for comparing two document versions. Manually comparing side by side (Option B) is error-prone on a 40-page document, and Find & Replace (Option D) cannot compare two entire files against each other.

  3. 3. You need to protect a company handbook so that reviewers can only add comments, and cannot make any direct edits to the wording of the document, even without a password being required to open it. Which feature should you use?

    • A. Review > Protect Document > Restrict Editing, set editing restrictions to 'Comments' and start enforcing protection(correct)
    • B. File > Info > Encrypt with Password, and give the password only to trusted reviewers
    • C. File > Info > Mark as Final
    • D. Set the document's file permission to read-only in File Explorer

    Explanation: Restrict Editing with the 'Comments' restriction limits users to inserting comments only — they cannot type or delete text directly in the body of the document, and this restriction can be enforced without requiring a password to open the file at all (an optional password only protects against removing the restriction). Encrypting with a password (Option B) controls who can open the file, not what they can do once it's open. Mark as Final (Option C) is only advisory and does not truly block editing.

  4. 4. A finance team wants to make sure that nobody can open their quarterly budget document without knowing a shared password, since it contains confidential figures. What is the correct way to require a password just to open the document?

    • A. File > Info > Protect Document > Encrypt with Password, then enter and confirm a password(correct)
    • B. Review > Restrict Editing > 'No changes (Read only)'
    • C. Save the file with a .docx extension instead of .doc
    • D. Turn on Track Changes so unauthorized edits are visible

    Explanation: Encrypt with Password (File > Info > Protect Document > Encrypt with Password) requires anyone opening the file to enter the correct password before the content is even displayed. Restrict Editing (Option B) controls what can be changed after the document is already open, not whether it can be opened at all. Changing the file extension (Option C) has no bearing on security, and Track Changes (Option D) only records edits rather than preventing unauthorized access.

  5. 5. You are preparing a bilingual contract in English and French within the same Word document. You need Word's spelling checker to correctly validate each language's paragraphs using the correct dictionary, rather than flagging the French text as English spelling errors. What should you do?

    • A. Select each portion of text written in French, go to Review > Language > Set Proofing Language, and set it to French; leave the English portions set to English(correct)
    • B. Turn off the spelling checker entirely for the whole document
    • C. Translate the French portions into English before running the spelling checker
    • D. Change the Windows display language to French for the whole session

    Explanation: Word allows different portions of the same document to be assigned different proofing languages. Selecting the French text and using Review > Language > Set Proofing Language > French tells Word's spelling and grammar checker to validate that selection against the French dictionary, while text still marked as English continues to be checked against the English dictionary. This lets both languages be checked correctly within one bilingual document. Turning off spell check (Option B) or changing the Windows display language (Option D) does not achieve accurate per-language checking.

  6. 6. You are setting up a document that will be edited daily by a macro recorded to automate repetitive formatting tasks. You need the Quick Access Toolbar to include a button for running this macro, and you need the macro to run every time this specific document is opened without security warnings interrupting daily use for your own machine. Which two actions correctly support this workflow? Choose 2.

    • A. Customize the Quick Access Toolbar (File > Options > Quick Access Toolbar, or the dropdown arrow at the end of the QAT), choose 'Macros' from the commands list, and add your recorded macro as a button(correct)
    • B. Add the folder containing the document to Trusted Locations (File > Options > Trust Center > Trust Center Settings > Trusted Locations) so macros in files from that folder run without a security warning on your machine(correct)
    • C. Save the macro-enabled document with a .docx extension so Word automatically trusts its macros
    • D. Disable the Trust Center entirely for all documents on the system
    • E. Rename the macro to 'AutoExec' so it always overrides security settings

    Explanation: Adding a macro to the Quick Access Toolbar (via the Macros command category in QAT customization) provides one-click access to run it. Separately, adding the document's folder as a Trusted Location tells Word to allow macros to run from files in that location without triggering a security warning, which supports smooth daily use on a trusted machine. Saving with a .docx extension (Option C) is invalid — .docx does not support macros at all; the file must be saved as .docm. Disabling the Trust Center system-wide (Option D) is an overly broad security risk, and there is no special 'AutoExec' macro name that bypasses security settings (Option E).

  7. 7. You need to find every instance of a phone number pattern like '555-1234' or '555-5678' (three digits, hyphen, four digits) throughout a long document so you can review them, but you don't know all the specific numbers in advance. What is the correct approach in Word's Find & Replace dialog?

    • A. Enable 'Use wildcards' and search for the pattern [0-9]{3}-[0-9]{4}
    • B. Enable 'Use wildcards' and search for the pattern <[0-9]{3}-[0-9]{4}
    • C. Enable 'Use wildcards' and search for the pattern [0-9]{3}-[0-9]{4}, since Word wildcard syntax supports this exact regular-expression-style repetition count(correct)
    • D. Search for '555-' as literal text without wildcards, since Word cannot search for numeric patterns

    Explanation: Word's wildcard search supports the {n} repetition quantifier following a character class, so [0-9]{3} matches exactly three digits and [0-9]{4} matches exactly four digits, joined by a literal hyphen. With 'Use wildcards' enabled, the pattern [0-9]{3}-[0-9]{4} correctly matches any three-digit, hyphen, four-digit sequence such as '555-1234' throughout the document. A plain literal search (Option D) cannot generalize across different numbers.

  8. 8. You copy a paragraph from a web page into a Word document, but the pasted text carries unwanted hyperlink formatting, unusual fonts, and background colors from the source website. You want the pasted content to instead match the destination document's existing formatting completely. Which Paste option should you choose?

    • A. Keep Source Formatting
    • B. Merge Formatting
    • C. Keep Text Only(correct)
    • D. Picture (embed as an image)

    Explanation: 'Keep Text Only' strips all source formatting — fonts, colors, hyperlinks, and styles — and inserts plain text that then adopts the formatting of the paragraph where it is pasted, matching the destination document's existing look completely. 'Keep Source Formatting' (Option A) would preserve the unwanted web formatting, and 'Merge Formatting' (Option B) blends some source formatting with the destination style rather than fully removing it. Pasting as a picture (Option D) is uneditable text and irrelevant here.

  9. 9. You are formatting a technical manual and need long, unbroken technical terms at the end of lines to be automatically hyphenated so text wraps more smoothly and doesn't leave large gaps at line ends. What should you configure?

    • A. Layout > Hyphenation > Automatic(correct)
    • B. Home > Paragraph > Line Spacing Options
    • C. Insert > Text Box
    • D. References > Insert Footnote

    Explanation: Layout > Hyphenation > Automatic enables Word to automatically insert hyphens at appropriate syllable breaks in words at the end of lines, reducing large gaps caused by word wrapping and improving the visual flow of justified or dense text. Line Spacing Options (Option B) controls the vertical spacing between lines, not hyphenation, and the other options are unrelated to hyphenation.

  10. 10. You are formatting a legal contract and need to add sequential line numbers in the left margin that restart at 1 at the beginning of each new page, so clauses can be cited precisely (e.g., 'page 4, line 12'). What should you configure?

    • A. Layout > Line Numbers > Restart Each Page(correct)
    • B. Insert > Page Number > Top of Page
    • C. Home > Numbering, applied to every paragraph in the contract
    • D. References > Caption, with a custom label of 'Line'

    Explanation: Layout > Line Numbers offers options including 'Continuous', 'Restart Each Page', and 'Restart Each Section'. Choosing 'Restart Each Page' numbers every line in the left margin and resets the count to 1 at the top of each new page, which is exactly what's needed for precise line-based legal citation. Page Number (Option B) numbers pages, not individual lines, and Home > Numbering (Option C) creates numbered list items rather than margin line numbers.

  11. 11. You are formatting a report where a heading must never appear alone at the bottom of a page separated from the paragraph text that follows it. What paragraph setting should you apply to the heading style to prevent this?

    • A. In Paragraph > Line and Page Breaks, enable 'Keep with next'(correct)
    • B. In Paragraph > Line and Page Breaks, enable 'Widow/Orphan control'
    • C. Insert a manual page break before every heading
    • D. Increase the 'Space Before' value on the heading style

    Explanation: 'Keep with next' in the Line and Page Breaks tab of the Paragraph dialog ensures that a paragraph (such as a heading) always stays on the same page as the paragraph immediately following it, preventing the heading from being isolated at the bottom of a page. 'Widow/Orphan control' (Option B) instead prevents a single line of a paragraph from being stranded alone at the top or bottom of a page — a related but different pagination concern. A manual page break (Option C) would force awkward, inconsistent page breaks throughout the document rather than dynamically keeping the heading attached to its following text.

  12. 12. Your organization uses a specific set of paragraph and character styles ('Corporate Heading', 'Corporate Body', 'Corporate Quote') defined in a master template. A colleague created a new document without using that template and needs these three styles copied into their document without recreating them manually. What tool should they use?

    • A. Home > Styles pane > Manage Styles > Import/Export (or Developer > Document Template > Organizer) to copy the three styles from the master template into their document(correct)
    • B. Copy and paste a paragraph formatted with each style from a document that uses the master template
    • C. Manually recreate each style by matching the fonts and colors visually
    • D. Use Format Painter on each paragraph

    Explanation: The Organizer (accessible via Manage Styles > Import/Export in the Styles pane, or Developer > Document Template > Organizer) is designed specifically for copying styles, AutoText entries, toolbars, and macros between two documents or templates. By opening the master template on one side and the colleague's document on the other, the three named styles can be selected and copied directly, preserving their exact definitions. Copy-pasting formatted paragraphs (Option B) may bring the style along but is unreliable compared to explicitly copying style definitions.

  13. 13. You need to create a new paragraph style called 'Callout Box' with a shaded background, bold text, and a border, so that it can be applied repeatedly throughout a document and updated everywhere at once if the design changes later. What is the correct way to create this style?

    • A. Home > Styles > New Style, define the paragraph type, fonts, borders, and shading, and save it with the name 'Callout Box'(correct)
    • B. Format one paragraph manually with the desired look, then use Format Painter every time you need the same look elsewhere
    • C. Insert a text box each time you need a callout, and format it individually
    • D. Use Find & Replace to search for plain paragraphs and replace them with formatted ones

    Explanation: Creating a new named style through Home > Styles > New Style (or the Styles pane's 'New Style' button) lets you define paragraph-level formatting — including borders, shading, and font attributes — under a single named style ('Callout Box'). Applying this style throughout the document means that any future change to the style's definition automatically updates every paragraph using it. Format Painter (Option B) only copies formatting once per use and does not create a centrally editable, reusable style.

  14. 14. You frequently insert a standard three-paragraph project disclaimer at the end of client-facing documents. You want to save this content as a reusable block that appears in the Quick Parts gallery under its own name, so you can insert it without retyping or searching through old documents to copy it. What should you do?

    • A. Select the three paragraphs, go to Insert > Quick Parts > Save Selection to Quick Part Gallery, and give it a name(correct)
    • B. Save the disclaimer text into a separate .docx file and open it every time you need it
    • C. Add the disclaimer text to AutoCorrect as a text replacement entry
    • D. Copy the text to the Windows Clipboard and keep it there for the rest of the day

    Explanation: Insert > Quick Parts > Save Selection to Quick Part Gallery converts a selection into a named, reusable Building Block (QuickPart) that appears in the Quick Parts gallery for future insertion in any document with access to that gallery. This is the purpose-built feature for reusable content blocks. AutoCorrect (Option C) is intended for short text replacements and has practical limitations for longer, multi-paragraph formatted content, and using the clipboard (Option D) is not persistent or reliable across sessions.

  15. 15. Your organization has several saved building blocks (cover pages, headers, disclaimers) that are outdated and no longer used, cluttering the Quick Parts gallery for everyone who uses the shared template. You need to permanently delete these unused building blocks. What tool should you use?

    • A. Insert > Quick Parts > Building Blocks Organizer, select the outdated building block, and click Delete(correct)
    • B. Delete the entire Building Blocks.dotx file to remove all building blocks at once
    • C. Right-click the Quick Access Toolbar and select 'Reset'
    • D. Use File > Options > Advanced to clear the building blocks cache

    Explanation: The Building Blocks Organizer (Insert > Quick Parts > Building Blocks Organizer) lists every saved building block across all galleries and categories, and provides a Delete button to permanently remove individual building blocks that are no longer needed. Deleting the entire Building Blocks.dotx file (Option B) would remove every building block, including ones still in active use, which is overly destructive for removing just a few outdated entries.

  16. 16. Your company's brand guidelines specify exact RGB values for two colors that must be used consistently as the primary and accent colors in all Word documents, matching the values used in PowerPoint and other Office apps for brand consistency. What should you create to make these exact colors available as theme colors across your documents?

    • A. Design > Colors > Customize Colors, enter the exact RGB values for each theme color slot, and save the new custom color set with a name(correct)
    • B. Use the Eyedropper tool once per document to manually match colors from a reference image each time
    • C. Apply Highlight formatting using the closest built-in highlight color
    • D. Change the font color in Home > Font each time using 'More Colors' and typing the RGB values manually

    Explanation: Design > Colors > Customize Colors allows you to define exact RGB or hex values for each color role (Text, Background, Accent 1-6, etc.) and save the result as a named custom color set. Once saved, this custom color theme is available for selection in any document, ensuring the brand's exact colors are used consistently and stay linked to theme-based formatting (so a design change updates them everywhere the theme colors are used). Manually re-entering RGB values every time (Option D) is repetitive and does not create a reusable, shareable color set.

  17. 17. You are building a 150-page reference manual and need to create an alphabetical index of key terms at the end of the document. Terms should be marked throughout the manuscript as you go, and the index should list the correct page number for each occurrence, updating automatically if content shifts pages later. What is the correct sequence of steps?

    • A. Select each key term, use References > Mark Entry to mark it as an index entry, and after marking all relevant terms, place the cursor where the index should appear and use References > Insert Index to generate it(correct)
    • B. Manually compile a list of terms and their page numbers by scrolling through the document and typing the list at the end
    • C. Use References > Table of Contents, since indexes and tables of contents are generated the same way
    • D. Apply the Heading 1 style to each key term so it appears in an automatically generated list

    Explanation: Building an index requires two distinct steps: first, marking each occurrence of a key term using References > Mark Entry, which inserts a hidden XE (index entry) field at that location; second, placing the cursor at the desired index location and using References > Insert Index, which scans the document for all XE fields and compiles them into an alphabetized index with page numbers. Because the index is a field, pressing F9 (or reopening/printing the document) updates the page numbers if content shifts. Table of Contents (Option C) is generated from heading styles, not index entries, and is a fundamentally different feature.

  18. 18. You are preparing a technical report containing 25 figures and 10 tables, each already inserted with Word's caption feature. You need to generate a 'Table of Figures' listing all figures with their page numbers, positioned right after the main Table of Contents. What should you do?

    • A. Place the cursor after the Table of Contents, go to References > Insert Table of Figures, and select 'Figure' as the caption label(correct)
    • B. Manually type each figure's caption text and page number into a new list
    • C. Use References > Table of Contents and select 'Include captions' from its settings
    • D. Convert all figure captions into headings and regenerate the Table of Contents

    Explanation: References > Insert Table of Figures generates an automatic list of all captioned items sharing a specific caption label. Since the figures were captioned using Word's caption feature with the label 'Figure', selecting 'Figure' in the caption label dropdown of the Insert Table of Figures dialog produces a complete, page-numbered list of all figures, which updates automatically as figures are added, removed, or moved. This is a separate feature from the Table of Contents, which is built from heading styles rather than captions.

  19. 19. You have inserted numbered figure captions throughout a manuscript using Word's caption feature, but you need each caption to also display in a specific font (bold, 9pt, italic) that differs from the surrounding body text, and you want this formatting to apply consistently to every caption you insert from now on. What is the most efficient approach?

    • A. Modify the 'Caption' style (which Word automatically applies to inserted captions) so that all captions — existing and new — use the desired font formatting(correct)
    • B. Manually reformat each caption's font individually every time you insert a new one
    • C. Use Format Painter on the first caption and apply it to each subsequent caption one at a time
    • D. Change the default font for the whole document in File > Options

    Explanation: Word automatically applies a built-in 'Caption' style to any caption inserted through the caption feature (Insert Caption or References > Insert Caption). Modifying this 'Caption' style's font definition (via Modify Style) updates every existing caption using that style and ensures all future captions inherit the new formatting automatically, since they will also use the 'Caption' style by default. This is far more efficient and consistent than manually reformatting each caption (Option B) or repeatedly using Format Painter (Option C).

  20. 20. You are designing a document theme for a nonprofit organization that needs a consistent visual identity applied across many future documents: a coordinated set of fonts for headings and body text, and a matching set of theme colors, both saved together so any user can apply the complete look with one click. Which two things should you create and save? Choose 2.

    • A. A custom Font set (Design > Fonts > Customize Fonts) defining a heading font and a body font, saved with a name(correct)
    • B. A custom Color set (Design > Colors > Customize Colors) defining the organization's specific colors for each theme color role, saved with a name(correct)
    • C. A single Word document containing only a screenshot of the desired fonts and colors for reference
    • D. A PDF file listing hex codes for each color, to be manually retyped by every user
    • E. A macro that types the organization's name in the correct font each time it is run

    Explanation: Custom font sets (Design > Fonts > Customize Fonts) define a coordinated heading/body font pairing, and custom color sets (Design > Colors > Customize Colors) define a coordinated palette of theme colors. Both can be saved with a name and are then available for any document to apply as part of its theme, and either can also be combined and saved together as a custom Theme (Design > Themes > Save Current Theme) for one-click application of both fonts and colors at once. A screenshot (Option C) or a PDF of hex codes for manual retyping (Option D) do not integrate with Word's theme system at all.

  21. 21. You are building an employee intake form and need a field where the user can only select a date from a calendar control, rather than typing free text that could be entered in an inconsistent format. What should you insert?

    • A. A Date Picker Content Control from the Developer tab(correct)
    • B. A Plain Text Content Control with a text hint reading 'Enter date here'
    • C. A regular table cell where the user types the date
    • D. A hyperlink to an external calendar application

    Explanation: The Date Picker Content Control (Developer > Controls > Date Picker) presents users with a calendar interface for selecting a date, enforcing a consistent, structured date entry rather than allowing free-form typed text that could vary in format. A Plain Text Content Control (Option B) still permits any typed text, including inconsistent date formats, and does not provide calendar-based selection.

  22. 22. You inserted a Drop-Down List Content Control on a form for selecting a department name, but currently it only has the default placeholder entry and no actual department choices. You need to add the list of real department names (Sales, Marketing, Finance, Operations) that users will choose from. What should you do?

    • A. Select the content control, go to Developer > Properties, and use the 'Add' button under Drop-Down List Properties to add each department name as a list item(correct)
    • B. Type the department names directly into the document next to the content control as instructional text
    • C. Delete the drop-down control and replace it with a table listing department names
    • D. Right-click the control and select 'AutoText' to populate it with saved entries

    Explanation: Selecting a Drop-Down List Content Control and opening Developer > Properties reveals the control's configuration dialog, which includes an 'Add' button under Drop-Down List Properties for entering each selectable list item (display name and value). Adding 'Sales', 'Marketing', 'Finance', and 'Operations' this way populates the actual dropdown choices users see when they click the control. Typing names as separate instructional text (Option B) does not make them selectable options within the control itself.

  23. 23. You perform the same five formatting steps repeatedly on tables throughout a long document: bold the header row, add shading, apply a border, center the text, and set the row height. You want to automate this sequence so it can be replayed with one click in the future. What should you use?

    • A. View > Macros > Record Macro, perform the five steps while recording, then stop the recording and save the macro(correct)
    • B. Format Painter, applied once and reused for each table manually
    • C. A custom table style that must be manually recreated for each new document
    • D. The Repeat command (Ctrl+Y), pressed once for each table

    Explanation: Recording a macro (View > Macros > Record Macro or Developer > Record Macro) captures a sequence of actions — such as the five formatting steps — as a single named macro that can be replayed with one click or a keyboard shortcut, saving significant repetitive effort. Format Painter (Option B) only copies formatting from one selection and must be manually reapplied to each destination, and the Repeat command (Option D) only repeats the single most recent action, not a whole sequence of steps.

  24. 24. You recorded a macro named 'Macro1' while formatting tables, but the name is not descriptive and a colleague asked you to also correct one small mistake in the recorded steps. You do not want to record the entire macro again from scratch. What should you do?

    • A. Go to View > Macros > View Macros, select 'Macro1', click Edit to open it in the Visual Basic Editor, correct the code, then use View Macros again to rename it if renaming is supported, or recreate it under a new name and delete the old one(correct)
    • B. Record the entire macro again from the beginning under a new name
    • C. Delete the macro entirely since mistakes cannot be corrected after recording
    • D. Use Find & Replace within the document to fix the macro's behavior

    Explanation: Recorded macros generate VBA code that can be opened and directly edited in the Visual Basic Editor via View > Macros > View Macros > Edit, allowing small corrections without re-recording the entire sequence. While the View Macros dialog does not offer an in-place rename button, renaming can be accomplished by editing the Sub name in the VBA code directly, or by creating a macro under the new name and removing the old one. This is far more efficient than re-recording from scratch (Option B) for a single small correction.

  25. 25. You need to send a personalized invitation letter to 200 recipients whose names, addresses, and RSVP deadlines are stored in an Excel spreadsheet. You want to preview a handful of the merged letters before producing the final batch, and then generate all 200 as a single new document that you can review and print. What is the correct overall workflow?

    • A. In the main letter document, use Mailings > Select Recipients to connect to the Excel file, insert the appropriate merge fields (Insert Merge Field) into the letter, use Preview Results to check a few records, and then use Finish & Merge > Edit Individual Documents to generate all 200 merged letters into a new document(correct)
    • B. Manually copy each recipient's data from Excel and paste it into 200 separate copies of the letter
    • C. Use Find & Replace to substitute placeholder text with the first recipient's data, then repeat this 200 times
    • D. Save the Excel file as a Word document and merge its contents directly into the letter using Insert > Object

    Explanation: The complete mail merge workflow is: connect to the Excel data source (Mailings > Select Recipients > Use an Existing List), insert merge fields where personalized data should appear (Mailings > Insert Merge Field), use Preview Results to check how a few records will look with real data substituted in, and finally use Finish & Merge > Edit Individual Documents (merging 'All' records) to generate a single new document containing all 200 personalized letters, ready for review or printing. This avoids the extreme manual effort of Options B and C, and Option D misunderstands how mail merge data sources are connected.