Feasibility study A feasibility study is a preliminary investigation of a problem. It is used to decide whether a solution is possible and what effects.

Slides:



Advertisements
Similar presentations
1 Information Systems Development (ISD) Systems Development Life Cycle Overview of Analysis Phase Overview of Design Phase CP2236: Information Systems.
Advertisements

IFS310: Week 3 BIS310: Structured Analysis and Design 5/4/2015 Process Modeling and Data Flow Diagrams.
System Analysis (Part 1)
Chapter 4 Enterprise Modeling.
1 Introduction to Data Flow Modelling The data flow approach to requirements determination in building a system for business use. This type of computer.
Chapter 4.
Systems Analysis and Design 9th Edition
Dataflow modelling: Context and Data Flow Diagrams
System Design and Analysis
Data and Process Modeling
Process Modeling Fundamentals. Three Ways to Understand a System By its processes What are the systems main processes? What are the systems main processes?
1 Info 1409 Systems Analysis & Design Module Lecture 8 – Modelling tools and techniques HND Year /9 De Montfort University.
Systems Development Life Cycle
Modeling the Processes and Logic
Section 04DFD - Top Level1 04 Data Flow Diagrams - Top Level DFD And Franchise Colleges By MANSHA NAWAZ.
L ECTURE 9 – PROCESS MODELLING PART 1 Data Flow Diagrams for Process Modelling Multi-level Data Flow Diagrams Logical Vs Physical DFDs Steps to Construct.
Chapter 4.
DATA FLOW DIAGRAMS IT 155.
Introduction to Computer Technology
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Traditional Approach to Requirements Data Flow Diagram (DFD)
Systems Life Cycle A summary of what needs to be done.
National Diploma in Systems Analysis and Design Data Flow Modelling.
staffs.ac.uk Process Model. staffs.ac.uk Contents Provide definitions Explain the components and representations Introduce a step.
1 Structured Analysis Techniques. 2 Data Flow Diagrams.
Introduction to Systems Analysis and Design Trisha Cummings.
Structuring System Process Requirements. Learning Objectives Understand the logical modeling of processes by studying examples of data flow diagrams (DFDs).
Lecture Outline 11 The Development of Information Systems Chapter 8 page 390+
SDLC Phase II: Structuring System Requirements IS 582 Dr. Dania Bilal Spring 2008.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
Managing the development and purchase of information systems (Part 1)
1 Lecture 3: Introducing Data Flow Diagrams (DFDs) Section 1 - The Concept of Diagrams Why use Diagrams? Diagrams as Working Documents Systems Analysis.
Phase 2: Systems Analysis
Lecture 6 Data Flow Modeling
Data-Flow Diagrams Week 10 Lecture 1. Data Flow Diagrams (DFDs) One of most important modelling tools used by system analysts In use since late 1970’s.
Chapter 7 Structuring System Process Requirements
A data flow diagram (DFD) maps how data moves through a system. It shows how data entering the system (input) is transformed (process) and changed into.
Data Flow Diagrams (DFD). ScenarioCriteriaTasks Data flow diagram(DFD) is a diagram of the movement of data between external entities.
Chapter 14 Information System Development
Advanced Higher Computing SOFTWARE DEVELOPMENT PROCESS.
Systems Analysis and Design
Introduction to Software Development. Systems Life Cycle Analysis  Collect and examine data  Analyze current system and data flow Design  Plan your.
CORE 1: PROJECT MANAGEMENT Designing. This stage is where the actual solution is designed and built. This includes describing information processes and.
Data flow & information requirements.  Establishing IPSO  Recording information about the existing system  Identifying the problems with the system.
Chapter 4 enterprise modeling
GCSE ICT Systems Analysis. Systems analysis Systems analysis is the application of analytical processes to the planning, design and implementation of.
Systems Development The Kingsway School. Systems Development This is carried out when a company is having a problem. They usually employ an ICT Consultant.
Data Flow Diagrams Ramzy Kaoukdji. What is a Data Flow Diagram? - A graphical Representation of the flow of data through an information system, modeling.
Structuring User Requirements IS 592 Dr. Dania Bilal Spring 2005.
Systems Analysis and Design 8th Edition
Review 1 Chapters Systems definition example System: An interrelated set of components, with an identifiable boundary, working together for some.
1.The following diagram illustrates the relationship among various hardware components. The arrows indicate the directions of data flow. Activity 1 Relationship.
GCSE ICT 3 rd Edition The system life cycle 18 The system life cycle is a series of stages that are worked through during the development of a new information.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 12 Exploring Information System Development.
Learning Objectives Today we will Learn: How to identify the data requirements of a IT system using a Data Flow Diagram.
Learning Objectives Today we will Learn: The different types of test data.
Analysis. This involves investigating what is required from the new system and what facilities are available. It would probably include:
Unit F451 Computer Fundamentals Components of a Computer System Software Data: Its representation, structure and management in information.
MANAGEMENT INFORMATION SYSTEM
Lab 3 Data Flow Diagram CPIT 250 System Analysis and Design.
Advanced Higher Computing Science
Systems Development Life Cycle
Project planning The systems life cycle.
System Design.
The Development of Information Systems Chapter 8 page 348+
Requirement Analysis using
Systems Development Life Cycle
UNIT No- III- Leverging Information System ( Investing strategy )
ACSC 155 System Analysis and Design 4. Systems Design
Presentation transcript:

Feasibility study A feasibility study is a preliminary investigation of a problem. It is used to decide whether a solution is possible and what effects it might have. It includes the following -A description of the existing system -Success criteria -An outline of possible solutions -A proposed solution -A development plan -A cost/benefit anlysis

Other Aspects Technological feasibility. Economic feasibility Social effects Does the organisation have the people required to run the system Effect on the client-benefits

Establishing the inputs, outputs and processing of an existing system Document Inspection helps establish the inputs and outputs

An Example-Payroll Systems Identify the inputs Explain the processing in detail Identify the outputs

Recording the information about the current system It is very important because systems constantly evolve and programmers and analysts change. Data Flow Diagrams(DFDs) are used to graphically represent inputs, processing and outputs identified. DFDs consist of four components which are terminators(entities), processes, flow arrows and stores Draw the digrams Table 6.1 and Figure 6.3

Components Of A DFD Terminator-somebody or somewhere outside the system from or to which data flows. Process box(shown with a circle)-represents the processing Data store(rectangle with no vertical sides)- represents the data stored Data flow(arrows)-each arrow is labelled to show the data moving There are different levels of DFDs- starting from context level(level 0) which has few details, then level 1, level 2 etc

Systems Flow Chart Another method that can also be used is a Systems Flow Chart but this is normally used in the Design stage Draw Table 6.2 and figure 6.4

Examples of past scenarios

Requirements Specification Add notes

Identifying problems with the current system The diagrams above together with results from all the different fact finding methods are analysed in order to identify weaknesses Appropriate methods of input and output are identified Storage is also determined Processor requirements are also determined A requirements specification is produced(User, Hardware and Software requirements)

Design The following will be designed: Inputs Outputs Files and/or Databases Processing required Validation A test strategy Hardware and software specification

Designing Data Collection Forms