IT323 Project Phase#2.

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.
Chapter 10: The Traditional Approach to Design
Systems Analysis and Design in a Changing World, Fifth Edition
Chapter 7 Structuring System Process Requirements
Traditional Approach to Design
Chapter 10 The Traditional Approach to Design
Lecturer: Sebastian Coope Ashton Building, Room G.18 COMP 201 web-page: Lecture.
1 STRUCTURE CHARTS Elements and Definitions. 2 Software System Design translates SRS into a ===> software system architecture: –system’s static structure.
Lecture 13 Revision IMS Systems Analysis and Design.
SWE Introduction to Software Engineering
Organizing Data Chapter 5. Data Hierachy Table = Entities X Attributes Entities = Records Attributes = Fields.
Establishing the overall structure of a software system
CSE Information Systems 1 Revision. Subject Overview System concepts and information systems Systems development and the SDLC Information gathering.
CSE Information Systems 1 IMS Information Systems 1 Revision.
Modeling and Evaluation. Modeling Information system model –User perspective of data elements and functions –Use case scenarios or diagrams Entity model.
Chapter 6: Architectural Design
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 11 Slide 1 Architectural Design.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Sixth Edition.
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Structuring System Process Requirements. Learning Objectives Understand the logical modeling of processes by studying examples of data flow diagrams (DFDs).
Chapter 7: Architecture Design Omar Meqdadi SE 273 Lecture 7 Department of Computer Science and Software Engineering University of Wisconsin-Platteville.
Systems Analysis And Design © Systems Analysis And Design © V. Rajaraman MODULE 14 CASE TOOLS Learning Units 14.1 CASE tools and their importance 14.2.
Lesson 7 Guide for Software Design Description (SDD)
10/12/2001Data Structure1 Relationships Between The Data Flow Diagram and The Systems Design Activities Mohammad A. Rob School of Business and Public Administration.
Architectural Design. Recap Introduction to design Design models Characteristics of good design Design Concepts.
©Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 13Slide 1 Architectural Design u Establishing the overall structure of a software system.
Overview of Oracle Designer. Database Development Process Business Information Requirements Operational Database Conceptual Data Modeling Logical Database.
Architectural Design portions ©Ian Sommerville 1995 Establishing the overall structure of a software system.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Architectural Design l Establishing the overall structure of a software system.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Architectural Design l Establishing the overall structure of a software system.
Architectural Design Yonsei University 2 nd Semester, 2014 Sanghyun Park.
 Repository Model  Client-Server Model  Layered Model  Modular decomposition styles  Object Models  Function Oriented Pipelining  Control Styles.
Computing and SE II Chapter 9: Design Methods and Design Models Er-Yu Ding Software Institute, NJU.
Chapter 7: Architectural Design Chapter 11 in textbook 1.
CSC480 Software Engineering Lecture 10 September 25, 2002.
Information Systems Architecture (ISA)
Context Process0. student Data Flow Diagram Progression.
The Software Development Life Cycle: An Overview
Systems Design.  Application Design  User Interface Design  Database Design.
Systems Development Lifecycle
Slide 1 Chapter 8 Architectural Design. Slide 2 Topics covered l System structuring l Control models l Modular decomposition l Domain-specific architectures.
The information systems lifecycle Far more boring than you ever dreamed possible!
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Chapter 5:Architectural Design l Establishing the overall structure of a software.
7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition.
Lab 3 Data Flow Diagram CPIT 250 System Analysis and Design.
WHAT IS A Context Diagram?
Software Design.
Business System Development
G063 - Data flow diagrams.
System Design and Modeling
System Design.
Lecture 9- Design Concepts and Principles
Software Design Mr. Manoj Kumar Kar.
Part 3 Design What does design mean in different fields?
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Design AH Computing.
Process Decomposition
G063 - Data flow diagrams.
Princess Nourah bint Abdulrahman University
Qbasic Modular Programming.
Public Management Information Systems System Analysis & Design Tuesday, December 04, 2018 Hun Myoung Park, Ph.D. Public Management & Policy Analysis.
Architectural Design.
Lecture 9- Design Concepts and Principles
On the Criteria To Be Used in Decomposing Systems into Modules
Systems Design Project Deliverable 3
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Public Management Information Systems System Design Monday, July 01, 2019 Hun Myoung Park, Ph.D. Public Management & Policy Analysis Program Graduate.
Graduation Project Project Name
Requirements “Content Guide”
Presentation transcript:

IT323 Project Phase#2

 - Data Design ER diagram Data dictionary tables. Database schema

- Interface Design User Interface Design overview Navigation Hierarchy User function (or use case) Interfaces

Modular Decomposition/Structure Chart Sub-systems are decomposed into modules. There are two modular decomposition models: An object model where the system is decomposed into interacting object. A pipeline or data-flow model where the system is decomposed into functional modules which transform inputs to outputs.

Example..

Example ..

(Chat Room System ) Example ..