More DFDs Class 12.

Slides:



Advertisements
Similar presentations
Context Diagram Yong Choi BPA CSUB.
Advertisements

DFD Examples Yong Choi BPA CSUB.
Johnb DFDs and Design John Bell The DeMarco notation.
CyberThink Ecommerce Shopping Cart
Data Flow Diagramming Rules Processes –a process must have at least one input –a process must have at least one output –a process name (except for the.
Order Entry / Sales Process Pertemuan Matakuliah: F0642 / Perancangan Sistem Akuntansi Tahun: 2009.
Technical Innovations Presentation Two. Overview  Data Models  Entity Relationship Diagram  Logical Database Design  Data Dictionary  Process Models.
SYSTEMS ANALYSIS AND DESIGN TOOLS
Data Flow Diagramming Solutions to In-Class Exercises
Introduction to Data Flow Diagrams Week 6 CMIS570.
1 AQA ICT AS Level © Nelson Thornes People and ICT Systems Who uses ICT? End users.
Order Entry / Sales Process Pertemuan 09 – Matakuliah: F0204 / Sistem Akuntansi Tahun: 2007.
Inventory Flowchart Page 4 Cynthia Truong Annie Tang Yan Yan May Liu Mercy Muitah.
DT211 Stage 2 Software Engineering
Data Flow Diagramming.
Lecture Note 8 Using Data Flow Diagrams
VIRTUAL BUSINESS RETAILING Lesson 2 Purchasing. MAIN IDEA  Purchasing inventory for a store is an important & complicated job  To be successful, a store.
DFD examples.
Data Modeling using Entity Relationship Diagramming (ERD)
IT323 - Software Engineering 2 Tutorial 1. 0 The system 1.0 A Function 1.1 Activity of the function Task Task Task 1.2 Another activity.
Slide 1 of 19 Welcome to GSA’s Vendor and Customer Self Service (VCSS) course Section 7: Correspondence Navigation This presentation is compliant with.
Data Flow Diagrams A structured analysis technique that employs a set of visual representations of the data that moves through the organization, the paths.
A Model of Accounting Information System Data Information Database Data processing software Management Environment Input physical resources Output physical.
DA117 Practice Management Inventory Control. Types of supplies Capitol – Large costly items, not replace often. Dental units, xray equipment, autoclaves.
Modeling the Grocery Checkout System COP 4232 © Dr. David A. Workman School of Electrical Engineering and Computer Science October 3, 2005.
At the supermarket. Bar codes The striped pattern is code for a number. The number is scanned and sent to a computer in the shop's office. The computer.
DFDs.
Read it Again Books Inventory and sales system Developed by: Sukesh Bodavula Andy Moon Raghu Ram Vempali.
IST331 Assignment 7 Task-Action Diagrams Answer Guide.
Major Information Flows in the Production Process
Old Town Library Group Members Tatiana Ruiz Judith Webb Paul Salvo Phase two.
Activity 4 Data flow diagram of a school attendance system
Data Flow Diagrams (DFDs) 1Information Systems Engineering.
Group Members: Tien Ho Linda Early Steve Meeks. Who Dunnit Bookstore System Request  Project Sponsor: Thomas Jones, Owner of WhoDunnit Bookstore  Phone:
3/5/2009Computer systems1 Using Data flow Diagrams Computer System: 1. Input 2. Data Processing 3. Output.
IGCSE ICT Stock Control.
IS3320 Developing and Using Management Information Systems Lecture 18: Data-Flow Diagrams 3 – Level 1 Modelling Rob Gleasure
GUARD / RESERVE ON-SITE SALES How Do I Find Scheduled Events? Log on to From the Home Page Click on Guard/Reserve.
Accounting Information Systems: A Business Process Approach Chapter Three: Documenting Accounting Systems.
At the end of each day the evening manager at each store enters a code into the cash register, after which the cash register connects to the central computer.
Prior to each transaction, the cashier at FoodWays enters a code into the cash register to let the cash register know that a new transaction is being processed.
Data Flow Diagramming 1. Used to represent processes that:  … capture, manipulate, store, & distribute data  … between a system & its environment 
Computer E-ssentials Group : Will Howell Tausif Rajkotwala Komal Chandarana.
Computer Studies Today Chapter 2 1 » Payroll system » Mailing list system » Ticketing system » Point-of-sale system » Electronic funds transfer system.
Project Based on fictitious Coffee Roasting CompanyCoffee Roasting Company Automatic Order Processing System – –Process “projected” Accept order from customer.
The mailroom receives customer orders from customers, where clerks sort orders from the rest of the mail, group them into batches, prepare a transmittal.
DFD Examples Yong Choi BPA CSUB.
Prof. H. U. PADWAL Accountancy & Financial Management (IV) S.Y.B.Com.
At the end of each day the evening manager at each store enters a code into the cash register, after which the cash register connects to the central computer.
Exercise : Write a program that print the final price of purchase at a store where everything costs exactly one dollar. Ask for the number of items purchased.
Identifying Data Flows
DFD examples.
UML Use Case Diagrams.
Sending School ( School of Enrollment)
DATA FLOW DIAGRAM EXAMPLES
Group Members: Beckie Hicks, Dustin Kneese & John Petter
How to Modify a Requisition Using Owl Link
Data Flow Diagramming.
Use Case Modeling - techniques for detailing use cases
DATA FLOW DIAGRAM.
1 Prior to each transaction, the cashier at FoodWays enters a code into the cash register to let the cash register know that a new transaction is being.
The mailroom receives customer orders from customers, where clerks sort orders from the rest of the mail, group them into batches, prepare a transmittal.
Chapter 11 The Accounting Information System
DFD Examples Yong Choi BPA CSUB.
DFD Examples Yong Choi BPA CSUB.
Introduction to Data Flow Diagrams
DFD Examples Yong Choi BPA CSUB.
Accounting Information Systems: A Business Process Approach
1 Prior to each transaction, the cashier at FoodWays enters a code into the cash register to let the cash register know that a new transaction is being.
Chapter 5 Exercise 2 Assume that an order has been placed with your company’s ERP system. These events occur: The customer’s credit is automatically checked.
Presentation transcript:

More DFDs Class 12

More examples Order Processing System Registration system Grocery store system

Let’s try another example We know customers send orders to the organization and the organization sends out the products ordered with a bill for those products. Within the organization there is an order processing system. The Order Processing processing system accepts and records data about orders and then send a message to customers. The system accepts orders only if sufficient inventory exists. Inventory files are updated to indicate the inventory depleted. An Orders file is updated to record the new order. After the order is recorded, the customer is sent a confirmation note.

Registration system Draw a context level and zero-level diagram for a class registration system. Students will request courses and receive a class schedule. Departments will provide a list of courses.

Grocery store system A grocery store has just implemented a new sales system. When a customer has selected the items for checkout, the item is scanned. The system is able to identify the item purchased because of its bar code. The system then looks up the price of the item from a prices file. Once all items have been identified, a total price is computed and given to the customer.