1 Specification of IT Systems Mandatory Exercise Week 3.

Slides:



Advertisements
Similar presentations
1 Specification of IT Systems Mandatory Exercise Week 2.
Advertisements

Entity Relationship (E-R) Modeling
1 Class Agenda – 09/20/2011  Answer questions about exam  Evaluate database design homework  Review database design homework for syntax and logic 
Specification of IT Systems Mandatory Exercise Week 3 Group 3, Søren Vestergaard, Smari Waage, Belma Boyraz, Jannick Hoy.
1 Specification of IT Systems Mandatory Exercise Week 1.
Entity-Relationship Model and Diagrams (continued)
1 Specification of IT Systems Mandatory Exercise Week 3 Jonas B. Jørgensen, Rune Simonsen, Torsten Aaboe Andersen, Jesper G.
Entity Relationship Diagrams Don Archer. Entity Relationship Diagram  ERDs – depicts data in terms of the entities and relationships described by the.
Lecture 3 :Database Analysis and Design (II)
SE 555 Software Requirements & Specification Requirements Analysis.
Database – Part 2a Dr. V.T. Raja Oregon State University.
APPENDIX C DESIGNING DATABASES
Entity Relationship Model Chapter 6. Basic Elements of E-R Model Entity Object of the real world that stores data. Eg. Customer, State, Project, Supplier,
3 Chapter 3 Entity Relationship (E-R) Modeling Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Information Systems in Organizations 2
Bite sized training sessions: Data Modelling – Part 1 of 2 Data Model Diagrams Feb 2011 Prepared by Guy Beauchamp Group Projects & IT.
DATA MODELLING TOOLS FOR ORGANISING DATABASES. For a database to be organised and logical, it must be well-designed and set out. In such cases, the databases.
Db design / ER Modeling B Database Systems ER-Modeling Part 2 Wilhelm Steinbuss Room G2.04, ext 4052
Database. Basic Definitions Database: A collection of related data. Database Management System (DBMS): A software package/ system to facilitate the creation.
Chapter 5 Entity Relationship (ER) Modelling
Conceptual Design Lecture - 2 Database Development.
IS 325 Notes for Wednesday September 4, Syllabus Change I eliminated quizzes I increased the points allocated to homework assignments.
Copyright (c) 2014 Pearson Education, Inc. Introduction to Databases.
ENTITIES & ATTRIBUTES Introduction to Databases. STARTER ACTIVITY… What is the pattern between these flash cards?
Latin and Greek Roots Homework Procedure. Part One “The roots, their meanings, and a key word.” Materials Needed: Materials Needed: –The Roots Sheet for.
Information Systems in Organizations 2
1 Entity-Relationship Diagram. 2 Components of ERD: –Entity –Relationship –Cardinality –Attributes.
4 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Relationship Degree Indicates number of entities or participants.
Description and exemplification of entity-relationship modelling.
Database Design – Lecture 4 Conceptual Data Modeling.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
INTRODUCTION TO DATABASE DESIGN. Definitions Database Models: Conceptual, Logical, Physical Conceptual: “big picture” overview of data and relationships.
1 Developing a Metadata Element Set or an Application Profile Image credits: 6Y old Anthony.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX C DESIGNING DATABASES APPENDIX C DESIGNING DATABASES.
Entity-Relationship Diagram Presentation Gianna-lee Williams 6AQ Ms. Anderson.
Lecture 91 Introduction to Data Analysis and Logic Specification Objectives l Draw an entity-relationship diagram, and explain the types of entity relationships.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Power Designer n See course web page for additional information on using Power Designer n Business rules – Come from a description of activities – Example.
E.R Diagrams Tiffany Shaw 6AQ
ERD For a full discussion and more examples please consult: fallforum2003/ERD_final.doc.
Tutorial on E-R Diagrams 1.Learn basic terminology and symbols –See next four slides; refer to as needed in steps 2-4 below 2.Learn the basics of E-R diagramming.
ENTITY RELATIONSHIP DIAGRAM. Objectives Define terms related to entity relationship modeling, including entity, entity instances, attribute, relationship.
Review Business Analyst vs. Systems Analyst – A Business Analyst identifies a problem and states – in business terms -- what the solution is. They define.
DEVRY CIS 321 iLab 4 Check this A+ tutorial guideline at For more classes visit
DBM 380 Week 3 DQ 2 Why do you think the use of icons in entity-relationship diagrams as described in the Masri (2008) article resulted in a better understanding.
DBM 380 Week 3 Individual Assignment ERD Creation Project The following assignment refers to material found in the Virtual Organizations. Create a detailed.
BSA 385 Week 3 Individual Assignment Frequent Shopper Program Part 2 Check this A+ tutorial guideline at
Entity Relationship (E-R) Modeling
SEEM3430: Information Systems Analysis and Design
© The McGraw-Hill Companies, All Rights Reserved APPENDIX C DESIGNING DATABASES APPENDIX C DESIGNING DATABASES.
Data Modelling Chapter 7
DBM 502 Competitive Success-- snaptutorial.com
CIS 321Competitive Success/snaptutorial.com
DBM 502Competitive Success/snaptutorial.com
CIS 321 Lessons in Excellence-- cis321.com. CIS 321 Entire Course (Devry) For more course tutorials visit CIS 321 Week 1 iLab 1 Milestone.
DBM 502 Education for Service-- snaptutorial.com
CIS 321 Education for Service-- snaptutorial.com
DBM 502 Education for Service-- snaptutorial.com
CIS 321 Education for Service-- cis321.com. CIS 321 Entire Course (Devry) For more course tutorials visit CIS 321 Week 1 iLab 1 Milestone.
DBM 502 Teaching Effectively-- snaptutorial.com
CIS 321 Teaching Effectively-- snaptutorial.com
DBM 502 Teaching Effectively-- snaptutorial.com
Entity-Relationship Model and Diagrams (continued)
Chapter 5 Conceptualization, Operationalization, and Measurement
Four Levels of Data from Ricardo’s Database Illuminated
Technical Module A Data Modeling Definitions
Database Design and Development
E.R. Examples.
G061 - Data Dictionary.
Information Systems in Organizations 2
Presentation transcript:

1 Specification of IT Systems Mandatory Exercise Week 3

2 Assignment 1.Make the necessary ERD diagrams for your system. 2.Make a dictionary for your system. 3.Validate your descriptions with the four approaches described in Wieringa 9.5. Discuss why your descriptions are complete.

3 Exercise 1 - ERD

4 Exercise 2 - Dictionary (1) Work item. Entity type. A description of a piece of work. It contains information on deadline, description, priority, room and building. It is a part of a process instance. Serviceman. Entity type. A worker know how to pick and complete work items. Process instance. Entity type. An instance of the process definition. A process instance describes how far a process has come and what work item's are enabled. Enabled work item. Entity type. If all resources are available for a work item to be completed, and preceding work items are completed.

5 Exercise 2 - Dictionary (2) allocation(s: Serviceman wi : Work item). Relationship name. A serviceman s has claimed a work item wi. claimed. Attribute name. status(wi : Work item) = claimed, means that the work item has been put on a servicemans task list.

6 Exercise 3 - Validate description zDone by you…