Chapter 9 Moving to Design Part 1.

Slides:



Advertisements
Similar presentations
1 9 Moving to Design Lecture Analysis Objectives to Design Objectives Figure 9-2.
Advertisements

Systems Development Environment
Ch 3 System Development Environment
8.
Accounting Information Systems: Planning and Analysis Introduction: The MOTE Approach Oakland University Department of Accounting & Finance Slides 1.
Chapter 9: Moving to Design
1 A Student Guide to Object- Orientated Development Chapter 9 Design.
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Introduction to Systems Analysis and Design
Chapter 1 The Systems Development Environment
Chapter 1 The Systems Development Environment
Your Interactive Guide to the Digital World Discovering Computers 2012.
The Systems Development Environment. Learning Objectives Define information systems analysis and design. Describe the different types of information systems.
Chapter 9 Elements of Systems Design
Moving to Design.
The Design Discipline.
Data Warehouse & Data Mining
2Object-Oriented Analysis and Design with the Unified Process Objectives  Explain the purpose and various phases of the traditional systems development.
Chapter 1 The Systems Development Environment
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 Systems Development Environment Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
The Systems Development Methodologies. Objectives  Describe the information Systems Development Life Cycle (SDLC)  Explain prototyping  Explain Rapid.
1-1 © Prentice Hall, 2007 Chapter 1: The Object-Oriented Systems Development Environment Object-Oriented Systems Analysis and Design Joey F. George, Dinesh.
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Chapter 9 Moving to Design
1 Introduction to Software Engineering Lecture 1.
Systems Analysis and Design in a Changing World, Fourth Edition
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Fifth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
9 Systems Analysis and Design in a Changing World, Fourth Edition.
9 Systems Analysis and Design in a Changing World, Fourth Edition.
The Systems Development Environment Systems Analysis and Design II.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Chapter 11  2000 by Prentice Hall System Analysis and Design: Methodologies and Tools Uma Gupta Introduction to Information Systems.
1-1 © Prentice Hall, 2004 Chapter 1: The Object-Oriented Systems Development Environment Object-Oriented Systems Analysis and Design Joey F. George, Dinesh.
9. 9 Systems Analysis and Design in a Changing World, Fourth Edition.
9 Systems Analysis and Design in a Changing World, Fifth Edition.
Introduction to OOAD and UML
Information System Applications
Process 4 Hours.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Systems Analysis and Design in a Changing World, Fifth Edition
Information Systems Development
Systems Analysis and Design in a Changing World, Fourth Edition
The Components of Information Systems
Database Development (8 May 2017).
Information Systems Development
Chapter 2: Database System Concepts and Architecture - Outline
Client/Server Databases and the Oracle 10g Relational Database
TIM 58 More on Chapter 1: Introduction to Systems Analysis and Design
The Client/Server Database Environment
Software Process Activities.
Fundamentals of Information Systems, Sixth Edition
Chapter 6: Structured Vs. Object Oriented Analysis and Design.
Chapter 13 The Data Warehouse
Chapter 6 Database Design
Overview of System Engineering
The Components of Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES
Chapter 1 (pages 4-9); Overview of SDLC
Systems Analysis and Design in a Changing World, 6th Edition
CS 8532: Advanced Software Engineering
Chapter 6: Structured Vs. Object Oriented Analysis and Design.
Chapter 1: The Database Environment
The Database Environment
System Analysis and Design
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
McGraw-Hill Technology Education
CHAPTER 5 THE DATA RESOURCE
ACSC 155 System Analysis and Design 4. Systems Design
Presentation transcript:

Chapter 9 Moving to Design Part 1

Learning Objectives Explain the major components and levels of design Describe each design phase activity Describe common deployment environments and matching application architectures

Overview This chapter Completes the transition from analysis to design Discusses issues related to design of new system Describes all design phase activities Describes network and architecture design Analysis focuses on what system should do— business requirements Design is oriented toward how system will be built —defining structural components

Understanding the Elements of Design Design is process of describing, organizing, and structuring system components at architectural design level and detailed design level Focused on preparing for construction Like developing blueprints Three questions What components require systems design? What are inputs to and outputs of design process? How is systems design done?

Information Systems Architecture Information Systems Architecture is the process of making the key choices that are essential to the development of an information system. Architecture includes: Guiding Principles: Approaches/philosophies “Logical” representations of a system Hardware/Operating System Computing model: client/server vs traditional vs Web-based Tools and technologies It is key, when making these choices that they are: Requirements driven Take into consideration operational, technical and financial feasibility Made within an architectural framework

There are a lot of Drivers of Architecture Architecture Drivers There are a lot of Drivers of Architecture Business Plan Corporate Politics System Qualities Current Systems End User Requirements Emerging Technologies Architecture

Architecture to Design to Implementation Looking at the Work of Developing a System as a set of Choices, Architecture can be Described as Highest Level Choices Removal of Choices Business Strategy Line of Code / Process Step Employee / Computer Architecture Design Implementation

How is Architecture Different from Design? Its not – Architecture can be considered ‘high-level’ design Architecture includes those aspects of the design that are essential to the information system Architecture Example: Users must be able to self-serve (guiding principle) “We will use a “hub and spoke” design where data will be placed in a central data warehouse, then be propagated to one or more data marts. (approach) We will normalize data in the central warehouse and use a dimensional design in the data marts (approach) We will use Oracle 8i as our DBMS (technical architecture)

Architecture vs. Detail Design Not Architecture: The Order subject area will be composed of the following tables: order_fact, customer_dim, product_dim and time_dim The customer_dim table will have the following attributes…….

Components Requiring Systems Design

Analysis Objectives to Design Objectives

Moving from Analysis to Design Converts functional models from analysis into models that represent the solution Focused on technical issues Requires less user involvement than analysis Design may use structured or OO approaches Database can be relational, OO, or hybrid User interface issues

Traditional Structured and Object-Oriented Models (Figure 9-3)

SDLC Phases with Design Phase Activities