COLLEGE OF BUSINESS ADMINISTRATION

Slides:



Advertisements
Similar presentations
Systems Implementation and Operation
Advertisements

Info1409 De Montfort University Lecture 3 The Systems Development Life Cycle Systems Analysis & Design Academic Year 2008/9.
Chapter 2: The Database Development Process
Acquiring Information Systems and Applications
CHAPTER 10 & 13 IS within the Organization & Acquiring IS and Applications.
Chapter 2: The Database Development Process
Chapter 2: The Database Development Process Modern Database Management 9 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Heikki Topi 1 © 2009 Pearson Education,
DATABASE DEVELOPMENT PROCESS Information Systems Planning –Information Systems ArchitectureInformation Systems Architecture –Information Engineering MethodologyInformation.
Unit Five – Transforming Organizations
Fundamentals of Information Systems, Second Edition
1 IS 4420 Database Fundamentals Chapter 2: Database Development Process Leon Chen.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 18-1 Accounting Information Systems 9 th Edition Marshall.
© 2005 by Prentice Hall 1 Chapter 2: The Database Development Process Modern Database Management 7 th Edition George Lamperti.
System Development Life Cycle (SDLC)
Lecture 9 – Database Design
Chapter 1: The Database Environment and Development Process
9 1 Chapter 9 Database Design Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
© 2007 by Prentice Hall 1 Chapter 2: The Database Development Process Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred.
The database development process
SDLC and alternative methodologies 1/14/2015 © Abdou Illia MIS Spring 2015.
Acquiring Information Systems and Applications
Introduction to Computer Technology
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
Introduction to Systems Analysis and Design Trisha Cummings.
Systems Analysis and Design: The Big Picture
The Database Development Process
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
1 Building and Maintaining Information Systems. 2 Opening Case: Yahoo! Store Allows small businesses to create their own online store – No programming.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment and Development Process
Chapter 1: The Object-Oriented Systems Development Environment Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich,
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
Systems Analysis and Design
CHAPTER 13 Acquiring Information Systems and Applications.
 System Development Life Cycle System Development Life Cycle  SDLC Phases SDLC Phases Phase 1: Preliminary Investigation Phase 2: Feasibility Study.
Database Development Process Lecture # 02 Instructor: Engr. Sana Ziafat.
Software Development Life Cycle by A.Surasit Samaisut Copyrights : All Rights Reserved.
Topics Covered Phase 1: Preliminary investigation Phase 1: Preliminary investigation Phase 2: Feasibility Study Phase 2: Feasibility Study Phase 3: System.
IS Analysis and Design. SDLC Systems Development Life Cycle Break problems into management review stages Control cost and time Works best with well understood.
Fundamentals of Information Systems, Second Edition 1 Systems Development.
© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment and Development Process Modern Database Management 10.
1-1 © Prentice Hall, 2004 Chapter 1: The Object-Oriented Systems Development Environment Object-Oriented Systems Analysis and Design Joey F. George, Dinesh.
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
1 Database System The Database Development Process October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process (Contd..) Modern Database.
The Database Development Process 1. Objectives Definition of terms Describe system development life cycle Explain prototyping approach Explain roles of.
MANAGEMENT INFORMATION SYSTEM
Database Fundamentals
5/11/2018.
Information Systems Development
CGS 2545: Database Concepts Fall 2010
Systems Analysis and Design
System Development Life Cycle (SDLC)
Developing Information Systems
System Development Life Cycle (SDLC)
Chapter 2: The Database Development Process
Chapter 1 (pages 4-9); Overview of SDLC
Introduction to Systems Analysis and Design
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
System Development Life Cycle (SDLC)
Building Information Systems
CHAPTER 9 (part a) BASIC INFORMATION SYSTEMS CONCEPTS
(System Development Life Cycle)
Chapter 2: The Database Development Process
Building Information Systems
The Database Development Process
Presentation transcript:

COLLEGE OF BUSINESS ADMINISTRATION MISY: Database Management for information System Systems Development Life Cycle Instructor Name: Mohammed Rafiq Done by:- 200800688 Fatimah Al-Jomaie Section:- 201 COLLEGE OF BUSINESS ADMINISTRATION

What is Systems development life cycle? Systems development life cycle (SDLC) refers to a methodology for developing systems. It provides a consistent framework of tasks and deliverables needed to develop systems Way to build information systems Consists of six phases .The phases are called the life cycle because they cover the entire life of an information system.

Systems Development Life Cycle Stages 1.Planning involves determining what the goal is and how best to accomplish that goal. Planning Analysis Physical Design Implementation Maintenance Logical Design Purpose–preliminary understanding Deliverable–request for study Database activity– enterprise modeling and early conceptual data modeling

Systems Development Life Cycle Stages Analysis is to determine where the problem is in an attempt to fix it. This step involves breaking down the stages in different pieces to analyze the situation, analyzing goals and breaking down what needs to be created Planning Analysis Physical Design Implementation Maintenance Logical Design Purpose–thorough requirements analysis and structuring Deliverable–functional system specifications Database activity–thorough and integrated conceptual data modeling

Systems Development Life Cycle Stages Logical design the design functions and operations are described in detail, including business rules, process diagrams and other documentation. The output of this stage will describe the new system as a collection of modules or subsystems Planning Analysis Physical Design Implementation Maintenance Logical Design Database activity– logical database design (transactions, forms, displays, views, data integrity and security) Purpose–information requirements elicitation and structure Deliverable–detailed design specifications

Systems Development Life Cycle Stages Physical design specifying all the technical detail needed to develop the system. Planning Analysis Physical Design Implementation Maintenance Logical Design Purpose–develop technology and organizational specifications Deliverable–program/data structures, technology purchases, organization redesigns Database activity– physical database design (define database to DBMS, physical data organization, database processing programs)

Systems Development Life Cycle Stages Implementation. During this phase, the new or enhanced system is installed in the production environment, users are trained, data is converted (as needed), and business processes are evaluated. Planning Analysis Physical Design Implementation Maintenance Logical Design Database activity– database implementation, including coded programs, documentation, installation and conversion Purpose–programming, testing, training, installation, documenting Deliverable–operational programs, documentation, training materials

Systems Development Life Cycle Stages Maintenance what happen during the rest of the system: changes, correction ,additions and more. Planning Analysis Physical Design Implementation Maintenance Logical Design Purpose–monitor, repair, enhance Deliverable–periodic audits Database activity– database maintenance, performance analysis and tuning, error corrections

Advantages of Systems Development Life Cycle 1-The Systems Development Life Cycle is the big picture of creating an information system that handles a major task. 2- There are thousands of applications that use an information system created just to help solve a business problem. 3-When business organization facing a keen competition in the market, rapid change of technology and fast internal demand, system development is necessary. system development life cycle (SDLC) which supports the business priorities of the organization, solves the identified problem, and fits within the existing organizational structure.

Conclusion By the end of my presentation we should able to know :- What is Systems Development Life Cycle (SDLC) and the phases such as: planning how it is important to set the goals , analysis fixing problems, design creating modules and so on. Also, benefit of Systems Development Life Cycle such as it helps to solve problem.

Conclusion Systems Development Life Cycle (SDLC) what it is and about the phases such as: planning and how it is important to set the goals , analysis and fixing problems, design creating modules. Benfit of Systems Development Life Cycle such as help to solve problem