SampleReport(2)

download SampleReport(2)

of 5

Transcript of SampleReport(2)

  • 8/6/2019 SampleReport(2)

    1/5

    Page i

    B.Tech. (Branch Name) Final Year Project Report (Project Code)

    Year 2011

    Under Guidance of: Presented by:

    HI-TECH INSTITUTE OF ENGINEERING AND TECHNOLOGY

    GHAZIABAD

  • 8/6/2019 SampleReport(2)

    2/5

    Page ii

    Table of Contents

    Table of Contents......................................................................................................................................ii

    1. Introduction ............................................................................................................................................1

    1.1 Purpose ............................................................................................................................................... 11.2 Intended Audience .............................................................................................................................. 11.3 Project Scope ....................................................................................................................................... 11.4 Technologies Used ............................................................................................................................. 11.5 Timeline .............................................................................................................................................. 1

    2. Overall Description ................................................................................................................................12.1 Project Perspective .............................................................................................................................. 12.2 User Classes and Characteristics ........................................................................................................ 12.3 Operating Environment ....................................................................................................................... 22.4 Design and Implementation Constraints ............................................................................................ 22.5 Assumption and Dependencies ........................................................................................................... 22.6 Project Functions ................................................................................................................................. 22.7 Reliability ............................................................................................................................................ 32.8 Performance and Size .......................................................................................................................... 32.9 Security ............................................................................................................................................... 32.10 Supportability .................................................................................................................................... 3

    Appendix A: Screen Shots.......................................................................................................................3

    Appendix B: Refrences........................................................................................................................... .3

    3

  • 8/6/2019 SampleReport(2)

    3/5

    Page 1

    1. Introduction

    1.1 Purpose

    Write at least 10 lines about the purpose of the project

    1.2 Intended Audience

    Write about intended audience of the project. i.e. Users

    1.3 Project Scope

    1.3.1 In Scope

    1.3.1.1 Write point wise scope of the project which is covered by the project

    1.3.2 Out of Scope

    1.3.2.1 Write point wise out of the scope attributes of the project

    1.4 Technologies Used

    List all the software and hardware used in development and deployment.

    1.5 Timeline

    Add timeline diagram with deliverables and milestones with respective dates.

    2. Overall Description

    2.1 Project Perspective

    Write the complete description of the project which will cover each and every aspect of the project.

    2.2 User Classes and Characteristics

    2.2.1 Primary Users

    List all the primary users of the system

  • 8/6/2019 SampleReport(2)

    4/5

    Page 2

    2.3 Operating Environment

    2.3.1 List the environment in which project will run. i.e. complete technology stack required as well

    as is it a window, web, utility, game etc. kind of application.

    2.4 Design and Implementation Constraints

    List all the design and implementation constraints in which application will fail to perform.

    2.5 Assumption and Dependencies

    Dependencies:

    2.5.1 List all the dependencies while developing the project.

    Assumptions:

    2.5.2 List all the assumptions while developing the project

    2.6 Project Functions

    2.6.1 Network Diagram

    Add image network diagram depicting webserver, appserver, database etc and how will theycommunicate with each other. This diagram must include proper software version.

    2.6.2 Use Case Diagram

    Add images of use case diagrams with complete description. Description should be as per givenstandards of your text book.

    2.6.3 EntityRelationship Diagram

    Add image of ERD and description of each and every field and its relationship with other entities.

    2.6.4 Description of each table in database

    Edits

    Field Type/Length Required Default Value Other Conditions

    Name Text box, 64 chars Y

    2.6.5 ClassDiagram

    Add image of Class diagram with detailed description of various classes.

  • 8/6/2019 SampleReport(2)

    5/5

    Page 3

    2.7 Reliability

    2.7.1 Availability

    Describe availability of the project

    2.7.2 Recoverability

    Describe how will you recover in case of project failure.

    2.8 Performance and Size

    2.8.1 Size and Load

    2.8.1.1 Describe how many concurrent transactions and users can system handlesimultaneously.

    2.8.2 Resource Limits

    2.9 Security

    2.9.1 Authentication

    Describe.

    2.9.2 Authorization

    Describe

    2.10 Supportability

    Appendix A: Screen Shots

    This section will include screen shots of all the screens of the project.

    Appendix B: Refrences