Sie sind auf Seite 1von 18

Term Paper of OoPS

CSE-202

TOPIC:- “FEE Structure OF


University ”

DOA:-10\09\2009 DOS:-
05\12\2009

SUBMITTED TO: SUBMITTED


BY:
Jagriti Sharma mam GURSHARAN
SINGH
Deptt. Of CSE ROLL NO:1802
A21
REGN NO-
10802763

This is to certify that the project


entitled “FEE Structure University ”
carried out by the GURSHARAN
SINGH in Btech cse has been
accomplished under my guidance
and supervision. This is original
work and has not been submitted
by him anywhere else for award of
any Degree/Diploma. All sources
are completed under our guidance
and supervision. The assistance
and help rendered during the
course of investigation has been
duly acknowledged.
Lec. Jagriti Sharma
Faculty
Lovely Institute of
Management
I would like to thank all those who
have encouraged me to Submit a
project related to ‘OOP’ as a term
paper.
It is an extremely arduous job to
acknowledge the invaluable help
rendered by all those venerated
souls who directly or indirectly
contributes to make feat as
possible for me. I certainly feel
elated and privileged to express
my deep sense to gratitude to all
of them.
The entire term paper would not
have come to a state of fruition
without them. During term paper
work, I learnt many things.
Everybody was extremely co-
operative. I thank all the members
of ‘LOVELY PROFESSIONAL
UNIVERSITY’ who extended their
hands for help, co-operation and
kindness whenever and wherever
required.

Thanks

Requirement Analysis:-

1. Borland C++ or Turbo C++ complier required.

2. Minimum PC-XT or PC-AT-286 or PS/2.


3. Operating system:-

DOS (Disk Operating System)

Or

Any Microsoft Windows Operating System or Linux/Unix Operating


System

Minimum Version 2.0 for Turbo C++ (TC)

Or

Minimum Version 3.0 for Borland C++(BC) MS-Windows-95 which


is optional.

4. RAM(Random Access Memory):-

Minimum 640 kb (kilobytes)

5. Hard Disk:-Minimum 6MB Hard disk for permanent storage of C++


complier and its related files.

6. One Floppy Disk Drive (1.44 MB).

7. One CD-Drive for C++ complier installation.

8. 80 column monochrome or color monitor.

9. Mouse (for Windows Based C++ compiler.

10.One keyboard for Program Editing.

CONTENTS
1. Introduction of C++
language
2. Introduction of fee structure
of university
3. System requirement
5. Coding of fee structure of
university
7. Requirement analysis
8. System description
9. Testing
10.References
INTRODUCTION TO C++
LANGUAGE
The major motivating factor in the
invention of object –oriented
approach is to remove some of the
flaws encountered in the
procedural approach.OOP treats
data as a critical element in the
program development and does
not allow it to flow freely around
the system. It ties data more
closely to the function that operate
on it ,and protect from accidental
modification from the outside
functions.OOP allows
decomposition of a problem into a
number of entities called objects
and then build data functions
around these object .The data of
an object can be accessed only by
the functions associated with the
object.
INTRODUCTION TO FEE
STRUCTURE OF UNIVERSITY
As we all know that time is very
precious and no one is ready to
waste his time .so we are
designing a project that will help to
save the time of people in schools
and colleges .The project helps
the Student to see the fee detail of
the different courses that available
in the university easily and quickly.
This software is designed to enter
the courses and details is printed
on the screen .The whole details
of the fee can be seen easily . This
software will help to save the time
and also decrease the mistakes
that are made manually .So we
hope that this software will help to
save the Time and data.
SYSTEM REQUIREMENTS
Hardware Requirements:
1. Need a PC with standard
configuration.
2. Need a printer so that we can print
out the fee slip and other documents.

Software Requirements:
1. Need a C-Program2. C-Compatible
Windows

Coding of Fee
Structure Of
University
#include<iostream.h>

#include<conio.h>

void btech();

void bca();
void bba();

void mba();

void mca();

void pharmacy();

void biotech();

void main()

int ch;

char c;

lable:

clrscr();

cout<<"******************************************************
****************************";

cout<<"\t\t\tFEE STRUCTURE OF UNIVERSITY";

cout<<"\t\t\t\t\t\t\tMADE BY:NITIN VIG(BTECH CSE)";

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

cout<<"\n\n\n\t\t\t1.Btech(all stream)";

cout<<"\n\t\t\t2.BCA";

cout<<"\n\t\t\t3.BBA";

cout<<"\n\t\t\t4.MBA";

cout<<"\n\t\t\t5.MCA";

cout<<"\n\t\t\t6.PHARMACY";
cout<<"\n\t\t\t7.BIOTECH";

cout<<"\n\nENTER THE COURSE NUMBER";

cin>>ch;

switch(ch)

case 1:

btech();

}break;

case 2:

bca();

break;

case 3:

bba();

}break;

case 4:

mba();

}break;
case 5:

mca();

}break;

case 6:

pharmacy();

}break;

case 7:

biotech();

}break;

default :

cout<<"enter wrong choice";

cout<<"\n\nFEE DETAIL OF ANY OTHER COURSE(y/n)";

cin>>c;

if(c=='y' || c=='Y')

goto lable;
}

else

cout<<"\t\t\t\t\t@@@@@@@Bye....Have A Nice
Day@@@@@@@@@@";

getch();

void btech()

long long pd =4000,anualsalary=49500,lab=1000,fee=0;

cout<<"\n\t\t\tFEE DETAIL";

cout<<"\n\n\t\t\tPD="<<pd;

cout<<"\n\n\t\t\tLAB="<<lab;

cout<<"\n\n\t\t\tANUALSALARY="<<anualsalary;

fee=pd + anualsalary + lab;

cout<<"\n\n\t\t\tFEE=RS."<<fee;

void bca()

long long pd =4000,anualsalary=17000,lab=1000,fee=0;

cout<<"\n\t\t\tFEE DETAIL";

cout<<"\n\n\t\t\tPD="<<pd;
cout<<"\n\n\t\t\tLAB="<<lab;

cout<<"\n\n\t\t\tANUALSALARY="<<anualsalary;

fee=pd + anualsalary + lab;

cout<<"\n\n\t\t\tFEE=RS."<<fee;

void bba()

long long pd =4000,anualsalary=16500,fee=0;

cout<<"\n\t\t\tFEE DETAIL";

cout<<"\n\n\t\t\tPD="<<pd;

cout<<"\n\n\t\t\tANUALSALARY="<<anualsalary;

fee=pd + anualsalary;

cout<<"\n\n\t\t\tFEE=RS."<<fee;

void mba()

long long pd =4000,anualsalary=60000,lab=1000,fee=0;

cout<<"\n\t\t\tFEE DETAIL";

cout<<"\n\n\t\t\tPD="<<pd;

cout<<"\n\n\t\t\tLAB="<<lab;

cout<<"\n\n\t\t\tANUALSALARY="<<anualsalary;

fee=pd + anualsalary + lab;


cout<<"\n\n\t\t\tFEE=RS."<<fee;

void mca()

long long pd =4000,anualsalary=50000,lab=1000,fee=0;

cout<<"\n\t\t\tFEE DETAIL";

cout<<"\n\n\t\t\tPD="<<pd;

cout<<"\n\n\t\t\tLAB="<<lab;

cout<<"\n\n\t\t\tANUALSALARY="<<anualsalary;

fee=pd + anualsalary + lab;

cout<<"\n\n\t\t\tFEE=RS."<<fee;

void pharmacy()

long long pd =4000,anualsalary=30500,lab=2000,fee=0;

cout<<"\n\t\t\tFEE DETAIL";

cout<<"\n\n\t\t\tPD="<<pd;

cout<<"\n\n\t\t\tLAB="<<lab;

cout<<"\n\n\t\t\tANUALSALARY="<<anualsalary;

fee=pd + anualsalary + lab;

cout<<"\n\n\t\t\tFEE=RS."<<fee;

}
void biotech()

long long pd =4000,anualsalary=49500,lab=1000,fee=0;

cout<<"\n\t\t\tFEE DETAIL";

cout<<"\n\n\t\t\tPD="<<pd;

cout<<"\n\n\t\t\tLAB="<<lab;

cout<<"\n\n\t\t\tANUALSALARY="<<anualsalary;

fee=pd + anualsalary + lab;

cout<<"\n\n\t\t\tFEE=RS."<<fee;

Requirement Analysis:
THE PROJECT WHICH IS GIVEN TO ME I CAN BE
MADE ON ANY WINDOWS LIKE WINDOWS-
VISTA WINDOWSXP, WINDOWS 2000. THE
MAIN CONDITION IS THAT IT SHOULD HAVE
MICROSOFT INSTALLED WITH MICROSOFT
WINDOWS AS BASIC NECCESSSITY. THE
SYSTEM SHOLD HAVE RAM OF 256MB OR
MORE. HARD DISK CAPACITY OF 40GB OR
MORE. PROCESSOR MUST BE PENTIUM 3 0R 4
WITH C++ COMPILER.

SYSTEM DESCRIPTION
THE OPERATING SYSTEM USED IN THIS
PROJECT IS WINDOWSXPIT HAS MICROSOFT
OFFICE INSTALLED IN IT. IT HAS RAM OF 2GB.
HARD DISK CAPACITY OF OPERATING SYSTEM
IS 160GB. IT CONSISTS OF PENTIUM-4
PROCESSOR.THE OPEREATING SYSTEM ALSO
HAS C++ COMPILER. THE SYSTEM ALSO HAS
TYPE CONVERSIONS WHICH CONVERT LOWER
TO UPPER TYPE. THE OPERATING SYSTEM
HAVE 1GB RAM FOR MICROSOFT WORLD.

TESTING
THE SOURCECODE DECLARED ABOVE FOR THE
PROGRAM OF FACULTY INFORMATION &
MANAGEMENT SYSTEM HAS BEEN TESTED AND
IT HAS BEEN FOUND THAT THE ABOVE
SOURCE CODE IS OKAY AND CORRECT.THE
PROGRAM INVOLVES MANY TYPE OF
CONVERSIONS. THESE CONVERSIONS HAS TO
DONE CAREFULLY. THE PROGRAMME IS DONE
INTEGRATION VISE.

REFERENCES:-
1. Laynetworks.com
2. Vcc components.com
3. Cseprojets.org
4. Google seach engine

Das könnte Ihnen auch gefallen