Principles of Engineering System Design Dr T Asokan

Slides:



Advertisements
Similar presentations
Principles of Engineering System Design Dr T Asokan
Advertisements

Algebra - Complex Numbers Leaving Cert Helpdesk 27 th September 2012.
Information System Analysis Lab 7. ERD entity-relationship diagram is a data modeling technique that creates a graphical representation of the entities,
Principles of Engineering System Design Dr T Asokan
Database Systems: Design, Implementation, and Management Tenth Edition
MIS 210 Fall 2004Sylnovie Merchant, Ph. D. Lecture 4: Data Modeling Process Modeling MIS 210 Information Systems I.
CS 425/625 Software Engineering System Models
Analysis Modeling Over view of today’s lesson T he analysis model is the first technical representation of a system. Analysis modeling uses a combination.
Solid Modeling Overview ENGR 1182 SolidWorks 01. Solid Modeling Simple Parts  Solid modeling uses simple steps in a computer program to create 3D rendering.
Structured Vs. Object Oriented Analysis and Design SAD Vs. OOAD
 An entity-relationship (ER) diagram is a specialized graphic that illustrates the interrelationships between entities in a database.  An Entity Relationship.
Structured Vs. Object Oriented Analysis and Design SAD Vs. OOAD
Principles of Engineering System Design Dr T Asokan
IT 244 Database Management System Data Modeling 1 Ref: A First Course in Database System Jeffrey D Ullman & Jennifer Widom.
2 Approaches to Requierements Engineering Reference: Systems Analysis and Design in a Changing World, 3 rd Edition, chapter 2 and chapter 6.
INFO415 Approaches to System Development: Part 2
Systems Analysis and Design in a Changing World, Tuesday, Feb 27
CIT UPES | Sept 2013 | Unified Modeling Language - UML.
Copyright (c) 2014 Pearson Education, Inc. Introduction to Databases.
Two Approaches to System Development
1 SYS366 Lecture Visual Modeling and Business Use Case Diagrams.
Lecture 3: Visual Modeling & UML 1. 2 Copyright © 1997 by Rational Software Corporation Computer System Business Process Order Item Ship via “ Modeling.
Database Design Principles – Lecture 3
1 ISA&D7‏/8‏/ ISA&D7‏/8‏/2013 Methodologies of the SDLC Traditional Approach to SDLC Object-Oriented Approach to SDLC CASE Tools.
Modeling Shari L. Pfleeger and Joanne M. Atlee, Software Engineering: Theory and Practice, 4 th edition, Prentice Hall, Hans Van Vliet, Software.
Chapter 5 Models and UML Notation for The Object-Oriented Approach.
Domain Modeling Part2: Domain Class Diagram Chapter 4 pp part 2 1.
Chapter 8 Analysis & Modeling. Data Modeling examines data objects independently of processing focuses attention on the data domain creates a model at.
 What is Modeling What is Modeling  Why do we Model Why do we Model  Models in OMT Models in OMT  Principles of Modeling Principles of Modeling 
 28object-oriented_programming%29 28object-oriented_programming%29.
Entity Relationship Diagram. Introduction Definition: Entity-relationship diagram is a data-modeling technique that visualises entities, the attributes.
An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database.
 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the interrelationships between entities in a database.
Week 7 - Systems Engineering and Analysis
Week 04 Object Oriented Analysis and Designing. What is a model? A model is quicker and easier to build A model can be used in simulations, to learn more.
Principles of Engineering System Design Dr T Asokan
Entity-Relationship Diagram Presentation Gianna-lee Williams 6AQ Ms. Anderson.
Entity relationship diagram Name: Quian Crosby Form:6AQ Subject: Information Technology Teacher: Ms. D. Anderson.
6 Systems Analysis and Design in a Changing World, Fourth Edition.
EntityRelationshipDiagrams. Entity Relationship Models The E-R (entity-relationship) data model views the real world as a set of basic objects (entities)
Lecture 3 : Hard Systems Modelling UFCE8V-20-3 Information Systems Development SHAPE Hong Kong 2010/11.
Modeling Shari L. Pfleeger and Joanne M. Atlee, Software Engineering: Theory and Practice, 4 th edition, Prentice Hall, Hans Van Vliet, Software.
E.R Diagrams Tiffany Shaw 6AQ
1 SYS366 Week 2 - Lecture 2 Visual Modeling & UML.
MBI 630: Week 9 Conceptual Data Modeling and Designing Database 6/10/2016.
WELCOME TO OUR PRESENTATION UNIFIED MODELING LANGUAGE (UML)
Course Instructor: Kashif I hsan 1. Chapter # 6 2.
1 Chapter 13: Class Diagram Chapter 19 in Applying UML and Patterns Book.
Chapter 3: Modeling Data in the Organization
Database Systems: Design, Implementation, and Management Tenth Edition
Introduction to UML.
Entity Relationship Diagram
DATA REQIREMENT ANALYSIS
Systems Analysis and Design in a Changing World, Fourth Edition
Chapter 6 The Traditional Approach to Requirements.
The Movement To Objects
Unified Modeling Language
Smart Draw v2010 آزمایشگاه مهندسی نرم افزار
Software System Engineering
Object-Oriented Analysis & Design
Introduction To System Analysis and Design PART 2
Unified Modeling Language
Modeling Shari L. Pfleeger and Joanne M. Atlee, Software Engineering: Theory and Practice, 4th edition, Prentice Hall, Hans Van Vliet, Software Engineering:
Databases and Structured Files: What is a database?
What is a Relationship Map?
Systems Analysis – ITEC 3155 Modeling System Requirements – Part 2
Entity-Relationship Diagram (ERD)
Database Dr. Roueida Mohammed.
Software System Engineering
ITEC 630 PowerPoint Survival Kit
Presentation transcript:

Principles of Engineering System Design Dr T Asokan

Principles of Engineering System Design Dr T Asokan GRAPHICAL MODELLING TECHNIQUES

MODELLING TCHNIQUES Data Model : Relationships between data entities. Ex: ER Diagrams, Higraph Process Model :Modelling of processes: what, when.. Ex: Data flow, N2. Behavior Model:Control, activation, termination of system functions Ex: FFBD, Behavior diagrams, Petrinets

DATA Modelling Entity Relationship Diagrams –Models the data structures or relationships between data entities ( An entity is a class of real, similar items like people, computer, books etc.) –Creating ERD Identify the entities Determine significant events Analyse nature of interactions Draw ERD –Complex ER Diagrams

Higraphs Higraphs are generalisation of complex ER diagrams. An entity is considered to be a set with multiple elements, called a blob