Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Objective In this lab, you will work on the ATM example seen in class. You will perform the following: .Basic domain modeling . Basic requirement

image text in transcribed

image text in transcribed

image text in transcribed

Objective In this lab, you will work on the ATM example seen in class. You will perform the following: .Basic domain modeling . Basic requirement analysis . High-level behavioral modeling using UML activity diagram:s Problem Statement A bank has several automated teller machines (ATMs) that are geographically distributed and connected via a wide area network to a central server. Each ATM machine has a card reader, a cash dispenser, a keyboard/display, and a receipt printer. By using the ATM machine, a customer can withdraw cash from either a checking or savings account, query the balance of an account, or transfer funds from one account to another Customer (Informal) Requirements General Requirements: A customer can withdraw cash from either a checking or savings account, query the balance of an account, or transfer funds from one account to another A transaction is initiated when a customer inserts an ATM card into the card reader Customer records, account records, and debit card records are all maintained at the server. Card Verification Requirements: .The card reader should check if the card is recognized . The card reader should determine if the expiration date has not passed and the user entered the right PIN matches the one maintained by the system

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

Step: 3

blur-text-image

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

Deductive And Object Oriented Databases Second International Conference Dood 91 Munich Germany December 18 1991 Proceedings Lncs 566

Authors: Claude Delobel ,Michael Kifer ,Yoshifumi Masunaga

1st Edition

3540550151, 978-3540550150

More Books

Students also viewed these Databases questions

Question

How to reverse a Armstrong number by using double linked list ?

Answered: 1 week ago