Project Template - IT
Project Template - IT
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:-)
For
Affiliated to
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.
___________________________
Student name-2
(Roll No: - )
___________________________
Student name-3
(Roll No: - )
___________________________
Student name-4
(Roll No: - )
___________________________
Student name-5
(Roll No: - )
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
(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)
(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).
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.