Information Systems in Organizations 2

Slides:



Advertisements
Similar presentations
L ECTURE 11 – D ATA M ODELLING Data Dictionaries Entity Relationship Diagram for Data Modelling Steps to Construct Entity Relationship Diagrams Validation.
Advertisements

Systems Analysis Requirements structuring Process Modeling Logic Modeling Data Modeling  Represents the contents and structure of the DFD’s data flows.
Structured Vs. Object Oriented Analysis and Design SAD Vs. OOAD
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Information Systems in Organizations 2
BIS 360 – Lecture Six (Part 2) Conceptual Data Modeling (Chapter 10 and partial Chapter 12)
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Information Systems in Organizations 2
Lecture 4 Conceptual Data Modeling. Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship,
Exam 1 Review. Bureau of Labor Statistics, U.S. Department of Labor, Occupational Outlook Handbook, Edition, Computer and Information Systems.
Information Systems in Organizations 2.2 Systems Architecture: Devices, Network, Data and Apps.
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.
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.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Review Business Analyst vs. Systems Analyst – A Business Analyst identifies a problem and states – in business terms -- what the solution is. They define.
C_ITIP211 LECTURER: E.DONDO. Unit 4 : DATA MODELING.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes & Modeling Processes with Swimlane Diagrams.
Chapter 10 Structuring System Requirements: Conceptual Data Modeling
Business Process and Functional Modeling
Information Systems in Organizations 2
WHAT IS A Process Map? Illustration of the sequence of activities, inputs and outputs to the activities, and relationship across multiple functions, or.
In-Class Activity… Swim Lane Diagrams - 1.
Entity Relationship Diagrams - 1
Information Systems in Organizations 2
Entity Relationship Diagram
Information Systems in Organizations 2. 1
Systems Analysis and Design in a Changing World, Fourth Edition
Information Systems in Organizations 2. 1
Chapter 6 Structuring System Requirements: Conceptual Data Modeling
© The McGraw-Hill Companies, All Rights Reserved APPENDIX C DESIGNING DATABASES APPENDIX C DESIGNING DATABASES.
Information Systems in Organizations 2
Database Design – Lecture 4
Context and Data Flow Diagrams
Information Systems in Organizations 2. 1
Entity Relationship Diagrams - 1
Entity Relationship Diagrams - 1
Information Systems in Organizations 2
Information Systems in Organizations 2
Information Systems in Organizations 2. 1
Information Systems in Organizations 2. 1
In-Class Activity… Swim Lane Diagrams - 1.
Information Systems in Organizations 2. 1
Information Systems in Organizations 2
Information Systems in Organizations 2. 1
Chapter 10 Structuring System Requirements: Conceptual Data Modeling
Information Systems in Organizations 2. 1
Information Systems in Organizations 2
Information Systems in Organizations 2. 1
Information Systems in Organizations 2
Information Systems in Organizations 2
In-Class Activity… Swim Lane Diagrams - 2.
System Design By Kustanto.
Information Systems in Organizations 2
Methodology Conceptual Databases Design
In-Class Activity… Swim Lane Diagrams - 1.
Entity-Relationship Diagram (ERD)
Information Systems in Organizations 2. 1
Information Systems in Organizations 2
Information Systems in Organizations 2
Information Systems in Organizations 2. 1
Chapter 10 Structuring System Requirements: Conceptual Data Modeling
Information Systems in Organizations 2. 1
In-Class Activity… Swim Lane Diagrams - 2.
Information Systems in Organizations 2. 1
Information Systems in Organizations 2
Lecture 10 Structuring System Requirements: Conceptual Data Modeling
Information Systems in Organizations 2
Presentation transcript:

Information Systems in Organizations 2 Information Systems in Organizations 2.1 Analyzing organizations as systems and processes

? What is “systems analysis”? What is “systems architecture”? Problem Solving Technique Business Process What is the problem? What is “systems analysis”? What is “systems architecture”? What is the solution? Modeling Decomposition

Build Your Own Study Guide Wikipedia, Systems Analysis What are 3-5 key points from this reading? Students will be called upon at random

Systems Analysis "Systems analysis is a problem solving technique that decomposes a system into its component pieces for the purpose of the studying how well those component parts work and interact to accomplish their purpose" - Wikipedia[ "the process of studying a procedure or business in order to identify its goals and purposes and create systems and procedures that will achieve them in an efficient way“ – Merriam-Webster Dictionary

Build Your Own Study Guide Systems architecture What are the key points from this reading? Students will be called upon at random

Systems Architecture Systems Architecture is a generic discipline to handle objects (existing or to be created) called "systems", in a way that supports reasoning about the structural properties of these objects. Systems Architecture is a response to the conceptual and practical difficulties of the description and the design of complex systems. – Boris Golden Once a systems analyst understands the business problem, they architect a solution

Build Your Own Study Guide Systems Architecture Fundamentals - Conceptual, Logical, Physical Designs What are 2-3 key points from this reading? What are 3 important details from this reading? Students will be called upon at random

Build Your Own Study Guide A Guide to Process Mapping What are the key points from this reading? Students will be called upon at random

Build Your Own Study Guide An Introduction to Swimlane Diagrams What are the key points from this reading? Students will be called upon at random

? What is a “swimlane diagram”? How is a process performed? What happens after? When do they do it? What is a “swimlane diagram”? What happens before? Who does what?

What is a swimlane diagram? A type of process flow diagram that features divisions or "lanes." Each lane is assigned an actor (which may be an individual, department, division, group, machine, entity, and so on), or even a phase or stage in a process, that is responsible for the activity or work described in the lane.

How to map a swimlane diagram A circle signifies the starting and ending of an event in the process A rectangle represents an activity in the process. A diamond represents a decision that must be made. Arrows indicate the flow of the process. A cylinder represents stored data.

Swimlane Diagram Who does what and when?

Learn IT #2 The deliverable for this assignment is a one page swimlane diagram for drive-through ordering at a fast food restaurant. Due on Friday February 12 End of lecture Jan 27

In-Class Activity… Jan 29 Swim Lane Diagrams

Build Your Own Study Guide – Feb 1 Nishadha Build Your Own Study Guide – Feb 1 Nishadha. Ultimate Guide to ER Diagrams What are the key points from this reading? Students will be called upon at random

Build Your Own Study Guide Entity Relationship Diagram Examples What is the key take away from this reading? Students will be called upon at random

? What is an “entity relationship diagram”? Entity = Noun Attribute = Characteristic What is an “entity relationship diagram”? Data Model Relationship = Verb

What is a entity relationship diagram? An Entity Relationship Diagram (ERD) is a visual representation of different data using conventions that describe how these data are related to each other.

Primary ERD Symbols

Entity Relationship Diagram (ERD)

Entity Relationship Diagram (ERD) Legend : PK : Primary Key FK : Foreign Key (refer to PK)

Entity Relationship Diagrams In-Class Activity… Feb 1 Entity Relationship Diagrams