Business Driven Technology Unit 5 Transforming Organizations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.

Slides:



Advertisements
Similar presentations
SYSTEMS DEVELOPMENT AND PROJECT MANAGEMENT Corporate Responsibility
Advertisements

Building Software to Support an Agile Organization
THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC)
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc. All rights reserved BUSINESS DRIVEN TECHNOLOGY Chapter Nineteen: Building Software to Support.
BUSINESS DRIVEN TECHNOLOGY
Transforming Organizations
Business Driven Technology Unit 5
BUSINESS DRIVEN TECHNOLOGY
Steps, Tools, and Techniques
Chapter 6 SYSTEMS DEVELOPMENT Phases, Tools, and Techniques
6-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 6 Systems Development.
Unit 231 Software Engineering Introduction to SWE What is SDLC Phases of SDLC.
DEVELOPING ENTERPRISE APPLICATIONS
Unit Five – Transforming Organizations
SYSTEMS DEVELOPMENT Phases, Tools, and Techniques
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved CHAPTER 11 SYSTEMS DEVELOPMENT.
Chapter 6 Systems Development: Phases, Tools, and Techniques
Lecture 9 – Database Design
CHAPTER 9: LEARNING OUTCOMES
CHAPTER 17 Building Software to Support an Agile Organization
Business Driven Technology Unit 3 Streamlining Business Operations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
CHAPTER 11 SYSTEMS DEVELOPMENT.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Business Plug-In B2 Business Process.
Business Driven Technology Unit 3 Streamlining Business Operations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
CHAPTER 19 Building Software.
Building Information Systems lesson 26 This lesson includes the following sections: The Systems Development Life Cycle Phase 1: Needs Analysis Phase.
Introduction to Computer Technology
Software Development Life Cycle (SDLC)
CHAPTER 11 SYSTEMS DEVELOPMENT AND PROJECT MANAGEMENT Modified by Prof. V. Yen.
Chapter 1: Introduction to Software Testing Software Testing
SYSTEMS DEVELOPMENT AND PROJECT MANAGEMENT: CORPORATE RESPONSIBILITY
Transforming Organizations
CHAPTER OVERVIEW SECTION 9.1 – Developing Enterprise Applications
Business Driven Technology Unit 5 Transforming Organizations McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.
Appendix D McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Managing the development and purchase of information systems (Part 1)
Chapter 11 McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill-Ryerson ©2011 The McGraw-Hill Companies, All Rights Reserved CHAPTER 10 Developing Information Systems Opening Case: Canadian Youth Design.
ITEC 3220M Using and Designing Database Systems
Quality Control Project Management Unit Credit Value : 4 Essential
Chapter 15 The Systems Development Life Cycle and Project Management: Addressing the Challenges of Building AIS Systems Copyright © 2014 McGraw-Hill Education.
6-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 6 Systems Development.
Information Systems Development
Business Driven Technology Unit 5 Transforming Organizations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Business Driven Technology Unit 5 Transforming Organizations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e CHAPTER 11 SYSTEMS DEVELOPMENT AND PROJECT.
Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin CHAPTER NINE SYSTEMS DEVELOPMENT AND PROJECT MANAGEMENT CHAPTER.
Business Driven Technology Unit 5 Transforming Organizations Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Chapter 3: Software Project Management Metrics
Programming and Languages
MIS 7003 MBA Core Course in MIS Professor Akhilesh Bajaj The University of Tulsa Introduction to S/W Engineering © All slides in this presentation Akhilesh.
Connecting with Computer Science2 Objectives Learn how software engineering is used to create applications Learn some of the different software engineering.
Oktalia Juwita, S.Kom., M.MT. SYSTEMS DEVELOPMENT Dasar-dasar Sistem Informasi – IKU1102.
Chapter 6 SYSTEMS DEVELOPMENT Phases, Tools, and Techniques.
11 ADM2372 Management Information Systems (MIS) Chapter 10 – Part I Systems Development Chapter 10 – Part I Systems Development.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e CHAPTER 11 SYSTEMS DEVELOPMENT AND PROJECT.
CHAPTER 9: LEARNING OUTCOMES
SaralTA Batch-07 Software Testing Presented By - Chittaranjan M.
CHAPTER OVERVIEW SECTION 9.1 – Developing Enterprise Applications
Transforming Organizations
What is Project Quality Management?
SDLC The systems development life cycle is the foundation for many systems development methodologies such as RAD and agile Systems development life cycle.
Chapter 11: Creating IS & Managing MIS Projects
Gathering Systems Requirements
Building Information Systems
MANAGING THE DEVELOPMENT AND PURCHASE OF INFORMATION SYSTEMS
Gathering Systems Requirements
The Web Development Life Cycle
Building Information Systems
Presentation transcript:

Business Driven Technology Unit 5 Transforming Organizations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.

17-2 Unit Five O Chapter Seventeen – Developing Software to Streamline Operations O Chapter Eighteen – Methodologies for Supporting Agile Organizations O Chapter Nineteen - Managing Organizational Projects O Chapter Twenty – Developing a 21st Century Organization

Chapter 17 Building Software to Streamline Operations 17-3

17-4 LEARNING OUTCOMES 1. Describe the seven phases of the systems development life cycle 2. Summarize the different software development methodologies

17-5 DEVELOPING SOFTWARE O Software that is built correctly can transform as the organization and its business transforms O Software that effectively meets employee needs will help an organization become more productive and enhance decision making O Software that does not meet employee needs may have a damaging effect on productivity and can even cause a business to fail

17-6 DEVELOPING SOFTWARE O As organizations’ reliance on software grows, so do the business-related consequences of software successes and failures including: O Increase or decrease revenue O Repair or damage to brand reputation O Prevent or incur liabilities O Increase or decrease productivity

17-7 THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC) O Systems development life cycle (SDLC) – The overall process for developing information systems from planning and analysis through implementation and maintenance

17-8 THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC) 1. Planning phase – Establishes a high- level plan of the intended project and determines project goals 2. Analysis phase – Involves analyzing end-user business requirements and refining project goals into defined functions and operations of the intended system

17-9 THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC) 3. Design phase – Establishes descriptions of the desired features and operations of the system including screen layouts, business rules, process diagrams, pseudo code, and other documentation 4. Development phase – Involves taking all of the detailed design documents from the design phase and transforming them into the actual system

17-10 THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC) 5. Testing phase – Involves bringing all the project pieces together into a special testing environment to eliminate errors and bugs, and verify that the system meets all of the business requirements defined in the analysis phase 6. Implementation phase – Involves placing the system into production so users can begin to perform actual business operations with it

17-11 THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC)

17-12 THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC)

17-13 THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC) 7. Maintenance phase – Involves performing changes, corrections, additions, and upgrades to ensure the system continues to meet its business goals

17-14 Software Problems Are Business Problems O Primary reasons for project failure include O Unclear or missing business requirements O Skipping SDLC phases O Failure to manage project scope O Scope creep – occurs when the scope increases O Feature creep – occurs when extra features are added O Failure to manage project plan O Changing technology

17-15 Software Problems Are Business Problems O Find errors early: the later in the SDLC an error is found - the more expensive it is to fix

17-16 LEARNING OUTCOME REVIEW O Now that you have finished the chapter please review the learning outcomes in your text