Difficulty: Easy
Correct Answer: 3, 1, 4, 2, 5
Explanation:
Introduction / Context:Software task sequencing assesses procedural logic in everyday computing.
Given Data / Assumptions:
Concept / Approach:Order by typical dependency in document work: open → edit → save → (optional) print → close.
Step-by-Step Solution:3 Open the document/application.1 Type/edit content.4 Save changes to storage.2 Print if needed.5 Close the file/application.
Verification / Alternative check:Attempting to type without opening is impossible; closing before saving risks data loss.
Why Other Options Are Wrong:Any order with close or print preceding save/edit is illogical.
Common Pitfalls:Forgetting to save before closing; assuming autosave removes the need for explicit saving.
Final Answer:3, 1, 4, 2, 5
Discussion & Comments