Difficulty: Easy
Correct Answer: Data flow
Explanation:
Introduction / Context:
In systems analysis and design, analysts document how information moves between processes, data stores, and external entities. The computer-assisted method that emphasizes the movement of data through a system is the focus here.
Given Data / Assumptions:
Concept / Approach:
Data flow techniques (such as Data Flow Diagrams, DFDs) model processes, data stores, and data flows. CASE tools support creating these diagrams, validating consistency, and exploring 'what-if' scenarios for proposed systems.
Step-by-Step Solution:
Verification / Alternative check:
Typical artifacts include context diagrams (Level 0) and leveled DFDs that progressively detail processes and flows, exactly matching the described purpose.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Data flow.
Discussion & Comments