1 / 47

IT Systems in Organisations (HL)

IT Systems in Organisations (HL). By Mohammad Ezmir. This chapter examines the steps involved in analysing , designing , developing , using , and supporting IT systems effectively in organisations ( Gray , 2012, pg. 310). Off-the-shelf software. Types of development software.

farren
Download Presentation

IT Systems in Organisations (HL)

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. IT Systems in Organisations (HL) By Mohammad Ezmir

  2. This chapter examines the steps involved in analysing, designing, developing, using, and supporting IT systems effectively in organisations (Gray, 2012, pg. 310)

  3. Off-the-shelf software Types of development software Software that is widely available for general purchase from software vendors such as office software suites. Custom/bespoke software Created specifically for a single organisation. Usually the organisation hires a software development company to analyse the organisation’s needs and design software specifically to meet them. (Gray, 2012, pg. 310)

  4. Off-the-shelf software Advantages: • Cheaper • Easier to install and use • Compatible with other systems • More online support • FAQs • Less bugs Disadvantages: • Might not be specific to needs • Pay for services you do not need • Hard to change or add new features (Gray, 2012, pg. 311)

  5. Custom/bespoke software Advantages: • Specific to the organisation’s needs • Customisable on request • Competitive advantage Disadvantages: • Finding a good software developer • Expensive • Development can take a long time • Prone to errors • Over dependency on software developer • Source code needed for help and support (Gray, 2012, pg. 311)

  6. Integrated Development Environment (IDE) • A text editor is used to enter the program's source code • A compiler translates the source code into machine code • Debugging tools help find and fix errors in the program (Gray, 2012, pg. 310)

  7. Legacy systems A legacy system is a computer system that is no longer available for purchase or is no longer supported by the manufacturer. Some legacy systems may operate on very old hardware which is no longer available. Others may only run on older operating systems and not be compatible with modern versions. This usually means updates and security fixes will not be available for the system, which can be a significant problem for organisations. (Gray, 2012, pg. 310)

  8. Why do organisations use legacy systems? • Essential to their operation and there is no easily available replacement • Replacing a legacy system with a new one may be cost prohibitive • Extremely difficult to convert data into a new format • Lack of knowledge of the system; documentations absent • Old programming language Drawback: • Require personnel with rare skills to support them, and these people are often more expensive to hire (Gray, 2012, pg. 310)

  9. Solution to using legacy systems:Emulation and Virtual Machines • Virtual machines creates a virtual ‘computer’ running inside a window, like a regular application program. • Virtual machines are useful for running legacy applications that need older operating systems ( for example, an application program requiring Windows 3.1 could run in a virtual machine running Windows 3.1 on a host running Windows 7 or Linux) • An emulator is a software recreation of an entire system’s hardware including its processor and associated hardware. (Gray, 2012, pg. 312)

  10. System development lifecycle The System Development Life-cycle (SDLC) refers to the stages involved in creating an IT system - from the moment it is first suggested, to its delivery to the customer, and – critically – as it is maintained through the rest of its life. (Gray, 2012, pg. 313)

  11. System development life cycle (SDLC) Design Implementation Analysis Testing Maintenance Installation (Gray, 2012, pg. 313)

  12. Project Development Roles • Project manager: Responsible for the overall progress of a project, ensuring it stays on time, in budget, and meets the client’s needs • Analyst: Document the current system, finding its problems and areas for improvement • Development manager: Oversees programmers as they create the system specified in the design • Information system manager: Responsible for all IT purchases, deployments, and systems within an organisation • Support staff: Train users and help them with problems as they occur • Database administrator and Network manager: Perform similar jobs in their specific areas

  13. Analysis Stage An investigation of the current system, the needs of the client, and the possibility of creating a solution. After this stage it may be decided to progress with creating a new system, or that the benefits do not justify the costs. (Gray, 2012, pg. 313)

  14. Data collection Questionnaires • Set questions for evaluation • May not be accurate answers Face to face interviews • Allow questions to be added or changed in response to user’s answers • Time consuming Observation • Realistic overview of the current system

  15. Requirement specification Technical document which describes the needs of an organisation as well as the project goals and scope • Functional requirements: Input, Output and Processing requirements • Non-functional requirements: Constraints

  16. Business Case Justifying in terms of time and cost to design, develop, and implement, versus the predicted benefits it will bring Feasible in terms of the skills, equipment, time and money available

  17. Gantt chart Provide a high level overview of a project schedule, including each individual task, the people responsible for overseeing them, and task starting and finishing times. PERT (Program Evaluation and Review Technique) Represent scheduling information graphically, and clearly show the relationships and dependencies between each task in the schedule. A process called Critical Path (CP) is used to determine the longest (slowest) route from the beginning of the project to the end, since this will determine the minimum time required for the project

  18. Key components of Analysis Stage: • Project goals • Scope Data collection (limitations) • Requirements specification • Identification of solutions • Business case • Feasibility study • Justification of solution • SWOT (Strengths, Weaknesses, Opportunities, Threats) • Project plan • Project management methodology • Project schedule • Project milestones (Gray, 2012, pg. 323)

  19. Design Stage The planning of a solution to meet the needs of the client which were identified in the analysis. The design stage needs to cover, in technical detail, the inputs, processes, data structures, and outputs required by the system, and the relationship between these items (Gray, 2012, pg. 313)

  20. Data Flow Diagrams Shows the relationship between the data storage, inputs, outputs and processes in a system, with the data flows between them.

  21. System context diagram • Shows a relatively high level view of the system, with only its relationships to external stakeholders and systems. • Useful because they clearly show the boundaries of the system and the data that flows in and out. Distribute Reports Teachers Student reports School Grading System Concern list Student grades Year Heads

  22. Entity Relationship Diagram Shows the groups of data stored, the attributes each entity has, and the relationships between the various data items

  23. Key components of Design Stage: • Inputs • Outputs • Data structures • Processes • System context diagram • Data Flow Diagrams • Entity Relationship Diagrams • User interface design (Gray, 2012, pg. 323)

  24. Development Stage (Implementation) The creation (programming) of a system, following the design previously created. (Gray, 2012, pg. 313)

  25. Alpha testing Testing is performed internally rather than by customers Prototype Early version of a user interface to get feedback about its effectiveness Quality control processes Ensure that the code produced by the programmers is of high quality and meets the needs of the client Quality assurance methods Ensure the development team are following standardised practices which are suitable for the project under development

  26. Types of documentation Technical documentation Targeted at system administrators and other developers who may expand or change the system in the future. User documentation Explains how to use a new system, covering how to install and start the system, and how to perform common tasks. User manuals, written or video tutorials, online lessons, and FAQ pages are all forms of user documentation

  27. Key components of Implementation Stage: • Development • Alpha testing • Prototyping • Quality control • Quality assurance • User documentation • Technical documentation (Gray, 2012, pg. 323)

  28. Testing Stage Ensuring that the system functions correctly, as determined by the requirements generated during the analysis stage (Gray, 2012, pg. 313)

  29. Bug tracking system Keep a list of all software bugs in a central location, and allows them to be prioritised and annotated

  30. User acceptance testing Involves the user checking the system to ensure it meets their requirements

  31. Key components of Testing Stage: • Beta testing • User acceptance testing • Handover (Gray, 2012, pg. 323)

  32. Installation Stage (Delivery) Installing the software and any necessary hardware, usually at the client’s organisation. This may also involve removing the old system and transferring any required data from it to the new system. Training is also required to help users understand the new system. (Gray, 2012, pg. 313)

  33. Types of changeover Direct changeover The old system is removed and all users start to use the new system immediately Phased changeover Switches gradually from the old system to a new system, with some parts of the organisation switching before others Parallel changeover Involves introducing the new system but running it concurrently with the old system

  34. Key components of Installation Stage: • Installation • Training • Changeover (Gray, 2012, pg. 323)

  35. Maintenance Stage Updates and changes made to a system to fix bugs, improve performance, or add new features. In large systems which are used for many years, maintenance can form a large part of the project’s total costs. (Gray, 2012, pg. 313)

  36. Types of maintenance • Adaptive maintenance: updating it to work with new hardware or software • Perfective maintenance: adding new features as required by the changing requirements of the organisation • Corrective maintenance: fixing bugs which were not found during testing • Preventative maintenance: Updating the software to prevent foreseeable problems Regression testing is the process of repeating old tests to ensure they still work after alterations are made

  37. Key components of Maintenance Stage: • Maintenance • Regression testing • Support • Incident tracking • Phase out (Gray, 2012, pg. 323)

  38. Development Approach Waterfall model flows from the analysis through each stage to the installation, one stage at a time. Analysis Design Implementation Testing Installation Maintenance (Gray, 2012, pg. 324)

  39. Advantages of waterfall model: • Highly structured • Allows long term planning • Problems in the analysis stage are found quickly Disadvantage of waterfall model: Lacks adaptability: large IT projects may take such a long time to develop that by the time the development stage has been reached, the requirements identified in the analysis stage may have changed. (Gray, 2012, pg. 324)

  40. Agile development model seeks to address some of the waterfall model’s weaknesses by allowing greater adaptability. The same SDLC stages are encountered using agile development, but they are applied to only a small part of the problem at a time. Advantage: • Working code produced much more rapidly, client can decide whether the software is meeting their needs at every step. • Easier to make changes Disadvantage: • Lack of initial goal and design for the whole project can result in a less efficient design • Extending and maintaining the project is more difficult (Gray, 2012, pg. 324)

  41. Agile development model Another… One feature or requirement Another feature or requirement 1-4 weeks 1-4 weeks 1-4 weeks Analysis Analysis Analysis Design Design Design Implementation Implementation Implementation Acceptance Testing Acceptance Testing Acceptance Testing (Gray, 2012, pg. 325)

  42. Project Management Methodologies Aim to describe the best approaches for managing the steps in system development, moving between them, or recording successes and failures to enable future improvement. (Gray, 2012, pg. 325)

  43. SSADM • Stands for Structured Systems Analysis and Design Method • Focuses primarily on the Analysis and Design stages of the SDLC 7 stages: • Stage 0: Feasibility study • Stage 1: Investigation of the current environment • Stage 2: Business system options • Stage 3: Requirements Specification • Stage 4: Technical system options • Stage 5: Logical design • Stage 6: Physical design (Gray, 2012, pg. 325)

  44. PMBoK • Stands for Project Management Body of Knowledge • Not specific to software development projects • Divides the project life cycle into five stages, called process groups • The results of each process group are fed into the next as an input • The work in each process group is divided into nine Knowledge Areas: Integration Management, Scope Management, TimeManagement, CostManagement, QualityManagement, Human Resource Management,CommunicationManagement, Risk Management and Procurement Management. (Gray, 2012, pg. 325)

  45. PRINCE2 (Gray, 2012, pg. 325) • Stands for PRojectsINControlled Environments 2 • The standard project management methodology used by the UK government • Starts by considering a business case for a project • Planning, organisation and risk management are key feature of the PRINCE 2 approach Stages: • Starting Up • Initiating • Delivering • Final Delivery Include Project Initiation Document, which contains the results of the analysis tasks (project goals, scope, constraints, and so on) • Levels: • Directing (corporate managers) • Managing (project managers) • Delivering

  46. References Gray, S. (April 23, 2012). Information Technology in a Global Society. Charleston, SC : USA

More Related