Systems Analysis & Design

Similar documents
Systems Analysis & Design

Information Systems Development COMM005 (CSM03) Autumn Semester 2009

Chapter 11: Data Management Layer Design

Key Ideas. OO Analysis and Design Foundation. Objectives. Adapted from slides 2005 John Wiley & Sons, Inc.

Architectural Design

Systems Analysis & Design

Systems Analysis & Design

Alan Dennis, Barbara Haley Wixom, and

*ANSWERS * **********************************

Chapter 1: Introduction to Systems Analysis

Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 8. Data Management Layer Design

How to design a database

Management Information Systems

The functions performed by a typical DBMS are the following:

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management

An Effective Methodology for an Upper-level Fundamentals of Database Systems Course

Managing Data Resources

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

LIBREOFFICE TRAINING PROTOCOL

IT Information Systems & Technology Multiple Choice Question Paper

Introduction to Database Systems (1)

(ADVANCED) DATABASE SYSTEMS (DATABASE MANAGEMENTS) PROF. DR. HASAN HÜSEYİN BALIK (6 TH WEEK)

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT

Agile Database Techniques Effective Strategies for the Agile Software Developer. Scott W. Ambler

Strategic Information Systems Systems Development Life Cycle. From Turban et al. (2004), Information Technology for Management.

B.H.GARDI COLLEGE OF MASTER OF COMPUTER APPLICATION. Ch. 1 :- Introduction Database Management System - 1

Computers Are Your Future

Chapter 1: The Database Environment

Full file at

Lesson 7 Software Fundamentals

Course Outline Faculty of Computing and Information Technology

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

TIM 50 - Business Information Systems

Data Warehouse and Data Mining

! Define terms. ! Interpret history and role of SQL. ! Write single table queries using SQL. ! Establish referential integrity using SQL

Advanced Database Applications. Object Oriented Database Management Chapter 13 10/29/2016. Object DBMSs

by Prentice Hall

Review -Chapter 4. Review -Chapter 5

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS

Managing Data Resources

Inputs. Decisions. Leads to

Several major software companies including IBM, Informix, Microsoft, Oracle, and Sybase have all released object-relational versions of their

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data.

COURSE SYLLABUS. Credit Hours: Contact Hours Lab Hours 4 4 As needed by student

Appendix A - Glossary(of OO software term s)

Databases & Database Users

Qualification Specification

20762B: DEVELOPING SQL DATABASES

DATABASE DEVELOPMENT (H4)

"Charting the Course... Agile Database Design Techniques Course Summary

Relational Database Components

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES

Microsoft. [MS20762]: Developing SQL Databases

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And

Introduction. Example Databases

Essay Question: Explain 4 different means by which constrains are represented in the Conceptual Data Model (CDM).

Chapter 3: AIS Enhancements Through Information Technology and Networks

COMP102: Introduction to Databases, 14

Using the Web in Mathematics Foundations Course An Introduction to Microsoft PowerPoint Sarah L. Mabrouk, Framingham State College

Entity Relationship Diagram (ERD) Dr. Moustafa Elazhary

Developing SQL Databases

Data, Databases, and DBMSs

Developing Microsoft SQL Server 2012 Databases

8) A top-to-bottom relationship among the items in a database is established by a

APPENDIX B System Design

Official Statistics - Relational Database Management Systems. Official Statistics - Relational Database Management Systems

THE RELATIONAL DATABASE MODEL

PowerPoint. Tutorial 1 Creating a Presentation. Tutorial 2 Applying and Modifying Text and Graphic Objects

Foundations of Business Intelligence: Databases and Information Management

Systems Analysis and Design in a Changing World, Fourth Edition. Chapter 12: Designing Databases

MS-Access : Objective Questions (MCQs) Set 1

Database Architectures

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515

Systems Analysis and Design Methods Chapter 7: Data Modeling and Analysis

CSC 407 Database System I COURSE PARTICULARS COURSE INSTRUCTORS COURSE DESCRIPTION

Migrating to Object Data Management

Sample Answers to Discussion Questions

Competency Assessment Parameters for System Analyst Using System Development Life Cycle

NOSQL DATABASE SYSTEMS: DATA MODELING. Big Data Technologies: NoSQL DBMS (Data Modeling) - SoSe

SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server Upcoming Dates. Course Description.

Introduction to Modeling

Course Catalog. Instructor-led Classroom Training Specializing in Microsoft Office

Introduction to the Structured Query Language [ SQL ] (Significant Concepts)

Data Warehouse and Data Mining

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

OBJECTIVES. How to derive a set of relations from a conceptual data model. How to validate these relations using the technique of normalization.

Relational Database Management Systems Mar/Apr I. Section-A: 5 X 4 =20 Marks

Data about data is database Select correct option: True False Partially True None of the Above

Tokenisation for PCI-DSS Compliance

Relational Database Management Systems Oct/Nov I. Section-A: 5 X 4 =20 Marks

Microsoft Developing SQL Databases

"Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary

Staff Microsoft Office Training Workshops

CSE 308. Database Issues. Goals. Separate the application code from the database

Modern Systems Analysis and Design

Chapter 6 VIDEO CASES

VU Mobile Powered by S NO Group All Rights Reserved S NO Group 2013

CHAPTER 11. Data Normalization

Technology In Action, Complete, 14e (Evans et al.) Chapter 11 Behind the Scenes: Databases and Information Systems

Transcription:

Systems Analysis & Design Dr. Ahmed Lawgali Ahmed.lawgali@uob.edu.ly Slide 1

Systems Analysis & Design Course Textbook: Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition Moving on to Design Data Management Layer Design PowerPoint Presentation for Alan Dennis, Barbara Wixom, and David Tegarden 2005 John Wiley & Sons, Inc. Slide 2

Systems Analysis & Design Course Textbook: Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition Moving on to Design PowerPoint Presentation for Alan Dennis, Barbara Wixom, and David Tegarden 2005 John Wiley & Sons, Inc. Slide 3

Key Ideas The purpose of the analysis phase is to figure out what the business needs. The purpose of the design phase is to figure out how to provide it. The steps in both analysis and design phases are highly interrelated and may require much going back and forth Slide 4

Objectives Understand the transition from analysis to design. Be familiar with the custom, packaged, and outsource design alternatives. Be able to create an alternative matrix. Slide 5

OO Analysis and Design Foundation Use-case driven Architecture centric Iterative and incremental Slide 6

OO Analysis and Design - Combining Three Views Functional use case diagrams Static class diagrams object diagrams Dynamic sequence diagrams behavioural state machines (state chart diagrams) Slide 7

A Mi i alist Approach Planning Gathering requirements Perform a series of builds Use results of each build as feedback for design and implementation Slide 8

Slide 9

Avoid Classic Design Mistakes Reducing design time Feature creep Silver bullet syndrome Switching tools in mid-project Slide 10

DESIGN STRATEGIES Custom Development Packaged Software System Integration Outsourcing Slide 11

Custom Development Allows for meeting highly specialized requirements Allows flexibility and creativity in solving problems Easier to change components Builds personnel skills May stretch company s resources May add significant risk Slide 12

Packaged Software Software already written May be more efficient May be more thoroughly tested and proven May range from components to tools to whole enterprise systems Must accept functionality provided May require change in how the firm does business May require significant customization or workarounds Slide 13

System Integration The process of combining packages, legacy systems, and new software Key challenge is integrating data Write data in the same format Revise existing data formats Develop object wrappers Slide 14

Outsourcing Hire external firm to create system May have more skills May extend existing resources Never outsource what you don t understand Carefully choose vendor Prepare contract and payment style carefully Slide 15

Outsourcing Guidelines Keep lines of communication open with outsourcer Define and stabilize requirements before signing a contract View outsourcing relationship as partnership Select outsource vendor carefully Assign person to manage relationship Don t outsource what you don t understand Emphasize flexible requirements, long-term relationships, and short-term contracts Slide 16

Selecting a Design Strategy Business need In-house experience Project skills Project management Time frame Slide 17

The Alternative matrix Combines several feasibility analyses into one grid Revisits technical, economic, and organizational feasibility Slide 18

Request for Proposals Description of the system you propose to be built Vendors, developers, service providers respond with proposals including how they will address needs as well as stating cost and time requirements. Slide 19

Systems Analysis & Design Course Textbook: Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition Chapter 11: Data Management Layer Design PowerPoint Presentation for Alan Dennis, Barbara Wixom, and David Tegarden 2005 John Wiley & Sons, Inc. Slide 20

Objectives Become familiar with several object-persistence formats. Be able to apply the steps of normalization to a relational database. Be able to optimize a relational database for object storage and access. Slide 21

Data Management Layer Choose object-persistence format to support the system Problem domain objects drive object storage design Design of Data Storage Must optimize processing efficiency Data access and manipulation Separate problem domain classes from storage format Handle all communication with the database Slide 22

Object Persistence Formats Files (Sequential and Random) Relational databases Object-relational databases Object-oriented databases Slide 23

Customer Order File Slide 24

Sequential Access Files Sequential access files allow sequential operations Read, write, and search Efficient for report writing Searches are not efficient because an average of 50% of records have to be accessed Two versions Ordered unordered Slide 25

Random Access Files Allow only random or direct file operations Good for finding and updating a specific object Inefficient report writing Slide 26

Application File Types Master Files Look-up files Transaction files Audit file History file Slide 27

Relational Databases Collection of tables Comprised of fields that define entities Primary key has unique values in each row of a table Foreign key is primary key of another table Tables related to each other Primary key field of a table is a field of another table and called a foreign key Relationship established by a foreign key of one table connecting to the primary key of another table Slide 28

Database Management System (DBMS) Software that creates and manipulates a database RDBMS is a DBMS for a relational database RDBMS usually support Referential Integrity Slide 29

Referential Integrity the idea of ensuring that values linking the tables together through the primary and foreign keys are valid and correctly synchronized. Slide 30

Referential Integrity Example Cust. ID is a primary key for the customer table Cust. ID is a foreign key for the order table A violation of referential integrity would happen if an order was entered in the order table for a Cust. ID that had not been entered into the customer table first An RDBMS prevents such a record from being entered Slide 31

Example of Referential Integrity Slide 32

Structured Query Language (SQL) Standard language for accessing data in tables SQL Commands Create, edit, and delete tables Add, edit, and delete data Display data from one or more related tables Display data computed from data in one or more related tables Slide 33

Criteria for Object Persistence Formats Data types supported Types of application systems (transaction processing, DSS, ) Existing Storage Formats Future Needs Other miscellaneous Criteria (cost, concurrency control, ) Slide 34

Mapping RDBMS Tables to Problem Domain Classes Slide 35

Optimize RDBMS Object Storage Redundant data Wastes space Allow more room for error Null values in tables Difficult to interpret Slide 36

Example of Non-normalized Data Slide 37

Normalization Slide 38

Normalization Example Original Model Slide 39

Normalization Slide 40

2NF Normalized Model Slide 41

Normalization Slide 42

3NF Normalized Model Slide 43

Problems with RDBMS To access data in multiple tables, the tables must be joined This can result in many database operations and lead to huge tables and slow processing Slide 44

Speeding up access Denormalization Adds data from one table to another in order to speed processing and eliminate a join operation Example: Add customer last name to order table to avoid joining order to customer to get just last name Slide 45

Example Slide 46

Clustering Interfile clustering Arrange records on storage media so that similar records are stored close together inter-file cluster would be similar to storing peanut butter, jelly, and bread next to each other in a grocery store since they are often purchased together. Slide 47

Indexing An index in data storage is like an index in the back of a textbook; it is a mini table that contains values from one or more columns in a table and the location of the values within the table. A query can use an index to find the locations of only those records that are included in the query answer, and a table can have an unlimited number of indexes but too many can add overhead Slide 48

Indexing Example Slide 49

CD Selections Example Most of the data would be text and numbers Thus a relational database would be able to handle the data effectively However, images for the catalog require complex data objects for sound and video Slide 50

CD Selections Example Slide 51

Summary Object-persistence format Files (sequential or Random Access) Databases (RDBMS, ORDBMS, OODBMS) Map problem domain objects to Data Optimizing object storage Normalization Clustering, Indexes Slide 52