Exam seating and jumbling questions

13
exam seating and jumbling que stions EXAMINATION SEATING ARRANGEMENT AND JUMBLING OF QUESTIONS IN A QUESTION PAPER Submitted by : M.Vikas vardhan reddy MT13B016 RGUKT Project Incharge: Mr.Suresh Mr.Venkanna. Ms.Durga Bhavani.

Transcript of Exam seating and jumbling questions

Page 1: Exam seating and jumbling questions

exam seating and jumbling questions

EXAMINATION SEATING ARRANGEMENT AND JUMBLING OF QUESTIONS IN A

QUESTION PAPER

Submitted by :

M.Vikas vardhan reddy

MT13B016

RGUKT

Project Incharge: Mr.Suresh Mr.Venkanna. Ms.Durga Bhavani.

Page 2: Exam seating and jumbling questions

exam seating and jumbling questions

CONTENTS

Objective of the projectScenarioImplementation of proposed systemAdvantages of the projectDisadvantages of the projectSoftware usedFunctions used in CodeProblem faced in ProjectFuture scope

Page 3: Exam seating and jumbling questions

exam seating and jumbling questions

OBJECTIVE OF THE PROJECT

The objective of this Examination seating plan and jumbling of questions is to give a detail description about the requirement and need for the proposed system

The examination Seating Planning system and jumbling of

questions will be helpful in following ways:

Easy storage and retrieval of data

Plan generation with less effort and high accuracy

Report generation with less effort and high accuracy

Secrecy and less chance of change or loss of data

Easy generation of question papers

Page 4: Exam seating and jumbling questions

exam seating and jumbling questions

SCENARIO

Present working scenario of the organization is something like this:

The all information of the students are record on paper and any record book.

The all room list are listed in college book by any clerical person.

Page 5: Exam seating and jumbling questions

exam seating and jumbling questions

IMPLEMENTATION OF PROPOSED SYSTEM

The proposed system is to design an application program for the Examination Seating Planning and jumbling of question paper.

This is required to make the working process of the organization easy and fast.

The following advantages can be obtained from the proposed system

1. Speed:

The proposed system is faster than current system.

2. Accuracy:

The proposed system is much accurate than the current system.

3. Man power requirements:

The proposed system requires less clerical work and official work.

Page 6: Exam seating and jumbling questions

exam seating and jumbling questions

4. Systematic record keeping:

The proposed system offers more systematic record keeping of the college information.

5. Security:

It provides a moderate level of security.

6 Ease in updating and editing of data:

The proposed system offers convenient way of updating and editing data and information. The new records can also be added easily , Which is a hectic process in current system.

Page 7: Exam seating and jumbling questions

exam seating and jumbling questions

ADVANTAGES OF THE PROJECT:

The developed project has many advantages over the current system of record keeping the developed project is more economical in terms of man power, less error prone , accurate seating planning, it is more reliable and recording of all student information is more systematic and retrieval of data is more easy and systematic

Faster

Reliable

Accurate

Involves less man power

Systematic data recording.

Ease in updating and editing of data

Page 8: Exam seating and jumbling questions

exam seating and jumbling questions

DISADVANTAGES OF THE PROJECT

This project gives seating arrangement only for a fixed format of seating ie..10 columns & 7 rows

This project cannot give seating arrangement for other type of seating arrangement like semi circle seating,pair seating etc..

Page 9: Exam seating and jumbling questions

exam seating and jumbling questions

SOFTWARE USED

C-LANGUAGE File,function and pointer concepts are used in this project

Page 10: Exam seating and jumbling questions

exam seating and jumbling questions

Functions used in Code are:

void seating(void);

void q1(char *a);

void q2(char *b);

void q3(char *c);

void q4(char *d);

FILE *fp1//global file decleration

main()

Page 11: Exam seating and jumbling questions

exam seating and jumbling questions

Problems faced in Project

Jumbling the questions is a tough work

After jumbling maintaing question numbers in correct order is a tough work

Page 12: Exam seating and jumbling questions

exam seating and jumbling questions

Future scope

The future scope of this project includes finding individual student that where his exam seat is.

Giving seating arrangement for all kinds of seating arrangements

Page 13: Exam seating and jumbling questions

exam seating and jumbling questions

THANK YOU