SAD Notes PDF

Title SAD Notes
Author John Doe
Course System Analysis and Design
Institution Sunyani Technical University
Pages 103
File Size 1.8 MB
File Type PDF
Total Downloads 431
Total Views 527

Summary

SECTION 1 INTRODUCTION 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 (SAD), mainly deals with the software development activities DEFINING A SYSTEM A collection...


Description

SECTION 1 INTRODUCTION 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 (SAD), mainly deals with the software development activities DEFINING A SYSTEM A collection of components that work together to realize some objectives forms a system. Basically there are three major components in every system, namely input, processing and output. OUTPUT

INPUT PROCESS

Fig. 1. System Component  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 demands that some output is produced as a result of processing the suitable inputs.  A well-designed system also includes an additional element referred to as ‘control’ that provides a feedback to achieve desired objectives of the system.  The term ANALYSIS and SYNTHESIS stem from the Greek, meaning “to take apart “and “to put together. Analysis is defined as the “procedure by which we break down an intellectual or substantial whole into parts.” Synthesis means “the procedure by which we combine separate elements or components in order to form a coherent whole

SAD refers to the process of examining a business situation with the intent of improving it through better procedures and methods. It relates to shaping organization, improving performance and achieving objectives of profitability and growth. The emphasis is on the system in action, the relationships among the subsystems and their contribution to meeting a common goal. SYSTEM LIFE CYCLE /SYSTEM DEVELOPMENT LIFE CYCLE - SDLC System life cycle is an organizational 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 for developing a system. 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 also means software development life cycle. Following are the different phases of system development life cycle: 

Preliminary study



Feasibility study



Detailed system study



System analysis



System design



Coding



Testing



Implementation



Maintenance

The different phases of system development life cycle are shown Other authors use other simple phases in an SDLC such as:



Planning



Analysis



Design



Implementation



Maintenance

OR 

Feasibility



System Analysis



System Design



Testing



Implementation



Maintenance

ANALYSIS OF SDLC  Preliminary System Study Preliminary system study is the first stage of system development life cycle. This is a brief investigation of the system under consideration and gives a clear picture of what actually the physical system is? In practice, the initial system study involves the preparation of a ‘System Proposal’ which lists the Problem Definition, Objectives of the Study, Terms of reference for Study, Constraints, Expected benefits of the new system, etc. in the light of the user requirements. The system proposal is prepared by the System Analyst (who studies the system) and places it before the user management. The managreement may accept the proposal and the cycle proceeds to the next stage. The management may also reject the proposal or re-quest some modifications in the proposal. In summary, we would say that system study phase passes through the following steps: •

problem identification and project initiation



background analysis



inference or findings (system proposal)

 Feasibility Study In case the system proposal is acceptable to the management, the next phase is to examine the feasibility of the system. 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. These are categorized as technical, operational, economic and schedule feasibility. 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 to find the Return on Investment (ROI). This also defines the resources needed to complete the de-tailed investigation. The result is a feasibility report submitted to the management. This may be accepted or accepted with modifications or rejected. The system cycle proceeds only if the management accepts it. •

Detailed System Study The detailed investigation of the system is carried out in accordance with the objectives of the proposed system. This involves detailed study of various operations performed by a system and their relationships within and outside the system. During this process, 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 detailed system study. Using the following steps, it becomes easy to draw the exact boundary of the new system under consideration: Keeping in view the problems and new requirements. Workout the pros and cons including new areas of the system. All the data and the findings must be documented in the form of detailed data flow diagrams (DFDs), data dictionary, logical data structures and miniature specification. The main points to be discussed in this stage are: 

Specification of what the new system is to accomplish based on the user requirements.



Functional hierarchy showing the functions to be performed by the new system and their relationship with each other.



Functional network, which are similar to function hierarchy but they highlight the functions which are common to more than one procedure.



List of attributes of the entities – these are the data items which need to be held about each entity (record)

 System Analysis Systems analysis is a process of collecting factual data, understand the processes involved, identifying problems and recommending feasible suggestions for improving the system functioning. This involves studying the business processes, gathering operational data, understand the information flow, finding out bottlenecks and evolving solutions for overcoming the weaknesses of the system so as to achieve the organizational goals. System Analysis also includes subdividing of complex process involving the entire system, identification of data store and manual processes. The major objectives of systems analysis are to find answers for each business process: What is being done, how is it being done, Who is doing it, When is he doing it, Why is it being done and How can it be improved? It is more of a thinking process and involves the creative skills of the System Analyst. It attempts to give birth to a new efficient system that satisfies the current needs of the user and has scope for future growth within the organizational constraints. The result of this process is a logical system design. Systems analysis is an iterative process that continues until a preferred and acceptable solution emerges.  System Design Based on the user requirements and the detailed analysis of the existing system, the new system must be designed. This is the phase of system designing. It is the most crucial phase in the developments of a system. The logical system design arrived at as a result of

systems analysis is converted into physical system design. Normally, the design proceeds in two stages: •

Preliminary or General Design



Structured or Detailed Design

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. Structured 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-relationships among the same components as the original problem. Input, output, databases, forms, codification schemes and processing specifications are drawn up in detail. In the design stage, the programming language and the hardware and software platform in which the new system will run are also decided. There are several tools and techniques used for describing the system design of the system. These tools and techniques are: 

Flowchart*



Data flow diagram (DFD)*



Data dictionary*



Entity Relationship Modeling/Diagram (ERM/D)*



Structured English Structured English is the use of the English language with the syntax of structured programming to communicate the design of a computer program to non-technical users by breaking it down into logical steps using straightforward English words. Structured English gives aims to get the benefits of both the programming logic and natural

language: program logic helps to attain precision, whilst natural language helps with the familiarity of the spoken word.

                  

IF customer has a Bank Account THEN IF Customer has no dues from previous account THEN Allow loan facility APPROVE LOAN IF customer has a Bank Account THEN IF Customer has no dues from previous account THEN Allow loan facility ELSE IF Management Approval is obtained THEN Allow loan facility ELSE Reject ENDIF ENDIF ELSE Reject ENDIF EXIT Fig. 4 Example of Structured English

Structured English is a limited-form "pseudocode" and consists of the following elements: 1. Operation statements written as English phrases executed from the top down 2. Conditional blocks indicated by keywords such as IF, THEN, and ELSE 3. Repetition blocks indicated by keywords such as DO, WHILE, and UNTIL The following guidelines are used when writing Structured English: All logic should be expressed in operational, conditional, and repetition blocks 1. Statements should be clear and unambiguous 2. Logical blocks should be indented to show relationship and hierarchy 3. Use one line per logical element, or indent the continuation line 4. Keywords should be capitalized

5. Group blocks of statements together, with a capitalized name that describes their function and end with an EXIT. 6. Underline words or phrases defined in a data dictionary 7. Mark comment lines with an asterisk



Decision table

Decision tables are a precise yet compact way to model complex rule sets and their corresponding actions. Decision tables, like flowcharts, if-then-else, and switch-case statements, associate conditions with actions to perform, but in many cases do so in a more elegant way. Each decision corresponds to a variable, relation or predicate whose possible values are listed among the condition alternatives. Each action is a procedure or operation to perform, and the entries specify whether (or in what order) the action is to be performed for the set of condition alternatives the entry corresponds to. Many decision tables include in their condition alternatives the don't care symbol, a hyphen. Using don't cares can simplify decision tables, especially when a given condition has little influence on the actions to be performed. In some cases, entire conditions thought to be important initially are found to be irrelevant when none of the conditions influence which actions are performed. A decision table is an excellent tool to use in both testing and requirements management. Essentially it is a structured exercise to formulate requirements when dealing with complex business rules. Decision tables are used to model complicated logic. They can make it easy to see that all possible combinations of conditions have been considered and when conditions are missed. The number of columns depends on the number of conditions and the number of alternatives for each condition. If there are two conditions and each condition can be either true or false, you need 4 columns. If there are three conditions there will be 8 columns and so on. Mathematically, the number of columns is 2 conditions. In this case 22 = 4 columns.

Decision Table Example Name Password Condition

ReQ1

ReQ2

ReQ3

ReQ4

Name

F/N

T /Y

F/N

T /Y

Password

F/N

F/N

T /Y

T /Y

“Enter Name

“Enter

and Password”

Password”

Actions

“Log In “Enter Name”

Access granted”

Denotations F = False;

T = True;

Y = Yes;

N = No

Conditions = Statement of Conditions Actions = intend result of application of conditions 

Decision tree

A decision tree is a map of the possible outcomes of a series of related choices. It allows an individual or organization to weigh possible actions against one another based on their costs, probabilities, and benefits. They can can be used either to drive informal discussion or to map out an algorithm that predicts the best choice mathematically.

The system design involves: 

Defining precisely the required system output



Determining the data requirement for producing the output



Determining the medium and format of files and databases



Devising processing methods and use of software to produce output



Determine the methods of data capture and data input



Designing Input forms



Designing Codification Schemes



Detailed manual procedures



Documenting the Design



Fig. Decision Tree

Advantages and disadvantages Decision trees remain popular for reasons like these:



How easy they are to understand



They can be useful with or without hard data, and any data requires minimal preparation



New options can be added to existing trees



Their value in picking out the best of several options



How easily they combine with other decision making tools

However, decision trees can become excessively complex. In such cases, a more compact influence diagram can be a good alternative. Influence diagrams narrow the focus to critical decisions, inputs, and objectives. Decision trees in machine learning and data mining A decision tree can also be used to help build automated predictive models, which have applications in machine learning, data mining, and statistics. Known as decision tree learning, this method takes into account observations about an item to predict that item’s value.

In these decision trees, nodes represent data rather than decisions. This type of tree is also known as a classification tree. Each branch contains a set of attributes, or classification rules, that are associated with a particular class label, which is found at the end of the branch.

These rules, also known as decision rules, can be expressed in an if-then clause, with each decision or data value forming a clause, such that, for instance, “if conditions 1, 2 and 3 are fulfilled, then outcome x will be the result with y certainty.”

Each additional piece of data helps the model more accurately predict which of a finite set of values the subject in question belongs to. That information can then be used as an input in a larger decision making model. Sometimes the predicted variable will be a real number, such as a price. Decision trees with continuous, infinite possible outcomes are called regression trees. For increased accuracy, sometimes multiple trees are used together in ensemble methods: Bagging creates multiple trees by resampling the source data, then has those trees vote to reach consensus. A Random Forest classifier consists of multiple trees designed to increase the classification rate Boosted trees that can be used for regression and classification trees. The trees in a Rotation Forest are all trained by using PCA (principal component analysis) on a random portion of the data A decision tree is considered optimal when it represents the most data with the fewest number of levels or questions. Algorithms designed to create optimized decision trees include CART, ASSISTANT, CLS and ID3/4/5. A decision tree can also be created by building association rules, placing the target variable on the right. Each method has to determine which is the best way to split the data at each level. Common methods for doing so include measuring the Gini impurity, information gain, and variance reduction.

Using decision trees in machine learning has several advantages: 

The cost of using the tree to predict data decreases with each additional data point



Works for either categorical or numerical data



Can model problems with multiple outputs



Uses a white box model (making results easy to explain)



A tree’s reliability can be tested and quantified



Tends to be accurate regardless of whether it violates the assumptions of source data

But they also have a few disadvantages: 

When dealing with categorical data with multiple levels, the information gain is biased in favor of the attributes with the most levels.



Calculations can become complex when dealing with uncertainty and lots of linked outcomes.



Conjunctions between nodes are limited to AND, whereas decision graphs allow for nodes linked by OR.

Decision tree symbols

Shape

Name

Meaning

Decision Node

Chance Node

Alternative Branches

Rejected Alternative

End Point Node

Indicates a decision to be made

Shows multiple uncertain outcomes

Each branch indicates a possible outcome or action

Shows a choice that was not selected

Indicates a final outcome

 Coding The system design needs to be implemented to make it a workable system. This demands the coding of design into computer understandable language, i.e., programming language. This is also called the programming phase in which the programmer converts the

program specifications into computer instructions, which we refer to as programs. It is an important stage where the defined procedures are transformed into control specifications by the help of a computer language. The programs coordinate the data movements and contr...


Similar Free PDFs