Sunteți pe pagina 1din 61

2016-17

PHYSICAL EDUCATION PROJECT FILE


ON

FOOTBALL
OF CLASS XII A

PRINCIPAL:
Mr. VINAY AGRAWAL
SUBMITTED TO:
SUBMITTED BY: Mr. AMIT YADAV
SANKET JAIN

ACKNOWLEDGEME
NT
I acknowledge with immense
gratitude and a deep sense of respect the
useful help given to me by my Physics
teacher
Mr.Jaydev
Chaturvedi
in
selection and planning of this project. I
also extend my heartiest thanks to our
Principal
Mr. Vinay Agrawal for his
precious help and co-operation to make
my effort succeed. I also pay thanks to my
friends who co-operated in completing my
project.
MADE BY:-SATYAM KURMI

CERTIFICATE
This is to certified that the Project
Report on Freezing & Boiling Point of
Liquid which is being submitted by
Prakhar Singh Chandel of class XII
Maths from Gyanodaya Sr. Sec. School
Khurai for board exam of the year 2016-17
has been duly completed as record of
bonfire both in respect of its contents and
its literary presentation for being referred
to the examiner.
PRINCIPAL:
GUIDED BY:

Mr. Vinay Agarwal


Miss.Anjum Khan
EXTERNAL SIGN:

CERTIFICAT
E
This is to certify that the Activity
File which is being submitted by Satyam
Kurmi
of
Class
XII
Maths
from
Gyanodaya Sr. Sec. School Khurai for board
exam of the year 2016-17 has been duly
completed as a record both in respect of

its contents and its literary presentation


for being referred to the examiner.
PRINCIPAL:
GUIDED BY:
Mr. Vinay Agrawal
Jaydev Chaturvedi

Mr.

EXTERNALS SIGN:

DECLARATIO
N
We are the student of class XII of
Gyanodaya Sr. Sec. School Khurai declare

that this project has been designed by me


under the kind guidance of Mr. Amit
Yadav. This is our original work.
DATE:-.
REPRESENTED BY:

PREFACE
To remain motivated and to learn
from various experience and sources. It is
necessary
that
we
should
actively
participate in the learning process.

This is particular important in the


field of Chemistry. In the experiment of
making project can provide me new
knowledge and new skills.

CONTENTS
1) SYSTEM ANALYSIS
1.1 INTRODUCTION
1.2 REQUIREMENT OF NEW SYSTEM
1.3 SYSTEM HIERARCHY CHART
1.4 DATA DICTIONARY

2) SYSTEM DESIGN
2.1 INTODUCTION
2.2 ELEMENT OF DESIGN

3) SYSTEM DEVELOPMENT
3.1 C++ AN OVERVIEW
3.2 HARDWARE AND SOFTWARE REQUIREMENTS

1) SYSTEM ANALYLSIS
1.1 INTRODUCTION:
Why system studies?
It is always require studying an existing system to remove its
shortcomings.Basically system study and analysis involve the
following three questions:
1. What is existing system?
2. What are the drawbacks of existing system?
3. Is better to modify the existing system or to design a new
system?
What is structured analysis?

Structured analysis is a development method for analysis of


existing manual of automated system. It leads to the
development of specification for a new or modified system. The
word structure in structured analysis means:
1. The method attempt to structure the requirement
determination processor, beginning with documentation of
existing system,
2. The process is organized in such a way that it attempts to
include all the relevant details describe the current omitted,
3. The identification of requirement will be similar among the
individual analysts,
4. The working papers produced to document the existing and
proposed system are effective communication devices.

1.2 REQUIREMENT OF THE NEW SYSTEM:


The manual system of the existing RAILWAY RESERVATION is
pretty slow. This slowness causes much inconvenience. Also the
number of personal required doing the manual works is large.
So, a need is strongly felt to design an alternative automated
solution. The requirement generally expected from the new
system are described below:
1. The
automated
(computerized
system)RAILWAY
RESERVATION should be fest enough to handle the workload
within reasonable time.
2. The computerized RAILWAY RESERVATION should involve
efficient processing solution to escape the risk of common
error inherent in the present manual system.

3. The overall system should be interactive and user friendly,


in order to generate more user interest in library
management system.

1.3 SYSTEM HIERARCHY CHART:


A system consist of many different activities or process. One
process contains several individual step(smaller scale process).
A process hierarchy chart shows the hierarchy of process. The
bank management systems process identified are:
1. Data entry module for account holder.
2. Various queries modules.
3. Account holder information display.

1.4 DATA DICTIONARY:


A data dictionary is a catalog of the element of a system.
These elements center on data and the way they are structured
to meet user requirement and organization needs. In a data
dictionary there is a list of all the items composing the data
flowing through the system. The major elements are data flows,
data store and processes.

2) SYSTEM DESIGN
2.1 INTRODUCTION:
Determining systems requirement requires analysis of the
fact in hand. The design is a solution to translation of
requirement into ways of meeting them. It is how to specify the
features of a system that will meet the previously stated
requirements. The objects of system design are:
1. Specify logical design elements (input, output, files and
database procedures.
2. Support business activities (performance is improved).

3. Meet user requirements (necessary information accurate


results).
4. Appropriate method of overall reliability is provided.
5. Easy to use(favorable to human engineering).
6. Conform to design standards.

2.2 Elements of the design:


The component of our information described during design.
The elements are:
1. Dataflow: students information.
2. Data stores: students.
3. Processes: data entry in the master files, manipulation of
master files, report.
4. Procedures: data entry module for student file, updating in
master file, error handling procedure.
5. Control: specify actions to take problem or unexpected
circumstances are deleted.

3) SYSTEM DEVELOPMENT
3.1 C++ AN OVERVIEW:
LMS has been development in turbo c++ which is one of the
most popular object oriented programming(oop) language. Oop
was developed because limitation were discovered in earlier
approach to programming language is to combine into a single
unite both the data and function that operates on the data. Such
a unite called object. An object function called member function
in c++, typically provide the only way access its data. You cant
access the directly. The data hiding are key term in the
description of object oriented languages.

3.2 HARDWARE REQUIREMENT:


I. OPERATING SYSTEM : Any
II. PROCESSOR: 1.PENTIUM(ANY) OR AMD ATHALON(3800+4200+ DUALCORE)
III. MOTHERBOARD:1.845 OR 915,995 FOR PENTIUM 0R MSI
K9MM-V VIA K8M800+8237R PLUS CHIPSET FOR AMD ATHALON
IV. RAM:512MB+
V. Hard disk: Sata 40 GB or above
VI. CD/DVD r/w multi drive combo
VII. MONITOR 14.1 or 15 -17 inch
VIII. Key board and mouse
IX. Printer
SOFTWARE REQUIREMENTS:
I. C++

HEADER FILES USED


1. #include<iostream.h>
2. #include<conio.h>
3. #include<stdio.h>
4. #include<stdlib.h>
5. #include<string.h>
6. #include<process.h>
7. #include<iomanip.h>
8. #include<fstream.h>
9.#include<graphics.h>

/**************************************************************************************

*************************HEADER FILES USED IN PROGRAM*****************************


**************************************************************************************/
#include<iostream.h>
#include<dos.h>
#include<conio.h>
#include<stdio.h>
#include<graphics.h>
#include<string.h>
#include<fstream.h>
#include<process.h>
#include<stdlib.h>
struct bank
{
int accno,adaarno,amount,ak;
char name[30],res[80],em[80];
long pno;
}ob;
/**************************************************************************************
*************************FUNCTIONS USED USED IN PROGRAM**************************
**************************************************************************************/
void a();//Function to give acoount no.
void newac();//Function to creat new account.
void view();//Function to details of an account.
void with();//Function to withdrawl money.
void dep();//Function to deposite money.
void mod();//Function to modify account.
void del();//Function to delete account.
void main()
{

clrscr();
textbackground(RED);
textcolor(BLUE);
cout<<"

W EEEEEE L
WE

CCCCCCCC OOOOOOO M

cout<<"\n

cout<<"\n

W W W EEEE L

cout<<"\n

WW WWE

cout<<"\n

O
C
C

M EEEEEE";

O M M M M E ";
O
O

O M M M EEEE ";
O M

M E ";

W EEEEEE LLLLLL CCCCCCCC OOOOOOO M

M EEEEEE";

cout<<"\n";
cout<<"\n";
cout<<"\n

TTTTTTT OOOOOO";

cout<<"\n

O";

cout<<"\n

O";

cout<<"\n

O";

cout<<"\n

OOOOOO";

cout<<"\n";
cout<<"\n";
cout<<"\n OOOOO U U RRRRR PPPPPP RRRRR OOOOO
cout<<"\n O O U U R R P P R R O O

JE

cout<<"\n O O U U RRRRR PPPPPP RRRRR O O


cout<<"\n O O U U R R

RR O O J JE

cout<<"\n OOOOO UUUUU R R P

J EEEEEE CCCCCC TTTTTTT ";


T";

J EEEE C
C

T";

T";

R R OOOOO JJJJJ EEEEEE CCCCCC

T";

cout<<"\n";
cout<<"\n";
getch();
textbackground(RED);
textcolor(GREEN);
cout<<"*******************************************************************************";
cout<<"\n\n\n

GYANODAYA S.M.V.M Se Sec SCHOOL KHURAI

";

cout<<"

SAGAR(M.P)

";

cout<<"\n\n

COMPUTER SCIENCE PROJECTS

";

cout<<"\n

***************BANK MANAGEMENT**************";

cout<<"\n

cout<<"\n\n\n\n
cout<<"\n

NAME NIKHIL-JAIN
LALIT-TIWARI

cout<<"\n\n\n

CLASS-XII 'A'

";

SUBJECT COMPUTER SCIENCE ";

SUBJECT-TEACHER

cout<<"\n\n\n

";

NITIN VERMA

";

PRINCIPAL VINAY AGARAWAL";

cout<<"\n\n\n**************************************************************************";
getch();
clrscr();
int ch;
char b='i';
nik:
textbackground(MAGENTA);
textcolor(BLUE);
cout<<"\n***************************************MENU********************************";
cout<<"\n*****************************************************************************";
cout<<"\n*********************************1.NEW ACCOUNT.****************************";
cout<<"\n*********************************2.VIEW ACCOUNT DETAILS.******************";
cout<<"\n*********************************3.WITHDRAW MONEY.**********************";
cout<<"\n*********************************4.DEPOSITE MONEY.************************";
cout<<"\n*********************************5.DELETE ACCOUNT.*************************";
cout<<"\n*********************************6.MODIFY ACCOUNT.************************";
cout<<"\n*********************************7.EXIT.**************************************";
cout<<"\n*****************************ENTER YOUR CHOICE(1-7):***********************";
cin>>ch;
getch();
clrscr();

switch(ch)
{
case 1:
textbackground(RED+GREEN);
textcolor(BLUE+RED);
newac();
cout<<"\n-----------------------------PRESS 'i' FOR MAIN MENU:---------------------------";
cin>>b;
if(b=='i')
{
clrscr();
goto nik;
}
break;
case 2:
textbackground(CYAN);
textcolor(925);
view();
cout<<"\n-----------------------------PRESS 'i' FOR MAIN MENU:---------------------------";
cin>>b;
if(b=='i')
{
clrscr();
goto nik;
}
break;
case 3:
textbackground(RED+GREEN);
textcolor(423);

with();
cout<<"\n-----------------------------PRESS 'i' FOR MAIN MENU:---------------------------";
cin>>b;
if(b=='i')
{
clrscr();
goto nik;
}
break;
case 4:
textbackground(986);
textcolor(654);
dep();
cout<<"\n-----------------------------PRESS 'i' FOR MAIN MENU:---------------------------";
cin>>b;
if(b=='i')
{
clrscr();
goto nik;
}
break;
case 5:
textbackground(123);
textcolor(905);
del();
cout<<"\n-----------------------------PRESS 'i' FOR MAIN MENU:----------------------------";
cin>>b;
if(b=='i')
{

clrscr();
goto nik;
}
break;
case 6:
textbackground(GREEN+MAGENTA);
textcolor(BLACK);
mod();
cout<<"\n----------------------------PRESS 'i' FOR MAIN MENU:----------------------------";
cin>>b;
if(b=='i')
{
clrscr();
goto nik;
}
break;
case 7:
textbackground(RED+GREEN);
textcolor(BLUE+GREEN);
cout<<"\n\n\n\n\n\n\n\n\n\n\n\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@THA
NK YOU.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@";
getch();
exit(0);
break;
}
getch();
}
/**************************************************************************************
*********************FUNCTION TO CREATE NEW ACOOUNT.***************************

***************************************************************************************
void newac()
{
clrscr();
ofstream ni;
ni.open("bankin.txt",ios::binary|ios::app);
cout<<"********************************NEW USER:************************************";
cout<<"\nENTER YOUR ACCOUNT NUMBER :";
cin>>ob.accno;
cout<<"\n******************************ENTER YOUR NAME:";
gets(ob.name);
cout<<"\n******************************ENTER LAST 4 DIGIT OF YOUR ADHAAR NUMBER:";
cin>>ob.adaarno;
cout<<"\n******************************ENTER YOUR FULL ADDRESS:";
gets(ob.res);
cout<<"\n******************************ENTER YOUR PHONE NUMBER:";
cin>>ob.pno;
cout<<"\n******************************ENTER YOUR EMAIL(char only):";
gets(ob.em);
cout<<"\n******************************ENTER AMOUNT BY WHICH YOU WANT TO OPEN
ACCOUNT:";
cin>>ob.amount;
ni.write((char*)&ob,sizeof(ob));
}

/**************************************************************************************
*********************FUNCTION TO SHOW ACCOUNT DETAILS.**************************
**************************************************************************************/

void view()
{
clrscr();
ifstream ni;
ni.open("bankin.txt",ios::binary|ios::in);
int acno;
char f='n';
cout<<"\n******************************ENTER ACCOUNT NUMBER TO SEARCHED :";
cin>>acno;
while(!ni.eof())
{
ni.read((char*)&ob,sizeof(ob));
if(ob.accno==acno)
{
cout<<"\n******************************ACCOUTNT NUMBER:";
cout<<ob.accno;
cout<<"\n******************************NAME:";
cout<<ob.name;
cout<<"\n******************************LAST 4 DIGIT OF YOUR ADHAAR NUMBER:";
cout<<ob.adaarno;
cout<<"\n******************************FULL ADDRESS:";
cout<<ob.res;
cout<<"\n******************************PHONE NUMBER:";
cout<<ob.pno;
cout<<"\n******************************EMAIL(char only):";
cout<<ob.em;
cout<<"\n******************************AMOUNT:";
cout<<ob.amount;
f='t';

}
}
if(f=='n')
cout<<"\n******************************ACCOUNT DOES NOT EXISTS.";
ni.close();
}
/**************************************************************************************
*********************FUNCTION TO WITHDRAWL MONEY.******************************
**************************************************************************************/
void with()
{
clrscr();
fstream ni;
ni.open("bankin.txt",ios::binary|ios::in|ios::out);
int acno,m;
char f='n';
cout<<"\n******************************ENTER ACCOUNT NUMBER TO BE SARCHED:";
cin>>acno;
while(!ni.eof())
{
ni.read((char*)&ob,sizeof(ob));
if(ob.accno==acno)
{
cout<<"\nYOUR AMOUNT HAS "<<ob.amount<<" Rs.";
cout<<"\nENTER AMOUNT TO BE WITHDRAWL:";
cin>>m;
ob.amount-=m;
cout<<"\nNOW YUOR ACCOUT CONTAINTS "<<ob.amount<<" Rs.";
int pos=ni.tellg();

ni.close();
//sleep(3);
//pos=ni.tellg();
ni.open("bankin.txt",ios::binary|ios::in|ios::in|ios::ate);
ni.seekg(pos-sizeof(ob));
ni.write((char*)&ob,sizeof(ob));
f='t';
break;
}
}
if(f=='n')
cout<<"\n*******************************ACCOUNT DOES NOT EXISTS*******************";
}
/**************************************************************************************
*************************PROGRAM TO DEPOSITE MONEY.******************************
**************************************************************************************/
void dep()
{
clrscr();
fstream ni;
ni.open("bankin.txt",ios::binary|ios::in);
int acno,m;
char f='n';
cout<<"\n******************************ENTER ACCOUNT NUMBER TO BE SARCHED:";
cin>>acno;
while(!ni.eof())
{
ni.read((char*)&ob,sizeof(ob));
if(ob.accno==acno)

{
cout<<"\nYOUR ACCOUNT HAS "<<ob.amount<<" Rs.";
cout<<"\nENTER AMOUNT TO BE DEPOSITE:";
cin>>m;
ob.amount+=m;
cout<<"\nNOW YPUR ACCOUNT CONTAINS "<<ob.amount<<" Rs.";
int pos=ni.tellg();
ni.close();
//sleep(3);
//pos=ni.tellg();
ni.open("bankin.txt",ios::binary|ios::in|ios::in|ios::ate);
ni.seekg(pos-sizeof(ob));
ni.write((char*)&ob,sizeof(ob));
f='t';
break;
}
}
if(f=='n')
cout<<"\n******************************ACCOUNT DOES NOT EXISTS********************";
}
/**************************************************************************************
*************************FUNCTION TO MODIFY ACCOUNT.*****************************
**************************************************************************************/
void mod()
{
clrscr();
fstream ni;
ni.open("bankin.txt",ios::binary|ios::in|ios::out);
int acno,ad;

char f='n',con='f',e[80],rs[80],n[80];
long pn,am;
cout<<"\n*****************************ENTER ACCOUNT TO BE SEARCHED:";
cin>>acno;
while(!ni.eof())
{
ni.read((char*)&ob,sizeof(ob));
if(ob.accno==acno)
{
cout<<"\n******************************ACCOUNT NUMBER:";
cout<<ob.accno;
cout<<"\n******************************NAME:";
cout<<ob.name;
cout<<"\n******************************LAST 4 DIGIT OF YOUR ADHAR NUMBER:";
cout<<ob.adaarno;
cout<<"\n******************************FULL ADDRESS:";
cout<<ob.res;
cout<<"\n******************************PHONE NUMBER:";
cout<<ob.pno;
cout<<"\n******************************EMAIL(char only):";
cout<<ob.em;
cout<<"\n******************************AMOUNT:";
cout<<ob.amount;
cout<<"\n******************************ENTER NEW DETAIL:****************************";
cout<<"\n******************************ENTER YOUR NAME:";
gets(n);
cout<<"\n******************************ENTER YOUR FULL ADDRESS:";
gets(rs);
cout<<"\n******************************ENTER LAST 4 DIGIT OF YOUR ADHAR NUMBER";

cin>>ad;
cout<<"\n******************************ENTER YOUR PHONE NUMBER:";
cin>>ob.pno;
cout<<"\n******************************ENTER YOUR EMAIL(char only):";
gets(e);
int pos=ni.tellg();
ni.close();
//sleep(3);
//pos=ni.tellg();
ni.open("bankin.txt",ios::binary|ios::in|ios::in|ios::ate);
ni.seekg(pos-sizeof(ob));
ni.write((char*)&ob,sizeof(ob));
f='t';
break;
}
}
ni.close();
if(f=='n')
cout<<"\n*******************************RECORD NOT FOUND**************************";
}
/**************************************************************************************
*************************FUNCTION TO DELETE ACCOUNT.*****************************
**************************************************************************************/
void del()
{
clrscr();
ifstream ni;
ni.open("bankin.txt",ios::binary|ios::in);
ofstream no;

no.open("bank.txt",ios::binary);
int acno;
char f='n',con='f';
cout<<"\n******************************ENTER ACCOUNT NUMBER TO BE SEARCHED:";
cin>>acno;
while(!ni.eof())
{
ni.read((char*)&ob,sizeof(ob));
if(ob.accno==acno)
{
cout<<"\n******************************ACCOUNT NUMBER:";
cout<<ob.accno;
cout<<"\n******************************NAME:";
cout<<ob.name;
cout<<"\n******************************LAST FOUR DIGIT OF YOUR ADHAR NUMBER:";
cout<<ob.adaarno;
cout<<"\n******************************FULL ADDRESS:";
cout<<ob.res;
cout<<"\n******************************PHONE NUMBER:";
cout<<ob.pno;
cout<<"\n******************************EMAIL(char only):";
cout<<ob.em;
cout<<"\n******************************AMOUNT:";
cout<<ob.amount;
f='t';
cout<<"\n******************************ARE YOU SURE,YOU WANT TO DELETE ACCOUNT:";
cin>>con;
if(con=='f')
no.write((char*)&ob,sizeof(ob));

}
else
no.write((char*)&ob,sizeof(ob));
}
if(f=='n')
cout<<"\n*******************************ACCOUNT DOES NOT EXISTS.*******************";
ni.close();
no.close();
remove("bankin.txt");
rename("bank.txt","bankin.txt");
}
/**************************************************************************************
*********************************HERE PROGRAM ENDS*******************************
**************************************************************************************/

BIBLIOGRAPH
Y
C++ AN OVERVIEW
-FROM TEXTBOOK XII SUMITA ARORA
HEADER FILES USED
-FROM TEXTBOOK XII SUMITA ARORA
CODING - SELF
OUTPUT SCREEN
-FROM TC3 BY COMPILING CODING

S-ar putea să vă placă și