1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Katena32 [7]
3 years ago
14

You are asked to design a software package for an On-line Banking System (OBS). The OBS will take requests from its user on the

Internet. The requests include:
 Open an account with savings, checking, and CDs.
 Transfers between savings and checking, and Establish a CD are also among the requests.
 Close an account, or just close the savings account, withdraw CD are also permissible.
 Deposit, withdraw from a checking account are as routine requests

Step1. Identify the actors and the software entities for the system to be implemented.Step2. Describe five Customer/Business Use Cases.Step 3. Derive User Interface from the Business Use Cases. Draw a few user interface sketches.Step 4. Draw a Use Case Diagram, which consists of five use cases, defined in Step 2. (use Visual_Paradigm software)Step 5. Create at least 7 to 9 Classes from Actors and Entities as you have defined in the use cases. (use Visual_Paradigm software)Step 6. Write attributes and Operations (Methods) for each Class. The Operations are derived from Activities in the system. (use Visual_Paradigm software)Step 7. Draw one Sequence Diagram with 5 to 7 entities as you defined in use cases. This is the Behavior Modeling. (use Visual_Paradigm software) Draw communication diagrams for the Use cases you defined in Step 2 and 4. This step is called Use Case Realization. (use Visual_Paradigm software)Step 8. Now you are at System Design Stage to make technology, and topology choices. That is to be done in the rest of this semester.The last step: Base on the answers for Step 5 and 6, write the Java code for class declaration, variable and method declaration, and Main. If you have time fill in some of the code for methods

Engineering
1 answer:
Anit [1.1K]3 years ago
3 0

Answer:

From the statements described above,The proposed software package Online Banking System(OBS) shall provide the following services to the customer(account holder)

Receive all transaction requests from the customers trough online to perform banking activities

Offer a variety of services in banking like:

Opening an account with facilities of Savings,Checking and CD

Issuing checks and check clearance

Transfer of funds between savings and checking account

Establishing a CD(Certificate of Deposit)

Performing routine activities like

Deposit or withdraw funds from a checking account

Closing an account in one of the following operation

Complete closure of account

Closing only savings account

Withdraw CD (on Maturity of CD deposits) and close CD account

Unlike traditional Banking system, OBS offers all the operations through On-line mode over the internet thereby it eliminates manual intervention for the banking transactions from the Bank's side for most of the transactions except some cases like verification of new account applications or complaint redressal and technical support .In such cases ,There will be some users of the software with special privileges to access certain services to perform activities like user data verification and technical support.

Step:1 Identification of actors and software entities for the system to be implemented

The following are the actors identified in the system

Actors:

The users of the proposed system were classified as:

Customer : A user with an active account

Guest user:The user who applies for an account

Administrator:Maintainsand Controls OBS

Manager: Manages the transactions and Banking related issues

Technical Manager: Resolves technical issues of customers

Software entities:

Bank database :Maintains the data of all user accounts

Application server : Maintains the application software components and hosts the OBS website

Automatic Clearing House system : Processes transactions for checks

Step 2: Designing use cases

Use case diagrams are used to describe the system model by representing a set of use cases .Each use case represents a set of actions performed on the system by an actor.

The following are the two approaches of representing the system in a use case model:

1.Representing a use case for actions done by actors e.g. login , logout,message etc.,

2.Representing a use case for business process(Business use cases) e.g. transfer,registration etc.,

The following is the description of five possible business use cases for the requirements specified above

You might be interested in
The velocity profile for a thin film of a Newtonian fluid that is confined between the plate and a fixed surface is defined by u
zimovet [89]

Answer:

F = 0.0022N

Explanation:

Given:

Surface area (A) = 4,000mm² = 0.004m²

Viscosity = µ = 0.55 N.s/m²

u = (5y-0.5y²) mm/s

Assume y = 4

Computation:

F/A = µ(du/dy)

F = µA(du/dy)

F = µA[(d/dy)(5y-0.5y²)]

F = (0.55)(0.004)[(5-1(4))]

F = 0.0022N

8 0
3 years ago
What is the never repeat rule
Soloha48 [4]
Don't repeat yourself (DRY, or sometimes do not repeat yourself) is a principle of software development aimed at reducing repetition of software patterns,[1] replacing it with abstractions or using data normalization to avoid redundancy.
4 0
3 years ago
Calculate the current in the 8-W resistor of Figure below by using Thevenin’s theorem. What will be its value of connections of
kvv77 [185]

solution from c hegg. hope it helps. see photos explanation

7 0
3 years ago
Who will win the Copa America 2021 and Euros 2021?
Bess [88]
Brazil will win copa America
4 0
3 years ago
An engineer is testing the shear strength of spot welds used on a construction site. The engineer's null hypothesis at a 5% leve
lilavasa [31]

Answer:

b) The null hypothesis should be rejected.

Explanation:

The null hypothesis is  that the mean shear strength of spot welds is at least

3.1 MPa

H0: u ≥3.1 MPa  against the claim Ha: u< 3.1 MPa

The alternate hypothesis is  that the mean shear strength of spot welds is less than 3.1 MPa.

This is one tailed test

The critical region Z(0.05) < ± 1.645

The Sample mean= x`= 3.07

The number of welds= n= 15

Standard Deviation= s= 0.069

Applying z test

z= x`-u/s/√n

z= 3.07-3.1/0.069/√15

z= -0.03/0.0178

z= -1.68

As the calculated z= -1.68  falls in the critical region Z(0.05) < ± 1.645 the null hypothesis is rejected and the alternate hypothesis is accepted that the mean shear strength of spot welds is less than 3.1 MPa

8 0
2 years ago
Other questions:
  • You live on a street that runs East to West. You just had 2 inche of snow and you live on the North side of the street. You retu
    14·1 answer
  • What are the basic parts of a radio system
    15·1 answer
  • Explain why the failure of a garden hose occurred near its end and why the tear occurred along its length. Use numerical values
    15·1 answer
  • The current through a 10-mH inductor is 10e−t∕2 A. Find the voltage and the power at t = 8 s.
    15·2 answers
  • Which of the following is an example of a computer simulation?
    7·1 answer
  • Filler metals range in diameter from 1/16" to 3/8"*<br> O<br> true<br> O False
    15·1 answer
  • What is the output of the following program fragment. Choose appropriate data-types of variables to match output.
    10·1 answer
  • How can you do this 5.2.4: Rating?
    5·1 answer
  • Let be a real-valued signal for which when . Amplitude modulation is preformed to produce the signal . A proposed demodulation t
    9·1 answer
  • 9. Calculate the total resistance and current in a parallel cir-
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!