Notes on System Design / SDLC Flashcards
1
Q
SAD
A
Systems Analysis and Design
2
Q
Why SAD?
A
Installing a system without planning leads to dissatisfaction and problems. SAD provides structure to the analysis and design of information systems.
3
Q
System Analyst : Role
A
Must be able to with people of al descriptions and be experienced in working with computers.
4
Q
Systems Development Life Cycle (SDLC)
A
Phased approach to solving business problems, and developed through the use of a specific cycle of analyst and user activities.
5
Q
UX Factor
A
Demand for analysts who are capable incorporating UX (user experience) into SAD keep increasing.
6
Q
Seven Phases of the Systems Development Life Cycle
A
- Identifying problems, opportunities, and objectives.
- Determining human information requirements.
- Analysing system needs.
- Designing the recommended system.
- Developing and documenting software.
- Testing and maintaining the system.
- Implementing and evaluating the system.
7
Q
Modelling process (real world problem)
A
- Informal Model - the portion of the real life that we want model, and how it will work (input and output and main components in plain English).
- Conceptual Model - using an established technique for data analysis (entity-relationship).
- Logical Model - rendered using established, formal techniques (definition of the tables of a relational database).
- Physical Model - implemented by means of a programming language (MySQL or SQLite)