System Analysis and Design
System Analysis and Design
System Analysis
Objective: Understand and specify what the system should do to meet user needs.
I. Requirements Gathering:
- Interviews: Meeting with stakeholders to understand their needs and expectations.
- Questionnaires and Surveys: Collecting data from a larger group of users.
- Observation: Watching users perform their tasks to identify needs and problems.
- Document Analysis: Reviewing existing documentation and systems.
System Design
Objective: Create a blueprint for the system that outlines how the requirements will be
fulfilled.
I. High-Level Design (System Architecture):
- System Architecture: Defining the overall structure of the system, including hardware,
software, and network components.
- Data Flow Diagrams (DFDs): Illustrating how data moves through the system.
- Entity-Relationship Diagrams (ERDs): Modelling the data entities and their relationships.
Page 1 of 2
System Analysis &Design (SAD)
- User Interface Design: Creating the layout, navigation, and interactions of the user
interface, often using wireframes or mock-ups.
- Algorithm Design: Developing detailed algorithms and logic for each module.
Implementation
- Coding: Writing the actual code based on the design specifications.
- Unit Testing: Testing individual components for functionality and reliability.
- Integration Testing: Ensuring that different components work together as expected.
Methodologies
Different methodologies can be used in SAD, including:
- Waterfall Model: A linear and sequential approach, where each phase is completed before
the next one begins.
- Agile Methodology: An iterative and flexible approach, allowing for incremental development
and frequent reassessment.
- RAD (Rapid Application Development): Emphasizes quick development and iteration, often
using prototypes.
- Spiral Model: Combines elements of both design and prototyping in stages, with a focus on
risk assessment.
Importance: System Analysis and Design is crucial because it ensures that the system
developed meets user needs, is cost-effective, and is technically feasible. It helps in minimizing
risks and enhancing the efficiency and effectiveness of the development process.
Page 2 of 2