Arrange the common steps for working with a document on a computer from start to finish. 1. Type 2. Print 3. Open 4. Save 5. Close
-
A3, 4, 1, 2, 5
-
B3, 5, 4, 2, 1
-
C3, 1, 4, 2, 5
-
D3, 2, 1, 4, 5
-
E1, 3, 4, 2, 5
Answer
Correct Answer: 3, 1, 4, 2, 5
Explanation
Introduction / Context:Software task sequencing assesses procedural logic in everyday computing.
Given Data / Assumptions:
- You must open a file/app before editing.
- Typing precedes saving and printing.
- Closing is terminal.
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