Ben’s Eatery wants to install a system to record orders for pizza and chicken wings. When regular customers call Ben’s Eatery on the phone, they are asked their phone number. When the number is typed into a computer, the name, address, and last order date is automatically brought up on the screen. Once the order is taken, the total, including tax and delivery, is calculated. Then the order is given to the cook. A receipt is printed. Occasionally, special offers (coupons) are printed so the customer can get a discount. Drivers who make deliveries give customers a copy of the receipt and a coupon (if any). Weekly totals are kept for comparison with last year’s performance. A summary of the business activities for Ben’s Eatery is: -
Display customer record. Input is the customer number and the customer record. Output is customer information.
- Take customer order. Input is the order information (including the customer number). Output is the total amount due for the order.
Send order to cook. Input is the customer order. Output is the cook’s order.
- Print customer receipt. Input is the customer order and the customer master record. Output is the customer receipt.
Deliver customer order. Input is the customer receipt and coupons. Output is the delivered receipt to the customer.
- Print weekly totals. Input is the customer order and the previous year’s customer order summary. Output is the weekly performance figures that go to the supervisor.
a) Draw a context-level data flow diagram for Ben’s Eatery.
b) Explode the context-level diagram to show all the major processes.
Call this Diagram 0. It should be a logical data flow diagram.
Ans no a
Context diagram is a high level flow that will mainly show the systems or stakeholders in the whole process. It helps in identifying the major stakeholders in the process.

b) the low level - diagram 0 is with more detail. below is the scenario based sequential diagram of the process with the data flow

Ben’s Eatery wants to install a system to record orders for pizza and chicken wings. When...
Question 5. (See Page 206 and 207 of your text for exact details) Perfect Pizza wants to install a system to record orders for pizza and chicken wings. When regular customers call Perfect Pizza on the phone. they are asked their phone number. When the number is typed into a computer, the name, address and last order date is atomically brought up on the screen. Once the order is taken, the total, including tax and delivery is calculated. Then the...
PLEASE HELPPPP Customers call the Pizza Palace to order pizzas. Employees ask for the calling customer’s phone number. If the number is recognized by the system, the customer’s profile is identified and customers proceed to order. If the number isn’t recognized, the employee asks for customer info and then takes the order. Once the order is taken, employees give customers a time and cost. The system notifies the cook who prepares the pizza. When complete, the cook updates the system....
Prepare
a design class diagram.
A retail store wants to build an online system for their customer to place orders online and for pickup later from the store. Customers join the system by registering online (username (email), password, address, phone no) and including a credit card for use in online ordering; at that time they use login credentials (uername and password) to enter the online system. Customers who have joined the system can use the online system to search...
Overview JAVA LANGUAGE PROBLEM: The owner of a restaurant wants a program to manage online orders that come in. This program will require multiple classes. Summary class, customer class, order class and the driver class. Summary class This class will keep track of the cost of the order and output a summary, which includes the total for the order. The methods in this class are static. There are no instance variables, and instead uses an Order object that is passed...
i
need help making this program
the skeleton of the code is below:
//Include the following
#include <iostream>
#include <string>
#include <fstream> //you must include this library if you wish to do file i/o
using namespace std;
/*********************************************************
//Following is the declaration of a order record
**********************************************************/
class order_record
{
public:
string cell_number;
string item_number;
double quantity;
double price;
int processing_plant;
double tax_rate;
double order_tax;
double net_cost;
double total_cost;
};
//Prototypes for your functions: input, output, and process will go...
11-32(Objective 11-3) The following is the description of sales and cash receipts for the Lady’s Fashion Fair, a retail store dealing in expensive women’s clothing. Sales are mainly on account using the store’s own billing rather than credit cards; however, some customers prefer to pay cash. Salesclerks assist customers and then direct them to the central desk for payment. The computer used to enter sales is operated by the store supervisor, who has been employed for 10 years by Alice...
Create a system flowchart and review the controls in the
process. See attached document for details.
Flowchart Assignment Business Process Diagramming and Control Evaluation The project is based on the business processes and controls for Order Entry/ Shipping and Billing / Cash Receipts at NashGulch Furnishings. NashGulch Furnishing sells high end, i.e. expensive and unique, home and office furnishings to design studios, building contractors, and architects. Customers place orders over the phone to the NashGulch customer fulfillment center, Nash Gulch...
Billing When Mr. Harris receives a delivery advice he matches them with the open sales orders and reviews them for agreement in products and quantities ordered and delivered. If they match, Mr. Harris initials the delivery advice and enters the date of delivery into the open sales order file on the PC. The computer automatically prices the products, calculates product amounts, totals the invoice, and calculates the cash discount, which is 2/10 net 30. The computer then prints a sequentially...
Use program control statements in the following exercises: Question 1 . Write pseudocode for the following: • Input a time in seconds. • Convert this time to hours, minutes, and seconds and print the result as shown in the following example: 2 300 seconds converts to 0 hours, 38 minutes, 20 seconds. Question 2. The voting for a company chairperson is recorded by entering the numbers 1 to 5 at the keyboard, depending on which of the five candidates secured...
11-32 (Objective 11-3) The
following is the description of sales and cash receipts for the
Lady’s Fashion Fair, a retail store dealing in expensive women’s
clothing. Sales are mainly on account using the store’s own billing
rather than credit cards; however, some customers prefer to pay
cash.
Salesclerks assist customers and then direct them to the central
desk for payment. The computer used to enter sales is operated by
the store supervisor, who has been employed for 10 years by...