50 likes | 160 Views
This document explores three distinct system examples: Order Processing System, Registration System, and Grocery Store System. The Order Processing System manages customer orders and inventory, ensuring orders are accepted only when items are in stock and sending confirmations to customers. The Registration System facilitates class enrollment, where students request courses and receive schedules. The Grocery Store System utilizes barcodes for item identification during checkout and computes the total cost for customers. Each system's functionality and interactions are detailed for better understanding.
E N D
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.