Anda di halaman 1dari 11

Submitted to: -

Submitted by:-
Mr. RANJIT SINGH MANMEET SINGH
SECTION-249
Lovely School Of Engineering B.tech-(M.TECH)
Roll no.: 26
Regd. No. - 10801620
ACKNOWLEDGEMENT
I take this opportunity to express my gratitude to our guide
Mr.Ranjit singh who encouraged me with her critical and
constructive suggestions in the project work.
I am also thankful to my FRIENDS for their invaluable
guidance in this project. They benefited me with their experience
and skills in the project.
I again thank all the people who helped me in my project for
their support and encouragement.

Manmeet Singh
Student sign
CONTENTS
Sr.no. Page no. Topic
1. 1 Title Page
2. 2 Acknowledgement
3. 3 Contents
4. 4-5 Introduction
5. 6 SystemRequirement
6. 7-11 Source Code
7. 12 RequirementAnalysis
8. 13 SystemDescription
9. 14 Testing
10. 15 Futurescope
11. 16 References
INTRODUCTION
This program “Result management system” is
very useful Program. With the help of this
program we can find and Save the details of
many student . In this type of program
We can enter roll no and name and the detail of
the student will be on screen. It is easier faster
way to manage result of Students. This program
in short handle’s the result of whole Class.

SYSTEM REQUIREMENTS

Operating System: Windows


2000/NT/Xp/Vista
RAM: 256 MB or more
HARD DISK 40 GB or more
Processor P3 or High
Compiler Standard C++ Compiler
SOURCE CODE
//Result Management System//

#include<stdio.h>
#include<conio.h>
void section()
{

int sec;
printf("\nEnter Student's section number\n");
scanf("%d",&sec);
printf("\nStudent's section number:-->%d\n",sec);
}
void registration()
{
long int reg;
printf("\nEnter Student's registration number\n");
scanf("%li",&reg);
printf("\nStudent's registration number:-->
%li\n",reg);
}
void name()
{
char name[20];
printf("\nEnter Student's full name:\n");
scanf("%s",name);
printf("\n STUDENT'S NAME:--> %s\n",name);
}
void rollno()
{
int rollnum;
printf("\nEnter Student's roll number\n");
scanf("%d",&rollnum);
printf("\nStudent's roll number:-->%d\n",rollnum);
}
void subject()
{
int i;
char subject[7][25];
printf("\nEnter the Subjects\n");
for(i=1;i<=6;i++)
{
scanf("%s",subject);
printf("Subject %d is:-->%s" ,i,subject);
}
}

void marks()
{
int c,mark[10],i,n,sum=0,perc;
printf("\nHow many subjects marks you want to
enter\n");
scanf("%d",&n);
for(i=1;i<=n;i++)
{
scanf("\t%d",&mark[i]);
}
printf("The marks are\n");
for(i=1;i<=n;i++)
{
printf("%d\n",mark[i]);
}
for(i=1;i<=n;i++)
{
sum=sum+mark[i];
}
perc=sum/n;
printf("\n");
printf("TOTAL MARKS ARE %d\n",sum);
printf("\nPERCENTAGE IS %d",perc);

}
void star()
{
int i;
for(i=1;i<=50;i++)
{
printf("*");
}
printf("\n\n LOVELY PROFESSIONAL
UNIVERSITY\n\n");
for(i=1;i<=50;i++)
{
printf("*");
}
}
void main()
{
clrscr();
star();
name();
section();
registration ();
rollno();
subject();
marks();
printf("\n");
star();
getch();
}
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 WINDOWS XP-HOME HAS
MICROSOFT OFFICE INSTALLED IN IT. IT
HAS RAM OF 256MB. HARD DISK CAPACITY
OF OPERATING SYSTEM IS 80GB. 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
256 MB RAM FOR MICROSOFT WORD.

TESTING
THE SOURCECODE DECLARED ABOVE FOR
THE PROGRAM OF RESULT 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.

FUTURE SCOPE

• Review performance and objectives with


your manager.
• Helps in proper grading system of marks
• Helps in proper totaling of marks of
each student.
• Helps in managing result record of all
students in a structered way.
• Focus on delivering quantifiable results.
• Link to goals and objectives.
• Monitor development needs & action
plan.
• Resource for review monthly to ensure
completion by year end.
• Add new development needs to list as
identified.

REFRENCES

BOOKS: -ANSI C
-PROGRAMMING IN ANSIC &
TURBO C
THE C PROGRAMMING LANGUAGE by DENNIS
RITCHIE

Anda mungkin juga menyukai