SlideShare a Scribd company logo
LESSON 29<br />Introduction to System Analysis and Design<br /> <br />29.1 INTRODUCTION<br />Systems are created to solve problems. One can think of the systems approach as an organized way of dealing with a problem. In this dynamic world, The subject System Analysis and Design, mainly deals with the software development activities.<br />29.2 OBJECTIVES<br />After going through this lesson, you should be able to: <br />understand a system<br />understand the different phases of system developments life cycle<br />know the components of system analysis<br />know the components of system designing<br />29.3 Defining A System<br />A collection of components that work together to realize some objective forms a system. Basically there are three major components in every system, namely input, processing and output.<br /> <br />In a system the different components are connected with each other and they are interdependent. For example, Human body represents a complete natural system. We are also bound by many national systems such as political system, economic system, educational system and so forth. The objective of the system demand that some output is produced as a result of processing the suitable inputs.<br />29.4 SYSTEM LIFE CYCLE<br />System life cycle is an organisational process of developing and maintaining systems. It helps in establishing a system project plan, because it gives overall list of processes and sub-processes required developing a system.<br />System development life cycle means combination of various activities. In other words we can say that various activities put together are referred as system development life cycle. In the System Analysis and Design terminology, the system development life cycle means software development life cycle. <br />Following are the different phases of software development cycle: <br />System study<br />Feasibility study<br />System analysis<br />System design<br />Coding<br />Testing<br />Implementation<br />Maintenance<br /> <br />The different phases of software development life cycle is shown in Fig.29.1<br />Fig. 29.1 Different phases of Software development Life Cycle<br /> <br />29.5 PHASES OF SYSTEM DEVELOPMENT LIFE CYCLE<br />Let us now describe the different phases and the related activities of system development life cycle in detail.<br />(a) System Study<br />System study is the first stage of system development life cycle. This gives a clear picture of what actually the physical system is? In practice, the system study is done in two phases. In the first phase, the preliminary survey of the system is done which helps in identifying the scope of the system. The second phase of the system study is more detailed and in-depth study in which the identification of user’s requirement and the limitations and problems of the present system are studied. After completing the system study, a system proposal is prepared by the System Analyst (who studies the system) and placed before the user. The proposed system contains the findings of the present system and recommendations to overcome the limitations and problems of the present system in the light of the user’s requirements. <br />To describe the system study phase more analytically, we would say that system study phase passes through the following steps: <br />problem identification and project initiation<br />background analysis<br />inference or findings<br />(b) Feasibility Study<br />On the basis of result of the initial study, feasibility study takes place. The feasibility study is basically the test of the proposed system in the light of its workability, meeting user’s requirements, effective use of resources and .of course, the cost effectiveness. The main goal of feasibility study is not to solve the problem but to achieve the scope. In the process of feasibility study, the cost and benefits are estimated with greater accuracy.<br />(c) System Analysis<br />Assuming that a new system is to be developed, the next phase is system analysis. Analysis involved a detailed study of the current system, leading to specifications of a new system. Analysis is a detailed study of various operations performed by a system and their relationships within and outside the system. During analysis, data are collected on the available files, decision points and transactions handled by the present system. Interviews, on-site observation and questionnaire are the tools used for system analysis. Using the following steps it becomes easy to draw the exact boundary of the new system under consideration: <br />Keeping in view the problems and new requirements<br />Workout the pros and cons including new areas of the system<br />All procedures, requirements must be analysed and documented in the form of detailed data flow diagrams (DFDs), data dictionary, logical data structures and miniature specifications. System Analysis also includes sub-dividing of complex process involving the entire system, identification of data store and manual processes.<br />The main points to be discussed in system analysis are: <br />Specification of what the new system is to accomplish based on the user requirements.<br />Functional hierarchy showing the functions to be performed by the new system and their relationship with each other.<br />Function network which are similar to function hierarchy but they highlight the those functions which are common to more than one procedure.<br />List of attributes of the entities - these are the data items which need to be held about each entity (record)<br />(d) System Design<br />Based on the user requirements and the detailed analysis of a new system, the new system must be designed. This is the phase of system designing. It is a most crucial phase in the development of a system. Normally, the design proceeds in two stages : <br />preliminary or general design<br />Structure or detailed design<br />Preliminary or general design: In the preliminary or general design, the features of the new system are specified. The costs of implementing these features and the benefits to be derived are estimated. If the project is still considered to be feasible, we move to the detailed design stage.<br />Structure or Detailed design: In the detailed design stage, computer oriented work begins in earnest. At this stage, the design of the system becomes more structured. Structure design is a blue print of a computer system solution to a given problem having the same components and inter-relationship among the same components as the original problem. Input, output and processing specifications are drawn up in detail. In the design stage, the programming language and the platform in which the new system will run are also decided.<br />There are several tools and techniques used for designing. These tools and techniques are: <br />Flowchart<br />Data flow diagram (DFDs)<br />Data dictionary<br />Structured English<br />Decision table<br />Decision tree<br />Each of the above tools for designing will be discussed in detailed in the next lesson.<br />(e) Coding<br />After designing the new system, the whole system is required to be converted into computer understanding language. Coding the new system into computer programming language does this. It is an important stage where the defined procedure are transformed into control specifications by the help of a computer language. This is also called the programming phase in which the programmer converts the program specifications into computer instructions, which we refer as programs. The programs coordinate the data movements and control the entire process in a system.<br />It is generally felt that the programs must be modular in nature. This helps in fast development, maintenance and future change, if required.<br />(f) Testing<br />Before actually implementing the new system into operations, a test run of the system is done removing all the bugs, if any. It is an important phase of a successful system. After codifying the whole programs of the system, a test plan should be developed and run on a given set of test data. The output of the test run should match the expected results.<br />Using the test data following test run are carried out: <br />Unit test<br />System test<br />Unit test: When the programs have been coded and compiled and brought to working conditions, they must be individually tested with the prepared test data. Any undesirable happening must be noted and debugged (error corrections).<br />System Test: After carrying out the unit test for each of the programs of the system and when errors are removed, then system test is done. At this stage the test is done on actual data. The complete system is executed on the actual data. At each stage of the execution, the results or output of the system is analysed. During the result analysis, it may be found that the outputs are not matching the expected out of the system. In such case, the errors in the particular programs are identified and are fixed and further tested for the expected output.<br />When it is ensured that the system is running error-free, the users are called with their own actual data so that the system could be shown running as per their requirements.<br />(g) Implementation<br />After having the user acceptance of the new system developed, the implementation phase begins. Implementation is the stage of a project during which theory is turned into practice. During this phase, all the programs of the system are loaded onto the user's computer. After loading the system, training of the users starts. Main topics of such type of training are: <br />How to execute the package<br />How to enter the data<br />How to process the data (processing details)<br />How to take out the reports<br />After the users are trained about the computerised system, manual working has to shift from manual to computerised working. The following two strategies are followed for running the system: <br />Parallel run: In such run for a certain defined period, both the systems i.e. computerised and manual are executed in parallel. This strategy is helpful because of the following:<br />Manual results can be compared with the results of the computerised system.<br />Failure of the computerised system at the early stage, does not affect the working of the organisation, because the manual system continues to work, as it used to do.<br />Pilot run: In this type of run, the new system is installed in parts. Some part of the new system is installed first and executed successfully for considerable time period. When the results are found satisfactory then only other parts are implemented. This strategy builds the confidence and the errors are traced easily.<br />(h) Maintenance<br />Maintenance is necessary to eliminate errors in the system during its working life and to tune the system to any variations in its working environment. It has been seen that there are always some errors found in the system that must be noted and corrected. It also means the review of the system from time to time. The review of the system is done for: <br />knowing the full capabilities of the system<br />knowing the required changes or the additional requirements<br />studying the performance<br />If a major change to a system is needed, a new project may have to be set up to carry out the change. The new project will then proceed through all the above life cycle phases.<br />Top<br />29.6 What You Have Learnt<br />In this lesson systematic approach of any given problem is explained. Computer based systems are defined. System development life cycle is discussed in detail. The different phases of the development of system life cycle are explained in detail.<br /> <br />29.7 Terminal Question <br />Define a system. Explain the components of a system.<br />What do you understand by system development life cycle?<br />Discuss the importance of system analysis and design in the development of a system?<br /> <br />
Lesson how to create sad
Lesson how to create sad
Lesson how to create sad
Lesson how to create sad
Lesson how to create sad
Lesson how to create sad

More Related Content

PDF
System ana
PDF
SE18_Lec 07_System Modelling and Context Model
PDF
SE2018_Lec 16_ Architectural Design
DOCX
Introduction to system analysis and design
PDF
IT6701 Information Management - Unit II
PDF
SE18_Lec 09_UML Use Cases
PDF
Genetic fuzzy process metric measurement system for an operating system
PPT
Real Time Software Design in Software Engineering SE13
System ana
SE18_Lec 07_System Modelling and Context Model
SE2018_Lec 16_ Architectural Design
Introduction to system analysis and design
IT6701 Information Management - Unit II
SE18_Lec 09_UML Use Cases
Genetic fuzzy process metric measurement system for an operating system
Real Time Software Design in Software Engineering SE13

What's hot (19)

PDF
Software architecture
PPT
System analysis
PDF
SE18_Lec 01_Introduction to Software Engineering
PPTX
System analysis ITM3(1).pptx
DOC
163912338 ch-13-systems-analysis-and-design
PPT
12 ipt 0106/7 Project Implementation & Testing
PPTX
System Modelling
PDF
SE2018_Lec 15_ Software Design
PDF
computer Unit 8
PPSX
System Analysis & Design - 2
PDF
Generation and Optimization of Test cases for Object-Oriented Software Using ...
PPT
Socio Technical Systems in Software Engineering SE2
PPTX
01 isad-information system analysis and design intro by S. A. AHSAN RAJON
PPTX
Testing
PPT
architectural design
PPTX
Presentation on software construction
PPT
Hsc project management
DOCX
A 7 e module decomposition structure
PPTX
CIS 2303 LO1: Introduction to System Analysis and Design
Software architecture
System analysis
SE18_Lec 01_Introduction to Software Engineering
System analysis ITM3(1).pptx
163912338 ch-13-systems-analysis-and-design
12 ipt 0106/7 Project Implementation & Testing
System Modelling
SE2018_Lec 15_ Software Design
computer Unit 8
System Analysis & Design - 2
Generation and Optimization of Test cases for Object-Oriented Software Using ...
Socio Technical Systems in Software Engineering SE2
01 isad-information system analysis and design intro by S. A. AHSAN RAJON
Testing
architectural design
Presentation on software construction
Hsc project management
A 7 e module decomposition structure
CIS 2303 LO1: Introduction to System Analysis and Design
Ad

Viewers also liked (13)

PDF
Upgrd
PPT
PHP on Windows - The Undiscovered Country
PPTX
PDF
Swetang Panchal iTEP Result - Shwetang Panchal
PDF
Itep score
PPTX
iTEP
PPT
Itep 131
PPT
Itep 131
DOCX
Self assessment reading
DOC
Grammar test multiple choice
PDF
SEO: Getting Personal
Upgrd
PHP on Windows - The Undiscovered Country
Swetang Panchal iTEP Result - Shwetang Panchal
Itep score
iTEP
Itep 131
Itep 131
Self assessment reading
Grammar test multiple choice
SEO: Getting Personal
Ad

Similar to Lesson how to create sad (20)

PDF
Intro sad
DOCX
System development life cycle
PPTX
PPTX
PDF
System development life cycle
PPTX
Management information system
PPTX
System Analysis And Design 2011
PPTX
PPTX
System Development Life Cycle
PPTX
SAD_SDLC.pptx
PPTX
Software Development Life Cycle & Its Models
PPT
Different Approaches To Sys Bldg
PPTX
System development life_cycle
DOC
System analysis and_design
PPTX
System developement methods
DOCX
Report on SOFTWARE DEVELOPMENT LIFE CYCLE SDLC
PDF
Software Engineering Important Short Question for Exams
PDF
TYBSC IT SEM 6 PROJECT MANAGEMENT NOTES
Intro sad
System development life cycle
System development life cycle
Management information system
System Analysis And Design 2011
System Development Life Cycle
SAD_SDLC.pptx
Software Development Life Cycle & Its Models
Different Approaches To Sys Bldg
System development life_cycle
System analysis and_design
System developement methods
Report on SOFTWARE DEVELOPMENT LIFE CYCLE SDLC
Software Engineering Important Short Question for Exams
TYBSC IT SEM 6 PROJECT MANAGEMENT NOTES

Recently uploaded (20)

PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
Big Data Technologies - Introduction.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Machine learning based COVID-19 study performance prediction
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Programs and apps: productivity, graphics, security and other tools
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Empathic Computing: Creating Shared Understanding
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Big Data Technologies - Introduction.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Machine learning based COVID-19 study performance prediction
Network Security Unit 5.pdf for BCA BBA.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
The AUB Centre for AI in Media Proposal.docx
Per capita expenditure prediction using model stacking based on satellite ima...
Digital-Transformation-Roadmap-for-Companies.pptx
Unlocking AI with Model Context Protocol (MCP)
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Lesson how to create sad

  • 1. LESSON 29<br />Introduction to System Analysis and Design<br /> <br />29.1 INTRODUCTION<br />Systems are created to solve problems. One can think of the systems approach as an organized way of dealing with a problem. In this dynamic world, The subject System Analysis and Design, mainly deals with the software development activities.<br />29.2 OBJECTIVES<br />After going through this lesson, you should be able to: <br />understand a system<br />understand the different phases of system developments life cycle<br />know the components of system analysis<br />know the components of system designing<br />29.3 Defining A System<br />A collection of components that work together to realize some objective forms a system. Basically there are three major components in every system, namely input, processing and output.<br /> <br />In a system the different components are connected with each other and they are interdependent. For example, Human body represents a complete natural system. We are also bound by many national systems such as political system, economic system, educational system and so forth. The objective of the system demand that some output is produced as a result of processing the suitable inputs.<br />29.4 SYSTEM LIFE CYCLE<br />System life cycle is an organisational process of developing and maintaining systems. It helps in establishing a system project plan, because it gives overall list of processes and sub-processes required developing a system.<br />System development life cycle means combination of various activities. In other words we can say that various activities put together are referred as system development life cycle. In the System Analysis and Design terminology, the system development life cycle means software development life cycle. <br />Following are the different phases of software development cycle: <br />System study<br />Feasibility study<br />System analysis<br />System design<br />Coding<br />Testing<br />Implementation<br />Maintenance<br /> <br />The different phases of software development life cycle is shown in Fig.29.1<br />Fig. 29.1 Different phases of Software development Life Cycle<br /> <br />29.5 PHASES OF SYSTEM DEVELOPMENT LIFE CYCLE<br />Let us now describe the different phases and the related activities of system development life cycle in detail.<br />(a) System Study<br />System study is the first stage of system development life cycle. This gives a clear picture of what actually the physical system is? In practice, the system study is done in two phases. In the first phase, the preliminary survey of the system is done which helps in identifying the scope of the system. The second phase of the system study is more detailed and in-depth study in which the identification of user’s requirement and the limitations and problems of the present system are studied. After completing the system study, a system proposal is prepared by the System Analyst (who studies the system) and placed before the user. The proposed system contains the findings of the present system and recommendations to overcome the limitations and problems of the present system in the light of the user’s requirements. <br />To describe the system study phase more analytically, we would say that system study phase passes through the following steps: <br />problem identification and project initiation<br />background analysis<br />inference or findings<br />(b) Feasibility Study<br />On the basis of result of the initial study, feasibility study takes place. The feasibility study is basically the test of the proposed system in the light of its workability, meeting user’s requirements, effective use of resources and .of course, the cost effectiveness. The main goal of feasibility study is not to solve the problem but to achieve the scope. In the process of feasibility study, the cost and benefits are estimated with greater accuracy.<br />(c) System Analysis<br />Assuming that a new system is to be developed, the next phase is system analysis. Analysis involved a detailed study of the current system, leading to specifications of a new system. Analysis is a detailed study of various operations performed by a system and their relationships within and outside the system. During analysis, data are collected on the available files, decision points and transactions handled by the present system. Interviews, on-site observation and questionnaire are the tools used for system analysis. Using the following steps it becomes easy to draw the exact boundary of the new system under consideration: <br />Keeping in view the problems and new requirements<br />Workout the pros and cons including new areas of the system<br />All procedures, requirements must be analysed and documented in the form of detailed data flow diagrams (DFDs), data dictionary, logical data structures and miniature specifications. System Analysis also includes sub-dividing of complex process involving the entire system, identification of data store and manual processes.<br />The main points to be discussed in system analysis are: <br />Specification of what the new system is to accomplish based on the user requirements.<br />Functional hierarchy showing the functions to be performed by the new system and their relationship with each other.<br />Function network which are similar to function hierarchy but they highlight the those functions which are common to more than one procedure.<br />List of attributes of the entities - these are the data items which need to be held about each entity (record)<br />(d) System Design<br />Based on the user requirements and the detailed analysis of a new system, the new system must be designed. This is the phase of system designing. It is a most crucial phase in the development of a system. Normally, the design proceeds in two stages : <br />preliminary or general design<br />Structure or detailed design<br />Preliminary or general design: In the preliminary or general design, the features of the new system are specified. The costs of implementing these features and the benefits to be derived are estimated. If the project is still considered to be feasible, we move to the detailed design stage.<br />Structure or Detailed design: In the detailed design stage, computer oriented work begins in earnest. At this stage, the design of the system becomes more structured. Structure design is a blue print of a computer system solution to a given problem having the same components and inter-relationship among the same components as the original problem. Input, output and processing specifications are drawn up in detail. In the design stage, the programming language and the platform in which the new system will run are also decided.<br />There are several tools and techniques used for designing. These tools and techniques are: <br />Flowchart<br />Data flow diagram (DFDs)<br />Data dictionary<br />Structured English<br />Decision table<br />Decision tree<br />Each of the above tools for designing will be discussed in detailed in the next lesson.<br />(e) Coding<br />After designing the new system, the whole system is required to be converted into computer understanding language. Coding the new system into computer programming language does this. It is an important stage where the defined procedure are transformed into control specifications by the help of a computer language. This is also called the programming phase in which the programmer converts the program specifications into computer instructions, which we refer as programs. The programs coordinate the data movements and control the entire process in a system.<br />It is generally felt that the programs must be modular in nature. This helps in fast development, maintenance and future change, if required.<br />(f) Testing<br />Before actually implementing the new system into operations, a test run of the system is done removing all the bugs, if any. It is an important phase of a successful system. After codifying the whole programs of the system, a test plan should be developed and run on a given set of test data. The output of the test run should match the expected results.<br />Using the test data following test run are carried out: <br />Unit test<br />System test<br />Unit test: When the programs have been coded and compiled and brought to working conditions, they must be individually tested with the prepared test data. Any undesirable happening must be noted and debugged (error corrections).<br />System Test: After carrying out the unit test for each of the programs of the system and when errors are removed, then system test is done. At this stage the test is done on actual data. The complete system is executed on the actual data. At each stage of the execution, the results or output of the system is analysed. During the result analysis, it may be found that the outputs are not matching the expected out of the system. In such case, the errors in the particular programs are identified and are fixed and further tested for the expected output.<br />When it is ensured that the system is running error-free, the users are called with their own actual data so that the system could be shown running as per their requirements.<br />(g) Implementation<br />After having the user acceptance of the new system developed, the implementation phase begins. Implementation is the stage of a project during which theory is turned into practice. During this phase, all the programs of the system are loaded onto the user's computer. After loading the system, training of the users starts. Main topics of such type of training are: <br />How to execute the package<br />How to enter the data<br />How to process the data (processing details)<br />How to take out the reports<br />After the users are trained about the computerised system, manual working has to shift from manual to computerised working. The following two strategies are followed for running the system: <br />Parallel run: In such run for a certain defined period, both the systems i.e. computerised and manual are executed in parallel. This strategy is helpful because of the following:<br />Manual results can be compared with the results of the computerised system.<br />Failure of the computerised system at the early stage, does not affect the working of the organisation, because the manual system continues to work, as it used to do.<br />Pilot run: In this type of run, the new system is installed in parts. Some part of the new system is installed first and executed successfully for considerable time period. When the results are found satisfactory then only other parts are implemented. This strategy builds the confidence and the errors are traced easily.<br />(h) Maintenance<br />Maintenance is necessary to eliminate errors in the system during its working life and to tune the system to any variations in its working environment. It has been seen that there are always some errors found in the system that must be noted and corrected. It also means the review of the system from time to time. The review of the system is done for: <br />knowing the full capabilities of the system<br />knowing the required changes or the additional requirements<br />studying the performance<br />If a major change to a system is needed, a new project may have to be set up to carry out the change. The new project will then proceed through all the above life cycle phases.<br />Top<br />29.6 What You Have Learnt<br />In this lesson systematic approach of any given problem is explained. Computer based systems are defined. System development life cycle is discussed in detail. The different phases of the development of system life cycle are explained in detail.<br /> <br />29.7 Terminal Question <br />Define a system. Explain the components of a system.<br />What do you understand by system development life cycle?<br />Discuss the importance of system analysis and design in the development of a system?<br /> <br />