Free MO-210 Exam Flashcards

Memorize 50 essential terms and definitions for the Microsoft Office Specialist: Excel Associate (Microsoft 365 Apps). See the term, recall the definition, then flip to check yourself.

50 Flashcards
5 Topics
100% Free
TermClick to flip

When importing a delimited text file, what should you verify before loading it into Excel?

Tap to reveal definition
Card 1 of 50Manage Worksheets and Workbooks

Filter by Topic

Jump to Card

About These MO-210 Flashcards

These 50 flashcards are designed to help you memorize key terms and definitions for the Microsoft Office Specialist: Excel Associate (Microsoft 365 Apps). Each card shows a term on the front and its definition on the back—the classic flashcard format for vocabulary memorization. Use these alongside our practice questions to build both recall and comprehension.

Topics Covered

Manage Worksheets and Workbooks13 cards
Manage Data Cells and Ranges13 cards
Manage Tables and Table Data6 cards
Perform Operations by Using Formulas and Functions9 cards
Manage Charts9 cards

Complete Flashcard Reference

Review every term in this set. Open any term to reveal its definition.

When importing a delimited text file, what should you verify before loading it into Excel?

Confirm the delimiter, file origin or encoding, detected column data types, header handling, and destination. A wrong delimiter or automatic type conversion can corrupt the structure before the data reaches the worksheet.

What is the practical advantage of importing an online data source through Get Data?

Excel creates a query-backed connection that can preserve transformation steps and refresh from the source. Loading copied web text directly creates only a static snapshot.

How do Find and the Name Box serve different navigation goals?

Find searches workbook content such as text or values. The Name Box jumps directly to a cell address, named range, table, or other defined workbook element when you enter its name.

What can an Excel hyperlink target besides a web page?

It can open an existing file, create an email message, or jump to a cell or named location in the current workbook. Removing the hyperlink can leave the displayed text intact.

Which page-setup choices control how a worksheet fits on printed pages?

Orientation, paper size, margins, print area, page breaks, and scaling. Use print preview to confirm that fitting the sheet does not make the content unreadably small.

How does AutoFit differ from assigning a row height or column width?

AutoFit sizes the row or column to its current contents. Assigning a specific measurement creates a fixed size that does not automatically expand when longer content is entered.

Where do custom headers and footers appear in a workbook?

They appear on printed pages and in Page Layout view, not as ordinary worksheet cell content. They can include text plus fields such as page number, date, file name, or sheet name.

Why customize the Quick Access Toolbar for an MO-210 workflow?

It keeps selected commands available regardless of the active ribbon tab. Add commands you use repeatedly; this changes the interface, not the workbook's data or formulas.

What remains visible after you choose Freeze Panes?

Rows above and columns to the left of the active-cell boundary remain visible while you scroll. Freeze Top Row and Freeze First Column are simpler presets for one direction.

Why open a New Window for the same workbook?

It lets you display different sheets or distant areas of one workbook at the same time. Arrange or View Side by Side changes the windows; it does not create another workbook copy.

What is the difference between workbook properties and Show Formulas?

Properties store descriptive metadata such as title, author, tags, and subject. Show Formulas switches the worksheet display from calculated results to the formulas stored in cells.

How do Print Area and exporting to PDF solve different tasks?

Print Area selects which cells will print from the workbook. Exporting to PDF creates a separate fixed-layout file, using the current print area and print settings unless you change the export options.

Before distributing a workbook, what should you inspect and review?

Use inspection tools for hidden properties, personal information, accessibility, and compatibility as required; then resolve comments and review legacy notes. Comments support threaded discussion, while notes are simple cell annotations.

Which Paste Special choice removes formulas but preserves their displayed results?

Paste Values. Other Paste Special choices can preserve only formulas or formatting, apply arithmetic, skip blanks, or transpose rows and columns, so choose the option that matches the requested result.

How does Auto Fill decide what to place in adjacent cells?

It copies a value or formula, extends a recognized series, or follows a pattern based on the selected seed cells and fill option. Relative references adjust when formulas are filled.

What is the key difference between inserting an entire row and inserting selected cells?

An inserted row shifts every column in that row position. Inserting selected cells shifts only the chosen area right or down, which can misalign a dataset if the wrong scope is selected.

What does =RANDBETWEEN(10,20) return, and why might it change?

It returns a random integer from 10 through 20, inclusive. RANDBETWEEN is volatile, so the result can change whenever Excel recalculates the workbook; paste values to freeze a result.

What does =SEQUENCE(3,2,10,5) spill into the worksheet?

A 3-row by 2-column array containing 10, 15, 20, 25, 30, and 35 in row order. The four arguments are rows, columns, starting value, and step.

What happens to data when multiple cells are merged?

Excel keeps the upper-left cell's content and discards content from the other selected cells after warning you. Unmerging later restores separate cells but does not restore discarded values.

How do Wrap Text, orientation, and indentation affect a cell?

Wrap Text displays content on multiple lines within the cell width; orientation rotates the displayed content; indentation offsets it from the cell edge. These are alignment formats and do not alter the stored value.

Does applying a currency or date number format change the underlying value?

No. Number formatting changes how the value appears, while formulas still use the stored number. Format Painter copies formatting from one selection to another without copying its value.

How do a cell style and Clear Formats differ?

A cell style applies a reusable bundle of formatting such as number format, font, fill, border, and alignment. Clear Formats removes formatting while leaving values and formulas in place.

Why group worksheets before applying formatting?

The same edit can be applied to corresponding cells on every grouped sheet. Ungroup immediately afterward, because later typing, deletion, or formatting would otherwise affect all grouped sheets.

What benefit does a named range provide in a formula?

It replaces an address with a meaningful stable name, such as =SUM(SalesAmount). A name can have workbook or worksheet scope, so choose the correct scope when defining or referencing it.

What does a sparkline show that a standard cell value does not?

A sparkline is a miniature line, column, or win/loss chart inside one cell that summarizes a row or column of values. Its location cell is separate from its source data range.

What determines whether conditional formatting is displayed?

Excel reevaluates the rule against the cell's current value or formula. Rule order and Stop If True can affect conflicts; removing a rule removes the visual format, not the underlying data.

What does converting a range to an Excel table add?

A header-aware structured object with filtering, sorting, styles, calculated-column behavior, structured references, and automatic expansion. Confirm whether the source already has headers when creating it.

What is the difference between a table style and table style options?

The style supplies the overall visual design. Options such as Header Row, Total Row, First or Last Column, Banded Rows, and Banded Columns toggle structural emphasis within that design.

What remains after Convert to Range is applied to a table?

The data and current formatting remain, but table functionality is removed: structured table behavior, automatic expansion, table-name references, and built-in table filter controls no longer operate as a table.

How can you expand a table without overwriting unrelated worksheet data?

Insert table rows or columns from within the table, or enter data directly next to its boundary when the adjacent area is clear. Verify the selection so an entire worksheet row or column is not inserted accidentally.

Why does a table Total Row commonly use SUBTOTAL instead of SUM?

SUBTOTAL can ignore rows hidden by a table filter, so the result reflects visible records. Use the Total Row dropdown to choose Sum, Average, Count, or another supported calculation per column.

How do filtering and a multi-level sort differ in a table?

Filtering temporarily hides records that fail criteria without rearranging the remaining data. A multi-level sort reorders all records using prioritized keys, such as Department first and Sales descending second.

How do relative, absolute, and mixed references behave when a formula is filled?

A1 lets both row and column move; $A$1 locks both; $A1 locks only the column; A$1 locks only the row. F4 cycles these forms while editing a selected reference.

In a table formula, what does [@Amount] mean?

It is a structured reference to the Amount value in the current table row. By contrast, Table1[Amount] refers to the data cells in the entire Amount column.

Which core functions answer total, average, smallest, and largest?

SUM totals numeric values, AVERAGE returns their arithmetic mean, MIN returns the smallest numeric value, and MAX returns the largest. Text and blanks in referenced ranges are generally ignored by these calculations.

How do COUNT, COUNTA, and COUNTBLANK differ?

COUNT counts cells containing numbers; COUNTA counts nonempty cells of any type; COUNTBLANK counts blank cells in the specified range. Choose based on the stored content, not how a formatted cell looks.

What are the three required parts of an IF function?

A logical test, a result if the test is TRUE, and a result if it is FALSE: =IF(logical_test,value_if_true,value_if_false). Text results need quotation marks.

What does the SORT function return?

A dynamically spilled, sorted copy of an array or range. It does not rearrange the source data; optional arguments choose the sort index, order, and whether to sort by row or column.

What does UNIQUE do with a source list?

It returns distinct values as a dynamic array while leaving the source unchanged. The result spills into neighboring cells, so occupied cells in the spill area cause a #SPILL! error.

When should you use LEFT, RIGHT, or MID?

Use LEFT for characters from the beginning, RIGHT for characters from the end, and MID for characters beginning at a specified position. MID requires both a starting position and a character count.

Which named MO-210 functions change text case, measure text, or join text?

UPPER and LOWER change letter case; LEN counts characters including spaces; CONCAT joins text without a delimiter argument; TEXTJOIN can insert a chosen delimiter and optionally ignore empty cells.

What should you decide before inserting a chart?

Choose the data and the comparison the chart must communicate. Column or bar charts compare categories, line charts emphasize change over an ordered axis, and pie charts are best limited to a simple part-to-whole relationship.

How does Excel determine the initial chart data from a selection?

Excel uses the selected values and nearby headers to infer series names and category labels. Select the intended range first, then verify the resulting series and axis labels rather than accepting the inference blindly.

How does a chart sheet differ from an embedded chart?

A chart sheet contains a chart as the sheet's primary content. An embedded chart is an object positioned on a worksheet alongside cells and can be moved or resized there.

What must be defined when adding another data series to a chart?

Provide the series name and the range containing its values, then confirm the category labels still align. A mismatched range size can produce misleading categories or missing points.

What does Switch Row/Column change in a chart?

It swaps the chart's interpretation of source rows and columns as series versus category groups. It does not transpose or alter the worksheet source data.

Which chart element explains each data series, and which identifies an axis?

The legend maps colors or markers to series. Axis titles describe the meaning or units of an axis; a chart title states the chart's overall message or subject.

When are data labels more useful than a legend alone?

Data labels place values, percentages, category names, or series names next to individual points. Use only the information needed, because excessive labels can obscure the chart.

How does a Quick Layout differ from a chart style?

A Quick Layout changes the arrangement and presence of elements such as titles, legends, and labels. A chart style changes coordinated colors and visual formatting without redefining the source data.

What should useful alternative text for a chart communicate?

State the chart's purpose and the essential trend, comparison, or conclusion a viewer needs. Do not merely repeat 'chart' or list decorative details; alt text exists for users who cannot see the visual.

Frequently Asked Questions

What is the current MO-210 exam format?

MO-210 is a proctored, in-application Microsoft Office Specialist exam. You complete Excel projects and tasks in 50 minutes. Microsoft and Certiport do not publish a fixed task count, so claims of a guaranteed number of questions should not guide your pacing.

How are these 50 cards distributed across the official MO-210 skills outline?

Microsoft publishes ranges, not exact weights: Manage Worksheets and Workbooks 25–30%, Manage Data Cells and Ranges 25–30%, Manage Tables and Table Data 10–15%, Perform Operations by Using Formulas and Functions 15–20%, and Manage Charts 15–20%. Normalizing the range midpoints and applying whole-card rounding gives 13, 13, 6, 9, and 9 cards.

What score is required to pass MO-210?

The published MO-210 passing score is 700 on a 1,000-point scaled scale. A scaled 700 should not be interpreted as exactly 70% of tasks or clicks correct because scoring reflects the assessed skills and task structure.

What is the MOS retake policy?

After the first unsuccessful MO-210 attempt, wait 24 hours. After the second unsuccessful attempt, wait 48 hours before the third and every later retake. The MOS policy lists no annual attempt limit, and each attempt may require a new fee or voucher.

Does the MO-210 credential expire?

MOS credentials earned on or after September 23, 2025 are valid for five years from their issue date. MOS credentials earned before that policy start date remain non-expiring.

Does MO-210 test XLOOKUP, PivotTables, macros, or Power Query?

Those are not named in the current MO-210 Associate skills outline. MO-210 names core references and functions such as SUM, IF, SORT, UNIQUE, and text functions, plus standard tables and charts. Study only the published Associate scope before adding expert tools.

How is MO-210 different from MO-211?

MO-210 validates associate-level Excel skills in everyday workbooks, ranges, tables, core functions, and charts. MO-211 is the Excel Expert exam and covers more advanced workbook settings, data formatting, formulas and macros, and advanced charts and tables.

Same family resources

Explore More Microsoft Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.