26
School Of Information Technology Minor Project On <Title Here> In partial fulfillment for the award of the Bachelor of Engineering Degree of the University Of Rajasthan, Jaipur. Submitted to: Project Guide: Submitted By: Ms. Manju Vyas <Guide Name> <Name, Branch> (HOS, IT) <Designation> <Name, Branch>

Sample Report Format

Embed Size (px)

Citation preview

Page 1: Sample Report Format

School Of Information Technology

Minor Project On<Title Here>

In partial fulfillment for the award of the Bachelor of Engineering Degree of the University Of Rajasthan, Jaipur.

Submitted to: Project Guide: Submitted By:Ms. Manju Vyas <Guide Name> <Name, Branch>(HOS, IT) <Designation> <Name, Branch>

JODHPUR ENGG COLLEGE AND RESEARCH CENTRE, BORANADA, JODHPUR (RAJ).- 342001

JAN-2009

Page 2: Sample Report Format

JODHPUR ENGG COLLEGE AND RESEARCH CENTREBORANADA, JODHPUR-342001

Affiliated to university of Rajasthan, Jaipur

BONAFIDE CERTIFICATE

This is to certify that the project (Minor) work entitled, “<Project Title>” submitted by

<Name>,<Branch><Name>,<Branch><Name>,<Branch>

in partial fulfillment of the requirements of B.E./B.Tech in information Technology, embodies the work done by them under my supervision.

Signature of the Guide Signature of HOD

Submitted for the Project Work Viva held on ______________.

Internal Examiner External Examiner

Page 3: Sample Report Format

Format for your report:Your report should follow the guidelines mentioned below or it will be summarilyRejected.

General Guidelines:

- All the paragraph text should be in font: Times New Roman, Bold: false, Case: sentencecase, Size: 12, line spacing: normal, Align: Justify

- Main heading such as ABSTRACT, INTRODUCTION should bein font: Times New Roman, Bold: true, Case: Upper case, Size: 16, Align: center

- Sub heading such as Project Objectives, Academic Objectives should be in font: Times New Roman, Bold: false, Case: Title case, Size: 14, Align: left

- Entire Report should be in font: Times New Roman.

Page 4: Sample Report Format

CONTENTS

ABSTRACT .....................................................................................................................................3

CONCLUSION.................................................................................................................................4

CONTENTS .....................................................................................................................................5

LIST OF TABLES............................................................................................................................6

LIST OF FIGURES ..........................................................................................................................7

1) INTRODUCTION.....................................................................................................................8

2) OBJECTIVES..........................................................................................................................9 2.1 PROJECT OBJECTIVES............................................................................................... 9 2.2 ACADEMIC OBJECTIVES.............................................................................................. 9

3) PROJECT OVERVIEW............................................................................................................10 3.3 OVERVIEW……………………………………………………………………………………..10 3.4 SDLC MODEL………………………………………………………………11 3.5 FEASIBILITY STUDY......................................................................................................12 3.6 PROJECT CHEDULING…………………………………………………………12 3.6.1 PERT/GHANTT CHART…………….………………………………………12

4) REQUIREMENT ANALYSIS ...................................................................................................11 4.1 SYSTEM / HARDWARE REQUIREMENTS ..................................................................11 4.2 SOFTWARE REQUIREMENTS......................................................................................11 4.3 FUNCTIONAL REQUIREMENTS....................................................................................11 4.3.1 USE CASE DIAGRAM (OPTIONAL)…………………………………..11 4.4 NON-FUNCTIONAL REQUIREMENTS .....................................................................12

5) APPLICATION DESIGN.......................................................................................................13 5.1 DESIGN OVERVIEW ................................................................................................ 135.2 DESIGN APPROACH................................................................................................ 14 5.3 DESIGN DESCRIPTIO.............................................................................................. 14

5.3.1 FLOW CHART………………………………………………………………………14 5.3.2 DATA FLOW DIAGRAM.................................................................................... 15 5.3.3 CONTROL FLOW DIAGRAM………………………………………………………..15 5.3.4 STATE TRANSITION DIAGRAM(OPTIONAL)....................................................15 5.3.5 UML DIAGRAM (OPTIONAL TO INCLUDE) ................................................... 15

5.4 DATABASE DESIGN............................................................. .................................... 15 5.4.1 ER DIAGRAM.................................................................................................. 15 5.4.2 TABLE RELATIONSHIP DIAGRAM(OPTIONAL)..................... .......................... 15

6) IMPLEMENTATION..............................................................................................................16

7) TESTING...............................................................................................................................17

8) FUTURE WORK ...................................................................................................................18

9) APPENDIX

APPENDIX I REFERENCES ..........................................................................................19

APPENDIX II PROJECT OUTPUT .................................................................................20

Page 5: Sample Report Format

APPENDIX III CODE LISTINGS.....................................................................................21

NOTE: page numbers should be properly aligned.SAMPLE REPORT

Page 6: Sample Report Format

ABSTRACTDesign and develop a mobile phone application that will act as an interface for otherapplications to connect to the Internet.

Page 7: Sample Report Format

CONCLUSIONThe mobile application to connect to the Internet is developed, and interfaced with otherapplications to provide Internet access.

Page 8: Sample Report Format

LIST OF TABLESTABLE 1 DESIGN DETAILS ........................................................................................... 13

Page 9: Sample Report Format

LIST OF FIGURESFIGURE 1 MODULE DESIGN AND ORGANIZATION ......................................................... 13FIGURE 2 DATABASE APPROACH ....................................................................................... 14FIGURE 3 XML APPROACH .................................................................................................... 14

Page 10: Sample Report Format

1 INTRODUCTIONInternet is a large group of systems or networks connected across the world. Eachsystem or network provides access to all other systems or networks. The primary goal ofthe Internet is information sharing.Though we are able to access Internet all times we have to use a computer, it may beour own or in some other café. But the requirement of the Internet access at anytime,anywhere arises. To provide the anytime, anywhere Internet access in the move, wehave to enable the Internet access from the mobile phones itself. So the application thatprovides the access to the Internet is need to be developed and deployed to the mobilephones to provide the same.

Page 11: Sample Report Format

2 OBJECTIVES2.1 Project ObjectivesDevelop an application for mobile phones, which enables the user to connect andaccess the Internet server.Etc .2.2 Academic ObjectivesStudy Microsoft Visual studio .NET mobile toolkit.Learn the process of the mobile application development.Etc

Page 12: Sample Report Format

3 PROJECT OVERVIEWThere are three modules in the project, they are

Web browser module WAP module Data compression and decompression module

The web browser module is responsible for providing the web access through URL. Itsupplies necessary requests/commands to the Internet server, and also handles thereplies/data from the serverThe WAP module is responsible for providing wire less access and data transferbetween the server and mobile phones. It takes care of all the technical details orparameters associated with transmission and reception of all wireless data.The data compression and decompression module is responsible for compressing thedata, which is to be transferred, and decompressing the data, which is received. Thepurpose of this compression and decompression is to reduce the amount of datatransfer.

Page 13: Sample Report Format

4 REQUIREMENT ANALYSIS4.1 System / Hardware requirements1. WAP Enabled Mobile Phone4.2 Software requirementsNone4.3 Functional requirements- Explain the functional requirements using the use case diagrams- Refer the sample diagram- Refer OOAD Ali Brahmi book and write use case scenarios

4.4 Non-functional requirementsThe non-functional requirements are

Good response time Reliable communication

Page 14: Sample Report Format

5 APPLICATION DESIGN

Page 15: Sample Report Format

6 IMPLEMENTATION

Page 16: Sample Report Format

7 TESTING

Page 17: Sample Report Format

8 FUTURE WORK

Page 18: Sample Report Format

9 APPENDIX - I - REFERENCES

Page 19: Sample Report Format

10 APPENDIX - II - RESULTS

Page 20: Sample Report Format

11 APPENDIX - III - CODE LISTINGS

11.1 Web browser module Wbrowse.aspxPrivate sub Page_Load()InitilizationEnd SubEtc .11.2 Compression/Decompression module CompDecomp.aspxPrivate sub Page_Load()InitilizationEnd SubEtc ..