1 / 52

Chapter 6

Chapter 6. ~ Information System Development ~. Contents. 2. Guideline to System Development. Participants of System Development Cycle. Phases in System Development Cycle: Planning. Analysis. Design. Implementation. Support. Information System (IS). 3.

Download Presentation

Chapter 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 6 ~ Information System Development ~

  2. Contents 2 • Guideline to System Development. • Participants of System Development Cycle. • Phases in System Development Cycle: • Planning. • Analysis. • Design. • Implementation. • Support.

  3. Information System (IS) 3 • It is the hardware, software, data, people, and procedures that work together to produce quality information. • System • Set of components that interact to achieve common goal.

  4. System Development Cycle (SDC) 4 Phase 2. Analysis • Conduct preliminary investigation • Perform detailed analysis activities: • - Study current system • - Determine user requirements • - Recommend solution Phase 1. Planning Phase 3. Design • Review project requests • Prioritize project requests • Allocate resources • Identify project development team • Acquire hardware and software, if necessary • Develop details of system Phase 4. Implementation Phase 5. Support • Develop programs, if necessary • Install and test new system • Train users • Convert to new system • Conduct post-implementation system review • Identify errors and enhancements • Monitor system performance

  5. Guideline To System Development 5 Arrange tasks into phases (groups of activities). Involve users (anyone for whom system is being built). Develop clearly defined standards (procedures company expects employees to follow).

  6. System Analyst 6 Responsible for designing and developing information system. Liaison between users and IT professionals.

  7. Project Team 7 Formed to work on project from beginning to end. Consists of users, systems analyst, and other IT professionals. Project leader is a member of the team who manages and controls project budget and schedule.

  8. Project Management 8 It is the process of planning, scheduling, and controlling activities during system development cycle. The goal of project management is to deliver an acceptable system to the user in an agreed-upon time frame, while maintaining cost.

  9. Project Management 9 • Project leader identifies the following elements for the project: • Goal, objectives, and expectations of the project, collectively called the scope. • Required activities. • Time estimate for each activity. • Cost estimate for each activity. • Order of activities. • Activities that can take place at the same time.

  10. Gantt Chart 10 It is a popular tool used to plan and schedule time relationships among project activities.

  11. Project Management Software 11 It is a program (such as Microsoft Office Project 2003) used by project leaders to plan, schedule, and control projects.

  12. Feasibility 12 • It is the measure of how suitable system development will be to the company. • There are four feasibility test: • Technical feasibility. • Operational feasibility. • Economic feasibility (also called cost/benefit feasibility). • Schedule feasibility.

  13. Documentation 13 Collection and summarization of data and information. Includes reports, diagrams, programs, and other deliverables. Project notebook contains all documentation for single project.

  14. Data and Information Gathering 14 • There are six methods: • Review documentation. • Observe. • Questionnaire. • Interview. • Joint-Application Design (JAD) session. • Research.

  15. Why Create/Modify an Info System? 15 To correct problem in existing system. To improve existing system. Outside group may mandate change. Competition can lead to change.

  16. Request for System Service 16 Also known as Project Request, it is the formal request for a new or modified information system.

  17. What is the Planning Phase? 17 SDC Phase 1 : Planning Begins when steering committee receives project request Steering committee: decision-making body for the company Function of committee: Review and approve project requests Prioritize project requests Allocate resources Form project development team for each approved project

  18. What is the Analysis Phase? 18 SDC Phase 2 : Analysis Conduct preliminary investigation, also called feasibility study. Perform detailed analysis.

  19. Preliminary Investigation 19 SDC Phase 2 : Analysis • Determine exact nature of problem or improvement and whether it is worth pursuing. • Findings are presented in feasibility report, also known as a feasibility study.

  20. Detailed Analysis 20 SDC Phase 2 : Analysis • It involves three major activities: • Study how the current system works. • Determine the user’s wants, needs, and requirements. • Recommend a solution. • Detailed analysis is sometimes known as Logical Design.

  21. Process Modeling 21 SDC Phase 2 : Analysis • Sometimes called Structured Analysis and Design, is an analysis and design Technique that describes processes that transform inputs into outputs. • Three tools used for process modeling • Entity-Relationship Diagram (ERD). • Data Flow Diagram (DFD). • Project Dictionary.

  22. Entity-Relationship Diagram (ERD) 22 SDC Phase 2 : Analysis It is a tool that graphically shows connections between entities in system.

  23. Data Flow Diagram (DFD) 23 SDC Phase 2 : Analysis It is a tool that graphically shows flow of data in system.

  24. Project Dictionary 24 SDC Phase 2 : Analysis • Contains all the documentation and deliverables of a project. • It helps to keep track of huge amount of details in a system. • There are variety of techniques used to enter items in project dictionary: • Structured English. • Decision Tables. • Decision Trees. • Data Dictionary.

  25. Structured English 25 SDC Phase 2 : Analysis It is used to explain details of process in project dictionary.

  26. Decision Table 26 SDC Phase 2 : Analysis • It lists variety of conditions and actions that correspond to each condition.

  27. Decision Tree 27 SDC Phase 2 : Analysis • It shows conditions and actions graphically.

  28. Data Dictionary 28 SDC Phase 2 : Analysis • Stores name, description, and other details about each data item.

  29. Object Modeling 29 SDC Phase 2 : Analysis • Also known as Object-Oriented Analysis and Design, it combines the data with the processes that act on that data into single unit, called an object. • Object: • An item that can contain both data and procedures that read or manipulate the data. • Uses Unified Modeling Language (UML). • UML is a graphical tool for documenting system.

  30. Use Case Diagram 30 SDC Phase 2 : Analysis • Graphically shows how actors interact with information system. • Actor: • User or entity. • Use Case: • Function that actor can perform.

  31. Class Diagram 31 SDC Phase 2 : Analysis • Graphically shows classes and subclasses in a system. • A Class is group of objects, and can have lower levels called subclasses.

  32. System Proposal 32 SDC Phase 2 : Analysis • It assesses the feasibility of each alternative solution. • In addition to that, it recommends the most feasible solution for the project. • System proposal will be presented to the steering committee, which decides how system will be developed.

  33. Possible Solutions 33 SDC Phase 2 : Analysis • Buy packaged software, which is a prewritten software available for purchase. • Horizontal market software: • Meets needs of many companies. • Vertical market software: • Designed for particular industry. • Write own custom software, where the software is developed at user’s request. • Outsource: Have outside source develop the software.

  34. Internet Solutions Provider 34 SDC Phase 2 : Analysis • They provide Web hosting services, and these services include: • Managing shopping carts. • Inventory. • Credit card processing.

  35. Design Phase 35 SDC Phase 3 : Design • The design phase consists of two major activities: • Acquire hardware and software (when necessary). • Develop all of the details of the new or modified information system.

  36. Acquiring Necessary H/W & S/W 36 SDC Phase 3 : Design • To identify all hardware and software requirements of new or modified system. • Activities include: • Identify technical specification. • Solicit vendor proposals. • Test and evaluate vendor proposals. • Make a decision.

  37. Detailed Design 37 SDC Phase 3 : Design • Also called Physical Design, it is the development of detailed design specifications for components in the proposed solution. • Activities include: • Database design. • Input and output design. • Program design.

  38. Mockup 38 SDC Phase 3 : Design • It is a sample of input or output that contains the actual data.

  39. Layout Chart 39 SDC Phase 3 : Design • It is the input or output that contains programming-like notations for data items.

  40. Prototype 40 SDC Phase 3 : Design • It is a working model of the proposed system. • Beginning a prototype too early may lead to problems. • A prototype can also be used to gain information from the user.

  41. Computer Aided Software Engineering (CASE) 41 SDC Phase 3 : Design • It is a software tool designed to support one or more activities of the system development cycle. • It helps to increase the efficiency and productivity of the project development team.

  42. I-CASE 42 SDC Phase 3 : Design • It is an integrated CASE product, also known as a CASE Workbench. It has these capabilities: • Project repository: • Stores diagrams, specifications, descriptions, programs, and other deliverables. • Graphics: • Enables drawing of diagrams. • Prototyping: • Creates models of proposed system.

  43. I-CASE (con’t) 43 SDC Phase 3 : Design • Quality assurance: • Analyzes deliverables for accuracy. • Code generators: • Create actual computer programs from design specifications. • Housekeeping: • Establishes user accounts and provides backup and recovery functions.

  44. Structured Walkthrough 44 SDC Phase 3 : Design • Step-by-step review by project team and users of any system development cycle deliverable. • Used to review detailed design specifications before they are given to programming team. • Identifies any errors and allows IT personnel to correct them. • Used throughout entire system development cycle to review a variety of deliverables.

  45. Implementation Phase 45 SDC Phase 4 : Implementation • The purpose of this phase is to construct, or build, new or modified system and then deliver it to users. • System developers perform four major activities in this phase: • Develop programs. • Install and test the new system. • Train users. • Convert to the new system.

  46. Program Development Cycle Analyze requirements 46 Documentsolution Design solution Validate design Test solution Implement design SDC Phase 4 : Implementation • Programmers write programs from the specifications package created during the analysis process.

  47. Testing 47 SDC Phase 4 : Implementation • During implementation, there are three types of tests performed by system developers: • Unit test: • Verifies each individual program works by itself. • System test: • Verifies all programs in application work together. • Integration test: • Verifies application works with other applications. • Acceptance test : • Carried out by the end-user.

  48. Train Users 48 SDC Phase 4 : Implementation • Showing users exactly how they will use the new hardware and software in the system.

  49. Conversion Strategies 49 SDC Phase 4 : Implementation • It is the process of converting from the old system into the new system.

  50. Support Phase 50 SDC Phase 5 : Support • Provides ongoing assistance after system is implemented. • This phase consists of four major activities: • Conduct a post-implementation system review • Meeting to find out if information system is performing according to expectations. • Identify errors. • Identify enhancements. • Monitor system performance.

More Related