Difficulty: Easy
Correct Answer: To highlight
Explanation:
Introduction / Context:
Basic editing skills improve productivity in documents, emails, and code editors. One of the first interactions users learn is selecting text by dragging the mouse, which enables formatting, copy, cut, and delete operations.
Given Data / Assumptions:
Concept / Approach:
The action is called highlighting (or selecting). Once text is highlighted, commands like Ctrl+C (copy), Ctrl+X (cut), or formatting actions can be applied to the selection. “Clip art” refers to ready-made graphics, not text selection. “Fetch” and “decode” are unrelated operations.
Step-by-Step Solution:
Identify the UI behavior: shaded/colored region indicates selection.Recall common menu labels: “Select All,” “Highlight,” “Copy,” etc.Choose “To highlight.”
Verification / Alternative check:
Most help guides (Word, Google Docs, VS Code) refer to “selecting (highlighting) text” for drag operations with the mouse.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “highlight” with “highlight color” formatting (yellow marker style). In many apps, “highlight” colloquially means “select”; visual emphasis formatting is a separate feature.
Final Answer:
To highlight
Discussion & Comments