answersLogoWhite

0


Best Answer

Component diagrams describe software components and their relationships within the implementation environment; they indicate the choices made at implementation time.

They may be simple files, or libraries loaded dynamically.

In C++, a specification corresponds to a file with a .h suffix, and a body corresponds to a file with the suffix .cpp.

Thanks-Venkat Peddi@Verizon India.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

HI ,

State chart is the diagram which give the Meaning of an Event in an Step by Step procedure in the form of diagrams !! It is a part of UML

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: State diagram for ATM system
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is difference between use case and use case diagram?

A use case outlines a specific goal and how to achieve that goal.A use case diagram is a graphical representation of system users(actors), use cases, and the system (subject) to which this set of use cases applies.In more detail:Use CaseA use case outlines an interaction between an actor and a system (or a system and a system). For example, the interaction (or dialog) of someone accessing an ATM would look as follows:Use case name: Authenticate user1. ATM displays welcome message to Customer2. ATM asks user to insert card3. Customer inserts card into ATM4. ATM asks user to enter their PIN5. Customer enters their PIN6. ATM authenticates the customer using the information from the card and the PINA use case is functional and outlines the behavior of a set of interactions that form a coherent dialog in the system, i.e. Authenticate user. This interaction is separate and distinct from the use case Withdraw money, which also involves a series of interactions.Use Case DiagramA use case diagram shows the relationship between the actors and the use cases. For example, on the Use Case diagram for an ATM you would have the following relationships:CustomerAuthenticate user (dialog fragment above)Withdraw moneyDeposit moneyTransfer moneyGet balanceBank employeeProvision ATM with envelopes and moneyRemove deposit envelopesA set of use cases can be used to specify scope in a system.


Does ATM form part of a computer system?

no


Class diagram for payroll management system?

class diagram for payroll system


E-R diagram for attendance maintenance system?

Entity relatiomship diagram


What devices are used in an ATM network?

ATM Devices=======================An ATM network is made up of an ATM switch and ATM endpoints. An ATM switch is responsible for cell transit through an ATM network. The job of an ATM switch is well defined: it accepts the incoming cell from an ATM endpoint or another ATM switch. It then reads and updates the cell-header information and quickly switches the cell to an output interface toward its destination. An ATM endpoint (or end system) contains an ATM network interface adapter. Examples of ATM endpoints are workstations, routers, digital service units (DSUs), LAN switches, and video coder-decoders (CODECs). Figure 20-3 illustrates an ATM network made up of ATM switches and ATM endpoints.Figure 20-3: An ATM network comprises ATM switches and endpoints.http://www.pulsewan.com/data101/images12341.gif An ATM Network consists of an ATM switch and ATM end systems.

Related questions

What is state diagram. Draw state diagram of ATM?

Go to http://www.math-cs.gordon.edu/courses/cs320/ATM_Example/SessionStateDiagram.html


What state is the substance in if a phase diagram shows the substance is in the state at 1 ATM and -50C?

gas


Data Flow Diagram for ATM?

data flow diagram for atm(automated teller machine)


What is the ER diagram of ATM?

ghanta


Data flow diagram for ATM machine?

data flow diagrams of personal banking system


Difference between Sequence diagram and state diagram?

State Diagram is used to give abstract description of the behavior of a system. This behavior is analyzed and represented in series of events that could occur in one or more possible states.Flow Chart is a diagram descripes an algorithm or a process by using certain shapes.Both of them are doing the same function. State diagram is summarizing the work of a system while flow chart is giving much detail about the working process of a system


State chart diagram for banking system?

statechart diagram for bank management


Er diagram of ATM machine?

yes


How state Diagram are different from the Activity Diagram?

They are not as they both have the same features it just provides a better understanding when using one diagram in conjunction with the other. State machine diagram shows how state of some object or system could change, so transitions on the diagram are from one state to another state. Activity diagram shows set of actions and how one action could lead to another. In simple cases these diagrams might look like reverse of each other but in practice you need to select whether the diagram is about discrete number of states of some object or is it about organization of actions and activities possibly related to many different objects.


What is the ATM Block diagram?

in ATM Block diagram there is user who can insert his card then enter pin no. request goes to bank get approval then insert amount then get result attributes for entity ATM 1.user ID 2. password(pin no.) 3. amount


Can you locate an ATM by the ATM?

If the ATM has a GPS system installed related to the other branches and ATM joints, you can check that.


What is difference between use case and use case diagram?

A use case outlines a specific goal and how to achieve that goal.A use case diagram is a graphical representation of system users(actors), use cases, and the system (subject) to which this set of use cases applies.In more detail:Use CaseA use case outlines an interaction between an actor and a system (or a system and a system). For example, the interaction (or dialog) of someone accessing an ATM would look as follows:Use case name: Authenticate user1. ATM displays welcome message to Customer2. ATM asks user to insert card3. Customer inserts card into ATM4. ATM asks user to enter their PIN5. Customer enters their PIN6. ATM authenticates the customer using the information from the card and the PINA use case is functional and outlines the behavior of a set of interactions that form a coherent dialog in the system, i.e. Authenticate user. This interaction is separate and distinct from the use case Withdraw money, which also involves a series of interactions.Use Case DiagramA use case diagram shows the relationship between the actors and the use cases. For example, on the Use Case diagram for an ATM you would have the following relationships:CustomerAuthenticate user (dialog fragment above)Withdraw moneyDeposit moneyTransfer moneyGet balanceBank employeeProvision ATM with envelopes and moneyRemove deposit envelopesA set of use cases can be used to specify scope in a system.