In MS Word, what does the 'Track Changes' feature do? MCQ with Answer and Explanation

In MS Word, what does the 'Track Changes' feature do?
A. Checks spelling and grammar
B. Saves versions of the document
C. Records edits made to the document so they can be reviewed later
D. Adds comments
Answer: Option C
Solution (By JKExamLibrary)
Track Changes records all insertions, deletions, and formatting changes, marking them for review. It does not check spelling, save versions (though it can be combined), or add comments (though comments can be added).

This question belongs to: Computer Microsoft Office

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Microsoft Office Questions

Question #1 Report Error
In Excel, the error '#DIV/0!' occurs when:
A. Value not available
B. A formula divides by zero or an empty cell
C. Name not recognized
D. Invalid reference

Correct Answer: Option B


Explanation:
#DIV/0! division by zero.

This question belongs to: Computer Microsoft Office
Question #2 Report Error
Which object query language is natively used behind the graphical interface layout to filter and extract records in MS Access tables?
A. Extensible Markup Language (XML)
B. Structured Query Language (SQL)
C. Unified Modeling Language (UML)
D. HyperText Markup Language (HTML)

Correct Answer: Option B


Explanation:
MS Access uses SQL (Structured Query Language) behind its graphical Query Design view to communicate with, query, and manipulate relational databases.

This question belongs to: Computer Microsoft Office
Question #3 Report Error
In MS Excel, what is the exact output of the formula =TEXT(DATE(2026,6,18), dddd)?
A. June
B. Thu
C. 18
D. Thursday

Correct Answer: Option D


Explanation:
The TEXT function formats a numeric date value into a text representation based on a specified format code. The code dddd returns the full name of the day of the week (June 18, 2026 is a Thursday).

This question belongs to: Computer Microsoft Office