C presentation
Hansika Bose
Created on February 5, 2023
Over 30 million people create interactive content in Genially
Check out what others have designed:
ALL THE THINGS
Presentation
SANTIAGOVR_EN
Presentation
WWII TIMELINE WITH REVIEW
Presentation
BLENDED LEARNING
Presentation
TAKING A DEEPER DIVE
Presentation
WWII JUNE NEWSPAPER
Presentation
AUSSTELLUNG STORYTELLING
Presentation
Transcript
CSE- 108 Project
BANK MANAGEMENT SYSTEM
Dheemanth Chakravarthi AP22110010844
Samyuktha N AP22110010843
Hansika Bose AP22110010842
Prsented By:
- Aim
- What is Bank Management System
- Applications
- Flow chart
- Algorithm
- Program And Output
- Conclusion
TABLE OF CONTENTS
The main objective of bank management is to build an organic and optimal interaction system between the elements of banking mechanisms with a view to profit. Every successful banker has to perform managerial responsibilities along with technical banking activities
AIM
It is nothing but computerized telecommunications device that provides the customers of a financial institution with access to financial transactions in a public space without the need for a human clerk.
What is Bank Management System?
- It gives all sorts of functions which are required by the bank in order to run a stable system.
- Manually check the records of the pre-existing system like transactions that are made in the past.
- Changes or manipulates the new data that is being added and is then re-recorded.
Application
Flow chart
- Start by declaring a structure named account and in that structure, members are account number, account name and balance of the amount.
- Open main function and define choice a switch variable display choices as create account, deposit money, withdraw money, check balance and exit.
- Using switch case if choice is
- case 1: then create an account
- case 2: display deposit money
- case 3: display withdraw money
- case 4: check balance
- If anything above is not executed then its invalid choice and the program is exit from switch case.
- A pointer it is customer is pointing account structure if case 1 is chose these are sub steps to be implemented display account number generated, account name, initial deposit and it account is created then display success status.
- A pointer it is customer is pointing account structure if case 2 is chose these are sub steps to be implemented display enter amount to deposited, its transaction status.
- A pointer it is customer is pointing account structure if case 3 is chose these are sub steps to be implemented display amount to withdraw, if there is no enough balance display insufficient balance and transaction status for the whole process.
- A pointer it is customer is pointing account structure if case 4 is chose these are sub steps to be implemented display account number, name and balance amount and last exit the program.
Algorithm
Code
Conclusion
- The record of the accounts in the bank management system is stored in the output. Moreover, the system records account holder name, bank account number, id and bank balance.
- This system is a small project that implements only some of the complex features of bank.