Ilovepdf Merged
Ilovepdf Merged
(AUTONOMOUS)
MADURAI
21CS103 - MINIPROJECT
Student result
TITLE : BANKING analysis
APPLICATION
system
TEAM MEMBERS:
1. Irfan-23CSEC31
2. Akash-23CSEC32
3. Arunachalam - 23CSEC36
4. Kishore-23CSEC44
5. Rahul-23CSEC52
6. Sehwag-23CSEC61
PROJECT INCHARGE
Mrs.S.SAHEBZATHI M.E Dr. R. PERUMALRAJA M.E., Ph.D.,
VCET VCET
VELAMMAL COLLEGE OF ENGINEERING AND TECHNOLOGY
BONAFIDE CERTIFICATE
……………………. ……………………..
Mrs.S.SAHEBZATHI M.E Dr.PERUMALRAJAM.E,Ph.D
Project report
On
STUDENT RESULT ANALYSIS
INDEX
2. Analysis of Project
-Objective
-Scope
-Advantages
3. Language Specification
4. Requirements
5. Snapshots
6. Conclusion
INTRODUCTION
Introduction
INTRODUCTION
Downloaded by Sehwag LK ([email protected])
lOMoARcPSD|42038309
Analysis of project
ANALYSIS OF PROJECT
OBJECTIVE
SCOPE OF PROJECT
This software is limited for second of Information technology year only. We will
implement it so that it can be used by all the years i.e. all the departments of college. We will
implement it more so that more data can be store. We will on providing security to this software
so that only authorized person can make changes in it.
ADVANTAGES:
LANGUAGE
SPECIFICATION
Procedure Oriented programming is most widely used in the word. Basically “C” is a middle
level language but in c language has the feature of the both low level language as well as high
level language & hence it is termed as middle level language. “C” combines the best of high
level language with the control & flexibility of assembly language.
1)FLEXIBILITY: -
drivers application.
2) POWERFULL: -
Feature.
3) SMALLSIZE: -
4) PROBABILITY: -
5) MODULARDESIGN:-
6) BITENGINEERING: -
7) EFFICIENCY: -
// Management System
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Int option = 0;
Int I = 0;
Int n = 0;
Int j = 0;
Float tdays = 1;
// Structure of Student
Struct student {
Char name[20];
Int rno;
Char fees;
Float days;
Float attend;
} s[50];
// Functions
Void execute();
// registration system
Void execute()
Printf(
“candidates \n”);
Scanf(“%d”, &option);
// Switch Statement for choosing
Switch (option) {
Case 1:
eligibleStudents(s);
execute();
break;
case 2:
deleteRecord(s);
execute();
break;
case 3:
printf(“Old Attendance “
“required = %f”,
Present);
Printf(
Scanf(“%f”, &present);
“ was %c \n”,
Money);
Scanf(“%c”, &money);
Execute();
Break;
Case 4:
Present = 75.00;
Money = ‘P’;
Execute();
Break;
Case 5:
printStudents(s);
execute();
break;
case 6:
execute();
break;
case 0:
exit(0);
default:
execute();
// students records
S[i].name);
S[i].rno);
S[i].fees);
“present = %f \n”,
S[i].days);
S[i].attend);
}
}
Int a = 0;
Scanf(“%d”, &a);
If (s[i].rno == (a)) {
Printf(“________________”
“________________”
“_______________”
“_____________ \n”);
// of the student
S[i].name);
S[i].fees);
S[i].attend);
Scanf(“%f”, &tdays);
Scanf(“%d”, &n);
(I + 1));
Printf(“Enter the name of”
Scanf(“%s”, s[i].name);
“present \n”);
Scanf(“%f”, &s[i].days);
S[i].attend = (s[i].days
/ tdays)
• 100;
S[i].attend);
Execute();
}
// Driver Code
Int main()
Printf(“Welcome to Student “
“ record \n”);
Scanf(“%d”, &option);
// Switch Statements
Switch (option) {
Case 0:
Exit(0);
Case 1:
Add(s);
Break;
Default:
Execute();
Return 0;
}
lOMoARcPSD|42038309
REQUIREMTNTS
HARDWARE REQUIREMENT:
512 MB RAM
Standard color moniter
1 GB HD.
SOFTWARE REQUIREMENT:
Microsoft Windows XP
Turbo C compilar.
SNAP-SHOTS
CONCLUSION