What do the moving average calculations on the number of customers each day tell Chloe? What do the other statistics tell her? How can this data help her make decisions about daily operations?

What will be an ideal response?

The moving averages are helpful in spotting trends over a period of time by smoothing out any fluctuations that may occur during each consecutive interval. Moving average data can be used to create charts to show whether the value is trending upward or downward. Chloe can see which days of the month generate higher sales, and along with the other statistics like mean, median, and mode, she can better plan for daily supplies and staffing needs.

Computer Science & Information Technology

You might also like to view...

Irene is working on a database that stores customer data and order information. The Customer Information Table holds customer information. A unique customer number serves as the primary key for this table. The Order Information Table holds order information. A unique order number serves as the primary key for this table. A customer only has one customer number but may have several order numbers

If Irene wants to establish a one-to-many relationship between the customer information table and the order information table, which of the following steps should she follow? A) Irene should include the foreign key in the customer information table as a primary key in the order information table. B) Irene should include the primary key in the customer information table as a foreign key in the order information table. C) Irene cannot establish a relationship between the two tables. D) Irene should include the primary key in the customer information table as a primary key in the order information table.

Computer Science & Information Technology

You placed an image inside a table cell, and now you see only a red dot in that cell. How do you make the image appear in the cell?

What will be an ideal response?

Computer Science & Information Technology