Difficulty: Easy
Correct Answer: pie chart
Explanation:
Introduction / Context:
During the system design phase, analysts convert requirements into a structured blueprint for how the information system will be built. The tools used here must help clarify processes, data, logic, and control. Classic design tools include data-flow diagrams for process/data movement, systems flowcharts for overall I/O, storage, and processing relationships, and decision tables for complex business rules. This question asks you to identify which listed item is not a design tool in that sense.
Given Data / Assumptions:
Concept / Approach:
A valid design tool must directly support specification of behavior or structure. DFDs show how data moves between processes, stores, and external entities. Systems flowcharts depict hardware/software components and their interaction. Decision tables encode conditional logic in a complete, non-ambiguous form. A pie chart, by contrast, is a descriptive visualization of distribution (percent shares) and does not specify system behavior, flow, or logic for implementation.
Step-by-Step Solution:
Verification / Alternative check:
Most SDLC and structured analysis textbooks categorize DFDs, flowcharts, and decision tables as design/analysis tools. Pie charts appear under data visualization/reporting, not design methodology sections.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing any diagram with a design model; only artifacts that specify process, data, or control logic qualify as core design tools.
Final Answer:
pie chart
Discussion & Comments