Difficulty: Easy
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
Discussion & Comments