Pick the meaningful sequence of computer file operations: 1) Type 2) Print 3) Open 4) Save 5) Close
Verbal Reasoning
Logical Sequence of Words
Difficulty: Easy
Choose an option
-
A3, 4, 1, 2, 5
-
B3, 5, 4, 2, 1
-
C3, 1, 4, 2, 5
-
D3, 2, 1, 4, 5
Answer
Correct Answer: 3, 1, 4, 2, 5
Explanation
Introduction / Context:Common document workflow starts by opening a file, editing, saving, optionally printing, and then closing.
Given Data / Assumptions:Operations: Open → Type → Save → Print → Close.
Concept / Approach:Maintain practical user workflow order.
Step-by-Step Solution:
3 → 1 → 4 → 2 → 5Verification / Alternative check:Printing before saving risks losing changes; closing comes last.
Why Other Options Are Wrong:They misplace “save/close” or try to print before editing.
Common Pitfalls:Skipping save before print/close.
Final Answer:3, 1, 4, 2, 5