You are on page 1of 6

DELHI PUBLIC

SCHOOL

COMPUTER SCIENCE
PROJECT

AutoQ
(

Automatic Question Paper Generating Program

A project by: Aman Shrivastava, XII-A, 03

Subject Teacher
Principal

Content
S. No.
No.

Topic

1.
1

Overview of Python

2.
2

Objective

Page

3.

Scope of the Project

4.

System Requirements

i. Hardware
ii. Software
5.

Coding

6.

Screenshots

i. Welcome Screen

22

ii. User Panel

23

iii. Admin Panel

24

7.

Limitations

27

8.

Data Dictionary

28

9.

Bibliography

30

Acknowledgement
I would like to express my special thanks
of gratitude to my teacher as well as our
principal who gave me the golden
opportunity to do this wonderful project
on the topic which also helped me in
doing about so many new thinks I am
really thankful to them.

Secondly I would also like to thank my


parents and friends who helped me a lot
in finalizing this project within the limited
time frame.

Limitations
The number of the units of analysis you use in
your study is dictated by the type of research

problem you are investigating. Note that, if


your sample size is too small, it will be difficult
to find significant from the data, as statistical
test normally require a large sample size to
ensure a representation distribution of the
population

and

to

be

considered

representation of groups of people to whom


results will be generalized or transferred.

Data Dictionary

A data dictionary is a collection of descriptions of


the data objects or items in a data model for the
benefit of programmers and others who need to
refer to them. A first step in analyzing a system of
objects with which users interact is to identify each
object and its relationship to other objects.
A data dictionary, or Metadata Repository, as
defined in the IBM Dictionary of Computing, is a
"centralized repository of information about data
such as meaning, relationships to other data,
origin, usage, and format." The term can have one
of several closely related meanings pertaining to
databases and database management systems
(DBMS):
A document describing a database or
collection of databases.
An integral component of a DBMS that is
required to determine its structure.
A piece of middleware that extends or
supplants the native data dictionary of a
DBMS.

You might also like