Chapter 6 Systems Design The design stage in the SDLC Evolution in IS design Evolution in computer architectures The systems approach to design User interface.

Slides:



Advertisements
Similar presentations
Logical and Physical Design of an Information System
Advertisements

1 9 Moving to Design Lecture Analysis Objectives to Design Objectives Figure 9-2.
Traditional Approach to Design
Chapter 10 The Traditional Approach to Design
IS 4420 Database Fundamentals Leon Chen. 2 Agenda About yourself About yourself  Name  Major About the instructor About the instructor Syllabus Syllabus.
Chapter 1 Assuming the Role of the Systems Analyst
Information and Decision Support Systems
6.1 Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall Building Information Systems Chapter 13 VIDEO CASES Video Case 1: IBM: Business.
Accounting Information Systems: Planning and Analysis Introduction: The MOTE Approach Oakland University Department of Accounting & Finance Slides 1.
Chapter 1 Assuming the Role of the Systems Analyst
Lecture 13 Revision IMS Systems Analysis and Design.
Information and Decision Support Systems
Fundamentals of Information Systems, Second Edition
Nov. 14, 2007 Systems Engineering ä System ä A set or arrangement of things so related as to form a unity or organic whole. ä A set of facts, principles,
13-1 Chapter 13 - Objectives Define an information system’s architecture in terms of the KNOWLEDGE, PROCESSES, and COMMUNICATION building blocks. Differentiate.
Principles of Information Systems, Sixth Edition Transaction Processing & Enterprise Resource Planning Systems Chapter 9.
Chapter 1 Assuming the Role of the Systems Analyst
1 SEGMENT 2 Decision Support Systems: An Overview.
Principles of Information Systems, Sixth Edition 1 Systems Investigation and Analysis Chapter 12.
Information and Decision Support Systems
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Systems Investigation and Analysis Chapter 12.
Chapter 6 Supporting Processes with ERP Systems Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall 6-1.
9 1 Chapter 9 Database Design Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
System Engineering Instructor: Dr. Jerry Gao. System Engineering Jerry Gao, Ph.D. Jan System Engineering Hierarchy - System Modeling - Information.
CHAPTER 3 Decision Support Systems: An Overview. Decision Support Systems Decision Support Methodology Technology Components Development.
Course Instructor: Aisha Azeem
Mgt 20600: IT Management & Applications Decision Support Systems Tuesday April 18, 2006.
6 Systems Analysis and Design in a Changing World, Fourth Edition.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Computer Science: An Overview Tenth Edition by J. Glenn Brookshear Chapter.
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
CIS 321—IS Analysis & Design Chapter 1: The World of the Modern Systems Analyst.
PHASE 4 SYSTEMS IMPLEMENTATION Application Development SYSTEMS ANALYSIS & DESIGN.
Accounting systems design & evaluation 9434SB 12 April 2002.
1 Systems Analysis and Design in a Changing World, Fourth Edition.
Transaction Processing & Enterprise Resource Planning Systems Chapter 9.
Copyright © 2015 Pearson Education, Inc. Chapter 7: Software Engineering.
Chapter 9 Moving to Design
13-1 Application Architecture Application architecture – a specification of the technologies to be used to implement information systems. The blueprint.
Chapter 6 – Architectural Design CSE-411, Dr. Shamim H Ripon.
An application architecture specifies the technologies to be used to implement one or more (and possibly all) information systems in terms of DATA, PROCESS,
Chapter 7 Software Engineering. © 2005 Pearson Addison-Wesley. All rights reserved 7-2 Chapter 7: Software Engineering 7.1 The Software Engineering Discipline.
Principles of Information Systems, Sixth Edition Information and Decision Support Systems Chapter 10.
Principles of Information Systems, Sixth Edition Systems Investigation and Analysis Chapter 12.
Software Development Life Cycle by A.Surasit Samaisut Copyrights : All Rights Reserved.
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
Principles of Information Systems, Sixth Edition Systems Investigation and Analysis Chapter 12.
Design Methods Instructor: Dr. Jerry Gao. Software Design Methods Design --> as a multistep process in which we design: a) data structureb) program structure.
Chapter 7 Software Engineering © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 7: Software Engineering
Computer Applications Chapter 16. Management Information Systems Management Information Systems (MIS)- an organized system of processing and reporting.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
6 Systems Analysis and Design in a Changing World, Fourth Edition.
Course Overview This course encourages candidates to develop their knowledge and understanding of computer systems, the principles of computing (including.
Final Review Systems Analysis and Design in a Changing World, 4th Edition 1 Final Review u Chapters 1-6, 8-10, 13, 14, 15 u Multiple choice, short answer,
Chapter 1 Assuming the Role of the Systems Analyst.
Managing Data Resources File Organization and databases for business information systems.
Systems Analysis and Design in a Changing World, Fourth Edition
Chapter 1: Introduction to Systems Development Systems concepts The information systems infrastructure Top-down information systems development Methodologies.
Chapter 7: Software Engineering
Database Development (8 May 2017).
Chapter 11 Designing Inputs, Outputs, and Controls.
Fundamentals of Information Systems, Sixth Edition
Physical Data Model – step-by-step instructions and template
Chapter 7 Software Engineering.
Introduction to Systems Analysis and Design Stefano Moshi Memorial University College System Analysis & Design BIT
CHAPTER 9 (part a) BASIC INFORMATION SYSTEMS CONCEPTS
VCE IT Theory Slideshows
Chapter 22, Part
Chapter 5 Architectural Design.
Presentation transcript:

Chapter 6 Systems Design The design stage in the SDLC Evolution in IS design Evolution in computer architectures The systems approach to design User interface design Data design Procedure design Software design System interface design System control design Quantitative evaluation of design alternatives Information infrastructure design

The Design Stage in the SDLC Fig 6.1: Design Phase Overview

Evolution in IS design 1.Document preparation 2.Organizational problem solving 3.Organizational database 4.Enterprise data model ERDs Data dictionary Object models Two basic types of design Logical Physical

Evolution in Computer Architectures Fig 6.2: The Evolution in Computer Architectures

Evolution in Computer Architectures Mainframe computing Fig 6.3: Mainframe Computing

Evolution in Computer Architectures Client/server computing Fig 6.4: Client/Server Computing

Evolution in Computer Architectures Client/server environments Fig 6.5: Range of Application Partitioning for Web-Based Distributed-Object Computing Web-based distributed object computing

The Systems Approach to Design Identify alternate designs Evaluate alternate designs Select the best

The Systems Approach to Design Identify alternate designs Use system components Fig 6.6: System Design Efforts

The Systems Approach to Design Evaluate alternate designs Fig 6.7: Five Types of Design Performed on Each Configuration of a Sample Module Select the best

User Interface Design Input design Types of input devices Source document design tips  Natural forms completion pattern  Right size fields  Carbon sets  Fit envelopes  Test before printing

User Interface Design Output design Reports Fig 6.8: Types of Reports

User Interface Design Tabular report design tips Use layout forms Complete identifying information Management by exception

User Interface Design Graphical reports Fig 6.10: Sample Graphic Report Formats

User Interface Design Graphical reports design tips Line and bar charts to summarize, show trends Grouped bar to illustrate parts of a whole (versus pie charts) Grouped line and bar to show patterns (versus segmented charts) Use horizontal bars with data values at the ends

Data Design Data modeling approach ERD Data Dictionary Object modeling approach Object class diagram Procedure Design Batch processing Online processing Realtime processing

Procedure Design Batch processing Fig 6.11: Batch Processing

Procedure Design Online processing Fig 6.12: Online Processing Realtime processing

Software Design Strategies Make the client/server decision Adhere to strict naming conventions, path rules, and relative links Limit modules to simple routines Create templates and class libraries Enforce programming principles

Software Design ASTA input/output standards Fig CS 3.5: Standards Input/Output

Software Design ASTA programming standards Fig CS 3.6: Programming Standards

System Interface Design Use Figure 0 DFDs Fig 6.13: The Distribution System

System Control Design Design controls to address risks Risk and control matrices Build controls into each system element

System Control Design Risk matrix Fig 6.14: A Risk Matrix

System Control Design Control Matrix Fig 6.15: A Control Matrix

System Control Design System elements Fig 6.16: Controls Are Designed into System Elements

Quantitative Evaluation of Design Alternatives Fig 6.17: A Quantitative Approach to the Evaluation of a Possible Solution

Information Infrastructure Design AIS Accounting fundamentals Information needs of environmental elements Database design The enterprise systems (support business functions) – MIS, DSS, knowledge-based systems Organization structure Management functions and roles Periodic report design Database design Math modeling Group dynamics