Difficulty: Easy
Correct Answer: Copy
Explanation:
Introduction / Context:
This analogy question is based on common keyboard shortcuts used in operating systems and text editors. The pair “Ctrl+X : Cut” links a specific keyboard shortcut with the editing command it performs. Your task is to identify the command that corresponds to “Ctrl+C” in the same way. This checks basic computer awareness, which is often tested in competitive exams and job aptitude tests.
Given Data / Assumptions:
Concept / Approach:
The relationship is simple and direct: key combination to associated editing command. In widely used software, Ctrl+X is the shortcut for Cut, which removes selected text or items and stores them in the clipboard. Ctrl+C uses a similar pattern but with a different function. The question is essentially asking what command is activated by pressing Ctrl+C. Recognising standard shortcuts is enough to answer this without any further calculation.
Step-by-Step Solution:
Step 1: Recall the effect of Ctrl+X.
Ctrl+X cuts the selected text or object, removing it from its original location and placing it on the clipboard.
Step 2: Recall the effect of Ctrl+C.
Ctrl+C copies the selected text or object to the clipboard without removing it from its original position.
Step 3: Match Ctrl+C to the correct command name.
The operation is called Copy.
Step 4: Compare with the options.
Undo, Paste, and Redo are different commands with different shortcuts, while Copy exactly matches the function of Ctrl+C.
Verification / Alternative check:
Check the other common shortcuts to avoid confusion. Ctrl+V is used for Paste, which inserts the contents of the clipboard at the current position. Ctrl+Z is normally Undo, and Ctrl+Y or Ctrl+Shift+Z is often Redo. None of these are Ctrl+C. Because Ctrl+C is universally used as Copy in most graphical environments, the mapping is clear and unambiguous.
Why Other Options Are Wrong:
• Undo: Usually mapped to Ctrl+Z, not Ctrl+C.
• Paste: Mapped to Ctrl+V in standard shortcut sets.
• Redo: Commonly mapped to Ctrl+Y or Ctrl+Shift+Z, not Ctrl+C.
Common Pitfalls:
Some candidates may mix up Copy and Paste because they often appear together as Copy, Cut, and Paste commands. Others may misremember the exact key combinations under pressure. A useful memory aid is that X looks like scissors for Cut, C is the first letter of Copy, and V resembles an insertion mark for Paste. Remembering these associations helps avoid confusion during exams.
Final Answer:
The command that correctly completes the analogy is Copy.
Discussion & Comments