Logical and Physical Design of an Information System

Slides:



Advertisements
Similar presentations
System Development Life Cycle (SDLC)
Advertisements

Alternative Approach to Systems Analysis Structured analysis
Chapter 7 Structuring System Process Requirements
Chapter 4 Enterprise Modeling.
Chapter 4.
Systems Analysis and Design 9th Edition
Jump to first page Chapter 2 System Analysis - Process Modeling.
Lesson-10 Information System Building Blocks(2)
System Design and Analysis
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 8 Structuring.
Info1409 De Montfort University1 Requirements Modelling Systems Analysis & Design Academic Year 2008/9 Info 1409 Lecture 7.
Computers: Tools for an Information Age
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,
Process Modeling Fundamentals. Three Ways to Understand a System By its processes What are the systems main processes? What are the systems main processes?
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 2: IS Building Blocks Objectives
Chapter 4.
Lecture Nine Database Planning, Design, and Administration
System Implementation
Chapter 7 Structuring System Process Requirements
TIBCO Designer TIBCO BusinessWorks is a scalable, extensible, and easy to use integration platform that allows you to develop, deploy, and run integration.
Leading Edge Climbing Equipment
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
Chapter 8 Structuring System Requirements: Process Modeling
Introduction to Systems Analysis and Design Trisha Cummings.
Database System Development Lifecycle © Pearson Education Limited 1995, 2005.
Overview of the Database Development Process
Systems Analysis – Analyzing Requirements.  Analyzing requirement stage identifies user information needs and new systems requirements  IS dev team.
Lesson 7 Guide for Software Design Description (SDD)
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
PHASE 4 SYSTEMS IMPLEMENTATION Application Development SYSTEMS ANALYSIS & DESIGN.
1 BTEC HNC Systems Support Castle College 2007/8 Systems Analysis Lecture 9 Introduction to Design.
Computer System Analysis Chapter 8 Structuring System Requirements: Process Modeling Dr. Sana’a Wafa Al-Sayegh 1 st quadmaster University of Palestine.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 8 Structuring.
Chapter 7 Structuring System Process Requirements
1 Minggu 9, Pertemuan 17 Database Planning, Design, and Administration Matakuliah: T0206-Sistem Basisdata Tahun: 2005 Versi: 1.0/0.0.
Systems Analysis and Design
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Analyzing Systems Using Data Dictionaries Systems Analysis and Design, 8e Kendall.
BUSINESS FUNCTIONS & INFORMATION SYSTEM. What is a System? System is simply a set of components that interact to accomplish some purpose. Business is.
Chapter 7 Software Engineering Introduction to CS 1 st Semester, 2015 Sanghyun Park.
Information Systems Engineering. Lecture Outline Information Systems Architecture Information System Architecture components Information Engineering Phases.
9 Systems Analysis and Design in a Changing World, Fourth Edition.
1 Modeling System Requirements with Use Cases. 2 Why Do We Need Use Cases? Primary challenge in a system design process –ability to elicit correct and.
2-1 A Federation of Information Systems. 2-2 Information System Applications.
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
Modern Systems Analysis and Design Fifth Edition
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
Systems Analysis and Design 8th Edition
 An Information System (IS) is a collection of interrelated components that collect, process, store, and provide as output the information needed to.
By: Dr. Mohammed Alojail College of Computer Sciences & Information Technology 1.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
© 2005 by Prentice Hall Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Getting Ready for the NOCTI test April 30, Study checklist #1 Analyze Programming Problems and Flowchart Solutions Study Checklist.
7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition.
Systems Analysis and Design in a Changing World, Fourth Edition
The Components of Information Systems
IST 220 – Intro to Databases
Chapter 11 Designing Inputs, Outputs, and Controls.
Database System Concepts and Architecture
Architecture Concept Documents
Software Specification Tools
System Design and Modeling
Developing Information Systems
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
The Components of Information Systems
CLINICAL INFORMATION SYSTEM
SYSTEMS ANALYSIS & DESIGN
SDLC Phases Systems Design.
UNIT No- III- Leverging Information System ( Investing strategy )
Presentation transcript:

Logical and Physical Design of an Information System

Logical Design of an IS You develop the logical design of an information system during the systems analysis phase. The logical design defines the functions and features of the system and the relationship among its components. The logical design includes the output that must be produced by the system, the input needed by the system, and the process that must be produced by the system without regard to how tasks will be accomplished physically.

Logical Design of an IS a logical design defines what must take place, not how it is to be accomplished. logical designs do not address the actual methods of implementation.

Example: The Logical Design of a Customer Record System describes the data that must be entered for each customer specifies that records must be displayed in customer number order, and explains what information to produce for a customer status report Specifications for the actual input, or entry, of data, the sorting method, the physical process of creating the report, and the exact format of the report are not part of the logical design.

Physical Design of an IS the physical design of an information system is a plan for the actual implementation of the system. you develop the physical design during the systems design phase. the physical design is built on the system’s logical design and describes a specific implementation, much like a working blue print describes the actual construction of a building.

Physical Design of an IS the physical design describes the actual processes of entering, verifying, and storing data; the physical layout of data files; the sorting procedures; the exact format of reports; and so on. Whereas logical design is concerned with what the system must accomplish, physical design is concerned with how the system will meet those requirements.

The relationship of Logical and Physical design good system design is impossible without careful, accurate system analysis. the design phase typically cannot begin until the analysis work is complete. It is better to complete the analysis phase before moving on to systems design.

SYSTEMS ANALYSIS GUIDELINES

Three (3) main activities of system analysis phase: STEP ACTIVITY DESCRIPTION 1 Requirements modeling Involves fact-finding to describe the current system and identification of the requirement s for the new system, such as outputs, inputs, processes, performance, and security. 2 Data and process modeling A graphically modeling process to represent system data and process using traditional structured analysis techniques. Structured analysis identifies the data flowing into a process, the business rules that transform the data, and the resulting output data flow.

Development strategies STEP ACTIVITY DESCRIPTION 3 Development strategies In development strategies, you will consider various options and prepare for the transition to the systems design phase. The deliverable, or end product, of the system analysis phase is a system requirement document, which is an overall design for the new system

SYSTEMS DESIGN GUIDELINES

Three (3) main activities of system design phase: STEP ACTIVITY DESCRIPTION 1 Review system requirements Become familiar with the logical design. 2 Design the system User interface Design an overall user interface, including screens, commands, controls, and features that enable users to interact with the application. Input processes Determine how data will be input to the system and design necessary source documents.

STEP ACTIVITY DESCRIPTION Input and output Design the physical layout for each input and output formats and reports screen and printed reports. Data Determine how data will be organized, stored, maintained, updated, accessed, and used. System Architecture Determine processing strategies and methods, client/server interaction, network configuration, and internet/intranet interface issues.

Present the system design STEP ACTIVITY DESCRIPTION 3 Present the system design Create the system design specification document, in which you describe the proposed system design, the anticipated benefits of the system, and the estimated development and implementation costs.

SYSTEM DESIGN CONSIDERATIONS User Consideration Data Consideration Architecture Consideration Consider points where users interact with the system Anticipate future user, system, and organizational needs Enter data where and when it occurs Verify data where it is input Use automated data entry methods whenever possible Control access for data entry Report every instances of entry and change of data Enter data only once Use a modular design Design independent modules that perform a single function

Logical System Design (System Analysis Phase) Data Flow Diagrams Data Dictionary Process Descriptions Physical System Design (System Design Phase) Entity-Relationship Diagram Normalization of Database User Interface and Reports