Difficulty: Easy
Correct Answer: CTRL+C, CTRL+V
Explanation:
Introduction / Context:
Copy and paste are among the most frequently used commands on a computer. They allow users to reuse text, images and other content quickly without having to retype or recreate them. Most operating systems and applications support standard keyboard shortcuts for these actions. This question tests whether you know the common key combinations used to copy selected text and then paste it into a document on a typical PC keyboard.
Given Data / Assumptions:
Concept / Approach:
Across many software packages, the key combination CTRL+C is used to copy the currently selected item into the clipboard, and CTRL+V is used to paste the contents of the clipboard at the cursor position. These shortcuts are part of a broader standard where CTRL+X cuts and CTRL+Z undoes an action. CTRL+P, by contrast, usually opens the Print dialogue, and SHIFT or ALT combinations shown in the distractors are not standard for copy and paste. Therefore, the correct pair of shortcuts is CTRL+C for copy and CTRL+V for paste.
Step-by-Step Solution:
Verification / Alternative check:
To verify, you can open any word processor or text editor, type some text, highlight it and press CTRL+C, then move the cursor to another place and press CTRL+V. The text appears in the new position, confirming that copying and pasting have taken place. Pressing CTRL+P opens the print window instead. Software manuals, help files and keyboard shortcut lists for common programs all list CTRL+C as copy and CTRL+V as paste. This consistent behaviour across many applications supports the answer.
Why Other Options Are Wrong:
Common Pitfalls:
Some users confuse CTRL+P with paste because they associate P with place or paste. However, in standard shortcut sets, P is reserved for print. Another mistake is to press CTRL+X and then think they have copied, when CTRL+X actually cuts (removes) the text. A good memory aid is C for copy, V for insert (because V shape points down like inserting something), and P for print. Knowing this pattern helps prevent wrong key combinations in both exams and daily computer work.
Final Answer:
You can use CTRL+C to copy selected text and CTRL+V to paste it into a document.
Discussion & Comments