0% found this document useful (0 votes)
52 views10 pages

Project Template - IT

The document appears to be a project report template for a final year undergraduate IT project. It provides guidelines for students on the expected structure and content of each section of the report, including an introduction, problem definition, architecture, data flow diagrams, entity relationship diagrams, use case diagram, class diagram, activity diagram, sequence diagram, future scope, conclusion and bibliography.

Uploaded by

Kunal Shaw
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views10 pages

Project Template - IT

The document appears to be a project report template for a final year undergraduate IT project. It provides guidelines for students on the expected structure and content of each section of the report, including an introduction, problem definition, architecture, data flow diagrams, entity relationship diagrams, use case diagram, class diagram, activity diagram, sequence diagram, future scope, conclusion and bibliography.

Uploaded by

Kunal Shaw
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

TECHNO INTERNATIONAL NEWTOWN

Newtown, Megacity, Kolkata -700156.

Department of Information Technology

Submission for the partial fulfillment of B.Tech Final Year Project- IT892

Project Title
Prepared by

Student-Name1(Roll No:-)

Student-Name2(Roll No:-)

Student-Name3(Roll No:-)

Student-Name4(Roll No:-)

Student-Name5(Roll No:-)

Under The Guidance of

Prof. Faculty Name

For

Batch:- 2015-2019 Semester : 8 th Year : Jan 2019 – June 2019

Stream:- Information Technology Year of Study: 4th

Affiliated to

MAULANA ABUL KALAM AZAD UNIVERSITY OF TECHNOLOGY, WESTBENGAL


(FORMERLY KNOWN AS WEST BENGAL UNIVERSITY OF TECHNOLOGY)
ACKNOWLEDGEMENT

We would like to express our sincere gratitude to Prof. _ _ _ _ _ _ _ _ _ _ _ of the department of


Information Technology, whose role as project guide was invaluable for the project. We are
extremely thankful for the keen interest he / she took in advising us, for the books and reference
materials provided for the moral support extended to us.

Last but not the least we convey our gratitude to all the teachers for providing us the technical
skill that will always remain as our asset and to all non-teaching staff for the cordial support they
offered.

Place: Techno India College of Technology, Newtown Megacity


Date: _ _ _ _ _ _ _ _ _ _
___________________________
Student name-1
(Roll No: - )

___________________________
Student name-2
(Roll No: - )

___________________________
Student name-3
(Roll No: - )

___________________________
Student name-4
(Roll No: - )

___________________________
Student name-5
(Roll No: - )

Department of Information Technology,


Techno India College of Technology, Newtown Megacity
Kolkata – 700 156
West Bengal, India.
Approval

This is to certify that the project report entitled “………………………………….” prepared


under my supervision by Name1 (Roll Number), Name2 (Roll Number), …., be accepted in
partial fulfillment for the degree of Bachelor of Technology in Information Technology which is
affiliated to Maulana Abul Kalam Azad University of Technology, West Bengal (Formerly
known as West Bengal University of Technology).

It is to be understood that by this approval, the undersigned does not necessarily endorse or
approve any statement made, opinion expressed or conclusion drawn thereof, but approves the
report only for the purpose for which it has been submitted.

Project Mentor:

…………………………………………
Prof.(Name of the Project Mentor)
Dept. of Information Technology
Techno India College of Technology

External Examiner:

……………………………………….

………………………………………….
Prof. Sourav Mahapatra,
HOD, Dept. of Information Technology
Techno India College of Technology
Abstract
This should ideally be one paragraph only (which may be big in size) that should briefly describe
the topic/problem domain on which you are working on. The font size to be used should be
Times New Roman of size 12 throughout the document. Take care to see that the paragraph is
justified in this & subsequent sections.
CONTENTS
1. INTRODUCTION ………………………………..………………… …… Page No.
2. PROBLEM DEFINITION……………………………………………………...
3. ARCHITECTURE (Like MVC- Optional)……………………………………………
4. DATA FLOW DIAGRAM (DFD) (If Any)……………………………………………
4.1 Context Level Diagram………………………………………………………………
4.2 First Level DFD…………………………………………………………………..
4.3 Second Level DFD (you should represent at-least 2 different diagrams)…….
4.3.1 Second Level DFD showing Activity1…………………………………….
4.3.2 Second Level DFD showing Activity2…………………………………….
5. ENTITY RELATIONSHIP DIAGRAM (ERD) (If Any)……………………………
6. USE CASE DIAGRAM…………………………………………………………………..
7. CLASS DIAGRAM (Optional,-applicable for OOP approach)…….………………..
8. ACTIVITY DIAGRAM………………………………………………………………..
9. SEQUENCE DIAGRAM………………………………………………………………
10. FUTURE SCOPE OF PROJECT…………………………………………………….
11. CONCLUSION………………………………………………………………………….
12. BIBLIOGRAPHY………………………………………………………………………..
LIST OF FIGURES

1. Figure Caption……………………………………………………………Page No.

(For every figure in the document it should be numbered along with a caption/title
in the document where it is placed. The figure along with its number & Caption
should be centrally aligned)
LIST OF TABLES (OPTIONAL)

1. Table Caption……………………………………………………………Page No.

(For every table in the document it should be numbered along with a caption/title in
the document where it is placed. The table along with its number & Caption should
be centrally aligned)
1. Introduction (Should start on a new page)
In this section you need to specify the domain (like networking/Artificial
Intelligence/Software Testing /Application oriented like web-development related etc.) you are
working on & the related concepts / terminologies/methodologies involved.

2. Problem Definition
In this section you need to clearly specify the exact problem area and your working domain
(like security aspect of files in file transfer in network) that you want to attack /resolve and
whether such work has been previously done/existing.

3. Architecture (Optional)
In this section ideally you need to specify and explain with a diagram, the architecture (if
any) in terms of structure, functionality & the extent to which you use /implement ie. Fully or
partially (like MVC).

4. Data Flow Diagrams(DFD) (Should start on a new page)


4.1 Context Level Diagram
In this section you need to specify the process & actors involved through a diagram

4.2 First Level DFD


In this section you need to specify the process & actors involved through a diagram.
Please ensure that proper symbolic notations are used for process, actors and the
processes should be properly numbered.

4.3 Second Level DFD


In this section you need to specify at least 2 such process involving actors, database
(optional). Please ensure that proper symbolic notations are used for process, actors
and database (if any) and the processes should be properly numbered.

5. Entity Relationship Diagrams (Should start on a new page)


In this section you need to specify the entity –relationship diagram. You need to identify
& specify all the entities involved and then with a help of a diagram represent the same.
Please ensure in the diagram the following properties are mentioned with proper notation:
-
a) Primary key
b) Weak entity(if any)
c) Derived attribute(if any)
d) Cardinality of the relationships.
6. Use Case Diagram
In this section you need to specify actors involved, cardinality, relationship-types with
proper notations.

7. Class Diagram(Optional)
In this section you need to identify & specify the classes involved. For each class specify
attributes of the class with proper UML notation for its access specifiers ie.
public ,protected ,private or default . For the functions you need to specify its access
specifiers with proper UMLnotation ie. public, protected ,private or default and its
corresponding return type (ie. int/float/double/String).

8. Activity Diagram
In this section you need to identify the major activities and need to represent them with
proper UML notations.

9. Sequence Diagram
In this section you need to identify the major activities and need to represent them with
proper UML notations.

10. Future Scope of the Project(Should start on a new page)


In this section you need to specify what are the areas left for you to complete /improve
the project in the coming semester. If your project is complete, what are the pros & cons.
In case your project is incomplete you can specify what technology you have thought to
use to implement your design/algorithm & the reason/ justification.

11.Conclusion(Should start on a new page)


In this section you need to specify what you feel about your project in terms of its
performance, its market demand/value and its advantage over other solutions (if existing),
in case your project is complete. Also what have you learnt while working on this project.

12.Bibliography(Should start on a new page)


In this section you need to specify the references that you took for compiling your project
which can be:-
12.1 Book name along with author name & publisher
12.2 Conference Paper refereed with format mentioned as follows:-
Author-name1,Author-name2,”Title of Paper”, Proceeding of Conferencename,Year.
12.3 Journal Referred with format mentioned as follows:-
Author-name1,Author-name2,”Title of Journal”, Name of Journal, volume
no-,Year ,start-page number –end-page number.
12.4 URL of the websites
---------------------------------------------X--------------------------------------------------------

You might also like