Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following describes a gas station system. Develop the gas station software context class diagram. A gas station system provides the FastPass service, a payment

The following describes a gas station system. Develop the gas station software context class diagram.

A gas station system provides the FastPass service, a payment service, where a driver pulls up at one of the Self-Serve fuel pumps equipped with the FastPass system. If a car has a FastPass tag, then a FastPass sensor on the pump detects its presence, reads the tags information, and lights up.

The information read from the FastPass tag is decoded at the pump and then sent from the pump to the FastPass central database. The system retrieves relevant credit card information it validates the FastPass tag. If the tag is valid, the credit card data is returned to the pump, which requests a bank to authorize the credit card. If the tag is invalid, the process terminates, and the FastPass light goes off. With the banks approval, the fuel pump is enabled, and the driver can pump gas. If the bank denies, the pump is not allowed, and the process terminates with the FastPass light going off.

If enabled, a driver selects the gass grade, and the driver refuels. The cost of gas is computed at the pump, and the amount is transmitted back to the bank, where it charges in the drivers card account. A receipt is issued at the pump, and the sale data is stored in the system. The pump returns to the idle state, displaying a welcome message, and prints a receipt.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago