0% found this document useful (0 votes)
18 views5 pages

Add in Bank

This document provides an overview of a Bank Management System project, including its table of contents, introduction, objectives, functions used, hardware/software requirements, coding, testing, output, and bibliography sections. The introduction describes how the project allows bank employees and customers to track account details digitally. The objectives are to apply programming skills to a real-world problem and develop procedural and object-oriented coding abilities. The functions used section outlines MySQL functions for connecting to a database, executing queries, and committing changes. Testing involves empirically investigating the quality and context of the software.

Uploaded by

aayushkjaat324
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views5 pages

Add in Bank

This document provides an overview of a Bank Management System project, including its table of contents, introduction, objectives, functions used, hardware/software requirements, coding, testing, output, and bibliography sections. The introduction describes how the project allows bank employees and customers to track account details digitally. The objectives are to apply programming skills to a real-world problem and develop procedural and object-oriented coding abilities. The functions used section outlines MySQL functions for connecting to a database, executing queries, and committing changes. Testing involves empirically investigating the quality and context of the software.

Uploaded by

aayushkjaat324
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Table of Contents

SNO CONTENTS PAGE


NO

1) Certificate 02

2) Acknowledgement 03

3) Introduction/ Objective of the project 04

4) Functions are used 05

5) H/W & S/W Requirements 06

6) Coding

7) Testing

8) Output

9) Bibliography
INTRODUCTION
"BANK MANAGEMENT SYSTEM” This project is useful for the bankemployees as well
as customers to keep a track of account details. The emerging ofdigital system made
information available on fingertips. By automating the transactionsone can view the details
as and when required in no time. This project emphases oncreation of new customer accounts,
managing the existing account holders in thebank, by making digital system one can generate
daily reports, monthly reports andannual reports which can enhance the system.

OBJECTIVES OF THE PROJECT

The objective of this project is to let the students apply the programming knowledge into a
real- world situation/problem and exposed the students howprogramming skills helps in
developing a good software.

1. Write programs utilizing modern software tools.

2. Apply object-oriented programming principles effectively when developingsmall to medium


sized projects.

3. Write effective procedural code to solve small to medium sized problems.

4. Students will demonstrate a breadth of knowledge in computer science, asexemplified in the


areas of systems, theory and software development.

5. Students will demonstrate ability to conduct research or applied ComputerScience project,


requiring writing and presentation skills which exemplifyscholarly style in computer science.

FUNCTIONS ARE USED


1. mysql.connector.connect(): This function is used to create a connection to a
MySQL

database. It takes in several parameters, such as the host, user, and password, and

returns a MySQLConnection object.

2. cursor(): This method is called on a MySQLConnection object and returns a Cursor


object.

A Cursor object is used to interact with a MySQL database.

3. execute(): This method is called on a Cursor object and is used to execute a MySQL
query.

It takes a single parameter, which is the MySQL query to be executed.

4. commit(): This method is called on a MySQLConnection object and is used to


commit any

changes made to the database. This is necessary to ensure that changes made to
the

database are permanent.

5. input(): This function is used to take user input. It prompts the user to enter a
value and returns the input as a string.

6. str(): This function is used to convert a value to a string.

7. int(): This function is used to convert a value to an integer.

TESTING
Software Testing is an empirical investigation conducted to provide
stakeholders with information about the quality of the product or service under test ,
with respect to the context in which it is intended to operate. Software Testing also
provides
an objective, independent view of the software to allow the business to appreciate and
understand the risks at implementation of the software. Test techniques include, but
are
not limited to, the process of executing a program or application with the intent of
finding
software bugs.

TABLES

STRUCTURE OF TABLE (BANKTRANS)


STRUCTURE OF TABLE (BANK_MASTER)

You might also like