SlideShare a Scribd company logo
Microsoft Office Access 2007




       ARMY PUBLIC SCHOOL AND
       COLLEGE SYSTEM FOR BOYS




            NAME: USAMA AHMED PEERZADA

      CLASS: 2nd YEAR

      ROLL NO: 560890



   FEDERAL BOARD OF INTERMEDIATE AND
         SECONDARY EDUCATION




Examination System                                 Page 1
Microsoft Office Access 2007




               ACKNOWLEDGEMENT
We are thankful to “Almighty Allah” who
provided us courage to complete this project.
During this work we have learned that how
different strategies are applied at different
levels to make this project successful. We
are especially thankful to our respected
teacher                who provided us
guidance in completing our
successfully. We are also indebted to those
persons who have provided us useful
information regarding aspects of Data Base
Management. We are also thankful to our
teachers, who helped us in completing this
project.




Examination System                               Page 2
Microsoft Office Access 2007




                       Certificate
This is to certify that this work entitled “Examination
System” is original and performed by
      of 2nd year I.C.S group, and is supervised by
      Lecturer in Computer Science of                     .



                                     Signature of Supervisor




Examination System                                        Page 3
Microsoft Office Access 2007




                               Examination System
Introduction

        To maintain the examination record previously huge registers, various record books and
files were being maintained even then it was extremely difficult to get the appropriate data
whenever it was required, even then most of the time it would not be as correct as i8t should
have been. With the introduction of computers where a lot of other record keeping became easy
and convenient, data regarding the examination with complete record of all types of
examinations and information about each and every candidate has become extremely easy,
correct and available at the click of a button.

Analysis

Examination System                                                                    Page 4
Microsoft Office Access 2007


       To prepare the project we have to take the following main steps:

   1. We have to enter the basic information about the student i.e. student’s name, roll no,
      class, section and group.

   2. Then we have to concern with the examination in charge to get the information about
       Student’s performance in the examination i.e. marks and status.

                          Drawbacks of manual work
Following are some drawbacks of manual work:

   •   Time consuming:

              Getting the required information from the available data takes a lot of time.
              Changing, editing and updating the information contained in several files is a
              slow and time consuming process.

   •   Needs Large Space:

              In manual work done data item has to be stored at several places, similarly
              student’s record is maintained in separate registers. It requires more storage
              space.

   •   Data Security:

              There is no security in the manual work. Data can be damaged or lost and
              unauthorized persons can access it easily.

   •   Need of Effort:

              In manual system, a student’s record is maintained in separate files so it takes
              much effort to collect data from several files for each student and if we want to
              change or delete the data of any student then it has to be changed or deleted from
              all the files and places.

   •   Need of Several People:

              Several people are required to manage the information. This also increases the
              system costs.

   •   High Costs:

              It is very difficult and expensive to keep the information consistent and updated.


Examination System                                                                       Page 5
Microsoft Office Access 2007


                             Advantages of Proposed System
There are much advantages of proposed system than manual work. Some are as follows:

   •   Data Consistency:

              In proposed system one data item is stored at one place. So whenever data is
              retrieved , always current value of data is used.

   •   Better Data Accessibility:

              Data can be retrieved more easily in database system. It provides special data
              access language sand techniques to store data.

   •   Data Security:

              It is the protection of the database from unauthorized access. The database
              management system provides several procedures to maintain data security.

   •   Data Sharing:

              A database is created for one application. But this database can also be easily
              used for new applications that need the same data or a portion of the data.

   •   Less Effort:

              The data maintenance in a database management system needs less effort in the
              proposed system as compared to manual work system.

   •   Compactness:

              The database management system maintains data in a compact and efficient
              manner. It needs less space than the manual storage system.

                               Designing of proposed System
   •   Table Creating:

              Table is the fundamental concept of relational database it is used to store data. In
              a table data is arranged in rows and columns.

              In this project we have made five tables (Admission Form, Date Sheet, Result for
              ICS, Result for pre engineering, Result for pre medical). In those five tables one
              (admission table) is our main table and the other four are sub tables, which are
              linked with the main table by the creating relationship between them.

Examination System                                                                       Page 6
Microsoft Office Access 2007


                 Registration:

                            In the step of registration the data about (entity) student i.e.
                            student’s name, roll number, class, section, group etc. is recorded.

  •   Admission Table (main table):

             In the project admission table is the main table.




             In this table we have defined the (field name).Roll no is set as the primary key so
             that no data is duplicated.

             We have assigned data type (number) for the field (roll no) and to other fields we
             have assigned (text) data type.



                 Transaction:

                            One complete operation carried out on a database is called a
                            transaction. Transaction is carried out on al primary tables i.e.
                            Result sheet for I.C.S, Pre-Medical, Pre- (Engineering,
                            Humanities, General Science Group (1) and Group (2).

  •   Sub Tables:

             All sub tables have same field names and data types and composite key is
      assigned to it.




Examination System                                                                      Page 7
Microsoft Office Access 2007




               Relationship:

                     The linking of records of one table with the records of other table
                     is called a relationship. There are three type of relationship:

                         One to one relationship.

                         One to many relationship.

                         Many to many relationship.




Examination System                                                               Page 8
Microsoft Office Access 2007




                    The tables are linked by one to one relationship

  •   Query Designing:

             A request to extract data from a database according to some specified criteria is
             called query. We designed the project in such a way that every sub table is
             separately linked with main table.

             In this project we have made group wise and class wise queries(Date Sheet for
             First Term, Examination Sheet, Result for ICS group 1, Result for ICS group 2,
             Result for pre engineering group 1, Result for pre engineering group 2, Result for
             pre medical group 1, Result for pre medical group 2). In designing class wise
             queries we have given class criteria (ICS) s all the data about this specific class
             is extracted and is placed in a table.

  •   Query1 (Date Sheet).:

                 Design View:


Examination System                                                                     Page 9
Microsoft Office Access 2007




                      Date Sheet for students is presented as query

                   Data Sheet View:

                              The result of the query made by the name of Date Sheet for
students is shown in the Data Sheet view.




Examination System                                                                    Page 10
Microsoft Office Access 2007




                                    Data Sheet View

  •   Query2 (Examination Sheet):




Examination System                                                      Page 11
Microsoft Office Access 2007




                          Examination Sheet is presented as query

                   Data Sheet View:

                               The result of the query made by the name of Examination Sheet for
students is shown in the data sheet view.




   •   Query3 Result Sheet for ICS:

       The data about the result of students of ICS is extracted and is presented as a query.




Examination System                                                                      Page 12
Microsoft Office Access 2007




                    Data Sheet View:

                              The result of the query made by the result Sheet for ICS is shown




in the data sheet view.

   •   Form Designing:

               Form is a window that collects data form a database and organizes it on the
               computer screen. They are specially designed to make data entry and retrieval
               easier. They provide an easy interface for entering, editing and displaying data.
               They are mostly designed by using wizard.

               In this project we are going to use six forms (Admission Form, Date Sheet for
               First Term, Examination Sheet, Result for ICS, Result for pre engineering, Result
               for pre medical).



Examination System                                                                      Page 13
Microsoft Office Access 2007


  •   Form of Date Sheet is shown below:



  •   Form for students in Examination Sheet is shown below:



  •   Form of the result of the student of Pre-Engineering is given below:




Examination System                                                           Page 14
Microsoft Office Access 2007


             These forms show subject wise result of different students of different groups.

  •   Report Designing:

             Presentation of processed data obtained from a database is called report. A
             report simply retrieves data from a database and presents it in a formatted form.
             New data cannot be entered and modified. The report can be displayed on the
             screen, printed on the paper or stored on disk.

             In this project we have eight reports (Date Sheet for First Term, Examination
             Sheet, Result for ICS group 1, Result for ICS group 2, Result for pre engineering
             group 1, Result for pre engineering group 2, Result for pre medical group 1,
             Result for pre medical group 2)

  •   The report of Examination sheet is shown below:




  •   The report of Result Sheet for Pre Medical:




Examination System                                                                     Page 15
Microsoft Office Access 2007




Examination System                           Page 16

More Related Content

What's hot

Srs for banking system
Srs for banking systemSrs for banking system
Srs for banking system
Jaydev Kishnani
 
Online examination system
Online examination systemOnline examination system
Online examination systemRahul Khanwani
 
Student Attendance
Student AttendanceStudent Attendance
Student Attendance
BUBT
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentation
Wakimul Alam
 
Online examination system
Online examination systemOnline examination system
Online examination system
Mr. Vikram Singh Slathia
 
Student attendance system
Student attendance   systemStudent attendance   system
Student attendance system
Padam Raj Rijal
 
College management project
College management projectCollege management project
College management project
Akhilesh Jha
 
Employee Leave Management System
Employee Leave Management SystemEmployee Leave Management System
Employee Leave Management System
Md. Mahbub Alam
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam system
Iram hasan
 
SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system... SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system...
GCWUF
 
Documentation e-voting Software Engineering
Documentation e-voting Software EngineeringDocumentation e-voting Software Engineering
Documentation e-voting Software Engineering
Bilal Mubeen
 
Project Proposal of an Employee Management System
Project Proposal of an Employee Management SystemProject Proposal of an Employee Management System
Project Proposal of an Employee Management System
NurFathihaTahiatSeeu
 
Online examination
Online examinationOnline examination
Online examination
farouq umar
 
Attendance management system
Attendance management systemAttendance management system
Attendance management system
Deepankar Sandhibigraha
 
Scholarship Information System documentation
Scholarship Information System documentationScholarship Information System documentation
Scholarship Information System documentation
Kasi Annapurna
 
Online attendance management system
Online attendance management systemOnline attendance management system
Online attendance management system
Deepankar Sandhibigraha
 
Online examination system project ppt
Online examination system project pptOnline examination system project ppt
Online examination system project ppt
Mohit Gupta
 
Online library managment thesis by bilal khattak
Online library managment thesis by bilal khattakOnline library managment thesis by bilal khattak
Online library managment thesis by bilal khattak
Bilal Khattak
 
Course registration system
Course registration systemCourse registration system
Course registration system
Huda Seyam
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
kataria Arvind
 

What's hot (20)

Srs for banking system
Srs for banking systemSrs for banking system
Srs for banking system
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
Student Attendance
Student AttendanceStudent Attendance
Student Attendance
 
Online examination documentation
Online examination documentationOnline examination documentation
Online examination documentation
 
Online examination system
Online examination systemOnline examination system
Online examination system
 
Student attendance system
Student attendance   systemStudent attendance   system
Student attendance system
 
College management project
College management projectCollege management project
College management project
 
Employee Leave Management System
Employee Leave Management SystemEmployee Leave Management System
Employee Leave Management System
 
10.project online exam system
10.project  online exam system10.project  online exam system
10.project online exam system
 
SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system... SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system...
 
Documentation e-voting Software Engineering
Documentation e-voting Software EngineeringDocumentation e-voting Software Engineering
Documentation e-voting Software Engineering
 
Project Proposal of an Employee Management System
Project Proposal of an Employee Management SystemProject Proposal of an Employee Management System
Project Proposal of an Employee Management System
 
Online examination
Online examinationOnline examination
Online examination
 
Attendance management system
Attendance management systemAttendance management system
Attendance management system
 
Scholarship Information System documentation
Scholarship Information System documentationScholarship Information System documentation
Scholarship Information System documentation
 
Online attendance management system
Online attendance management systemOnline attendance management system
Online attendance management system
 
Online examination system project ppt
Online examination system project pptOnline examination system project ppt
Online examination system project ppt
 
Online library managment thesis by bilal khattak
Online library managment thesis by bilal khattakOnline library managment thesis by bilal khattak
Online library managment thesis by bilal khattak
 
Course registration system
Course registration systemCourse registration system
Course registration system
 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
 

Similar to For The Project Of Examination System

Database Lecture Notes
Database Lecture NotesDatabase Lecture Notes
Database Lecture Notes
FellowBuddy.com
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
Dr. Mazin Mohamed alkathiri
 
Database :Introduction to Database System
Database :Introduction to Database SystemDatabase :Introduction to Database System
Database :Introduction to Database System
ZakriyaMalik2
 
Lec 1 Database.ppt
Lec 1 Database.pptLec 1 Database.ppt
Lec 1 Database.ppt
ssuserd527bb
 
Database Systems - Lecture Week 1
Database Systems - Lecture Week 1Database Systems - Lecture Week 1
Database Systems - Lecture Week 1
Dios Kurniawan
 
3.1 Database structure - designing a system.ppt
3.1 Database structure - designing a system.ppt3.1 Database structure - designing a system.ppt
3.1 Database structure - designing a system.ppt
AghaSyedNaqvi
 
DBMS Bascis
DBMS BascisDBMS Bascis
Database part1-
Database part1-Database part1-
Database part1-
Taymoor Nazmy
 
Chapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdfChapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdf
TamiratDejene1
 
Chapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdfChapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdf
TamiratDejene1
 
Fee collection system
Fee collection systemFee collection system
Fee collection systemharryz18
 
Database basics
Database basicsDatabase basics
Database basics
Imran Chowdhary
 
Operate Database Application UC info sheet.pdf
Operate Database Application UC info sheet.pdfOperate Database Application UC info sheet.pdf
Operate Database Application UC info sheet.pdf
RemadanMohammed
 
Database Systems
Database SystemsDatabase Systems
Database Systems
Usman Tariq
 
6846222.pdf
6846222.pdf6846222.pdf
6846222.pdf
MOUSUMIDHARA3
 
Unit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptxUnit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptx
Nirmalavenkatachalam
 
PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...
PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...
PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...
AbhiGrover10
 
Data resource management and DSS
Data resource management and DSSData resource management and DSS
Data resource management and DSS
RajThakuri
 
Presentation Datatbase Final.pptx
Presentation Datatbase Final.pptxPresentation Datatbase Final.pptx
Presentation Datatbase Final.pptx
MuneeburRehman677485
 
Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)
Taibah University, College of Computer Science & Engineering
 

Similar to For The Project Of Examination System (20)

Database Lecture Notes
Database Lecture NotesDatabase Lecture Notes
Database Lecture Notes
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Database :Introduction to Database System
Database :Introduction to Database SystemDatabase :Introduction to Database System
Database :Introduction to Database System
 
Lec 1 Database.ppt
Lec 1 Database.pptLec 1 Database.ppt
Lec 1 Database.ppt
 
Database Systems - Lecture Week 1
Database Systems - Lecture Week 1Database Systems - Lecture Week 1
Database Systems - Lecture Week 1
 
3.1 Database structure - designing a system.ppt
3.1 Database structure - designing a system.ppt3.1 Database structure - designing a system.ppt
3.1 Database structure - designing a system.ppt
 
DBMS Bascis
DBMS BascisDBMS Bascis
DBMS Bascis
 
Database part1-
Database part1-Database part1-
Database part1-
 
Chapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdfChapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdf
 
Chapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdfChapter – 1 Intro to DBS.pdf
Chapter – 1 Intro to DBS.pdf
 
Fee collection system
Fee collection systemFee collection system
Fee collection system
 
Database basics
Database basicsDatabase basics
Database basics
 
Operate Database Application UC info sheet.pdf
Operate Database Application UC info sheet.pdfOperate Database Application UC info sheet.pdf
Operate Database Application UC info sheet.pdf
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
6846222.pdf
6846222.pdf6846222.pdf
6846222.pdf
 
Unit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptxUnit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptx
 
PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...
PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...
PPT Lecture 1.1 and 1.2(Database concepts and database system architecture) (...
 
Data resource management and DSS
Data resource management and DSSData resource management and DSS
Data resource management and DSS
 
Presentation Datatbase Final.pptx
Presentation Datatbase Final.pptxPresentation Datatbase Final.pptx
Presentation Datatbase Final.pptx
 
Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)
 

Recently uploaded

The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 

Recently uploaded (20)

The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 

For The Project Of Examination System

  • 1. Microsoft Office Access 2007 ARMY PUBLIC SCHOOL AND COLLEGE SYSTEM FOR BOYS NAME: USAMA AHMED PEERZADA CLASS: 2nd YEAR ROLL NO: 560890 FEDERAL BOARD OF INTERMEDIATE AND SECONDARY EDUCATION Examination System Page 1
  • 2. Microsoft Office Access 2007 ACKNOWLEDGEMENT We are thankful to “Almighty Allah” who provided us courage to complete this project. During this work we have learned that how different strategies are applied at different levels to make this project successful. We are especially thankful to our respected teacher who provided us guidance in completing our successfully. We are also indebted to those persons who have provided us useful information regarding aspects of Data Base Management. We are also thankful to our teachers, who helped us in completing this project. Examination System Page 2
  • 3. Microsoft Office Access 2007 Certificate This is to certify that this work entitled “Examination System” is original and performed by of 2nd year I.C.S group, and is supervised by Lecturer in Computer Science of . Signature of Supervisor Examination System Page 3
  • 4. Microsoft Office Access 2007 Examination System Introduction To maintain the examination record previously huge registers, various record books and files were being maintained even then it was extremely difficult to get the appropriate data whenever it was required, even then most of the time it would not be as correct as i8t should have been. With the introduction of computers where a lot of other record keeping became easy and convenient, data regarding the examination with complete record of all types of examinations and information about each and every candidate has become extremely easy, correct and available at the click of a button. Analysis Examination System Page 4
  • 5. Microsoft Office Access 2007 To prepare the project we have to take the following main steps: 1. We have to enter the basic information about the student i.e. student’s name, roll no, class, section and group. 2. Then we have to concern with the examination in charge to get the information about Student’s performance in the examination i.e. marks and status. Drawbacks of manual work Following are some drawbacks of manual work: • Time consuming: Getting the required information from the available data takes a lot of time. Changing, editing and updating the information contained in several files is a slow and time consuming process. • Needs Large Space: In manual work done data item has to be stored at several places, similarly student’s record is maintained in separate registers. It requires more storage space. • Data Security: There is no security in the manual work. Data can be damaged or lost and unauthorized persons can access it easily. • Need of Effort: In manual system, a student’s record is maintained in separate files so it takes much effort to collect data from several files for each student and if we want to change or delete the data of any student then it has to be changed or deleted from all the files and places. • Need of Several People: Several people are required to manage the information. This also increases the system costs. • High Costs: It is very difficult and expensive to keep the information consistent and updated. Examination System Page 5
  • 6. Microsoft Office Access 2007 Advantages of Proposed System There are much advantages of proposed system than manual work. Some are as follows: • Data Consistency: In proposed system one data item is stored at one place. So whenever data is retrieved , always current value of data is used. • Better Data Accessibility: Data can be retrieved more easily in database system. It provides special data access language sand techniques to store data. • Data Security: It is the protection of the database from unauthorized access. The database management system provides several procedures to maintain data security. • Data Sharing: A database is created for one application. But this database can also be easily used for new applications that need the same data or a portion of the data. • Less Effort: The data maintenance in a database management system needs less effort in the proposed system as compared to manual work system. • Compactness: The database management system maintains data in a compact and efficient manner. It needs less space than the manual storage system. Designing of proposed System • Table Creating: Table is the fundamental concept of relational database it is used to store data. In a table data is arranged in rows and columns. In this project we have made five tables (Admission Form, Date Sheet, Result for ICS, Result for pre engineering, Result for pre medical). In those five tables one (admission table) is our main table and the other four are sub tables, which are linked with the main table by the creating relationship between them. Examination System Page 6
  • 7. Microsoft Office Access 2007  Registration: In the step of registration the data about (entity) student i.e. student’s name, roll number, class, section, group etc. is recorded. • Admission Table (main table): In the project admission table is the main table. In this table we have defined the (field name).Roll no is set as the primary key so that no data is duplicated. We have assigned data type (number) for the field (roll no) and to other fields we have assigned (text) data type.  Transaction: One complete operation carried out on a database is called a transaction. Transaction is carried out on al primary tables i.e. Result sheet for I.C.S, Pre-Medical, Pre- (Engineering, Humanities, General Science Group (1) and Group (2). • Sub Tables: All sub tables have same field names and data types and composite key is assigned to it. Examination System Page 7
  • 8. Microsoft Office Access 2007  Relationship: The linking of records of one table with the records of other table is called a relationship. There are three type of relationship:  One to one relationship.  One to many relationship.  Many to many relationship. Examination System Page 8
  • 9. Microsoft Office Access 2007 The tables are linked by one to one relationship • Query Designing: A request to extract data from a database according to some specified criteria is called query. We designed the project in such a way that every sub table is separately linked with main table. In this project we have made group wise and class wise queries(Date Sheet for First Term, Examination Sheet, Result for ICS group 1, Result for ICS group 2, Result for pre engineering group 1, Result for pre engineering group 2, Result for pre medical group 1, Result for pre medical group 2). In designing class wise queries we have given class criteria (ICS) s all the data about this specific class is extracted and is placed in a table. • Query1 (Date Sheet).:  Design View: Examination System Page 9
  • 10. Microsoft Office Access 2007 Date Sheet for students is presented as query  Data Sheet View: The result of the query made by the name of Date Sheet for students is shown in the Data Sheet view. Examination System Page 10
  • 11. Microsoft Office Access 2007 Data Sheet View • Query2 (Examination Sheet): Examination System Page 11
  • 12. Microsoft Office Access 2007 Examination Sheet is presented as query  Data Sheet View: The result of the query made by the name of Examination Sheet for students is shown in the data sheet view. • Query3 Result Sheet for ICS: The data about the result of students of ICS is extracted and is presented as a query. Examination System Page 12
  • 13. Microsoft Office Access 2007  Data Sheet View: The result of the query made by the result Sheet for ICS is shown in the data sheet view. • Form Designing: Form is a window that collects data form a database and organizes it on the computer screen. They are specially designed to make data entry and retrieval easier. They provide an easy interface for entering, editing and displaying data. They are mostly designed by using wizard. In this project we are going to use six forms (Admission Form, Date Sheet for First Term, Examination Sheet, Result for ICS, Result for pre engineering, Result for pre medical). Examination System Page 13
  • 14. Microsoft Office Access 2007 • Form of Date Sheet is shown below: • Form for students in Examination Sheet is shown below: • Form of the result of the student of Pre-Engineering is given below: Examination System Page 14
  • 15. Microsoft Office Access 2007 These forms show subject wise result of different students of different groups. • Report Designing: Presentation of processed data obtained from a database is called report. A report simply retrieves data from a database and presents it in a formatted form. New data cannot be entered and modified. The report can be displayed on the screen, printed on the paper or stored on disk. In this project we have eight reports (Date Sheet for First Term, Examination Sheet, Result for ICS group 1, Result for ICS group 2, Result for pre engineering group 1, Result for pre engineering group 2, Result for pre medical group 1, Result for pre medical group 2) • The report of Examination sheet is shown below: • The report of Result Sheet for Pre Medical: Examination System Page 15
  • 16. Microsoft Office Access 2007 Examination System Page 16