Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Sample Report - Front Pages

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 16

A Project Report On

Project Title
Developed At
SMT. K.B.SHAH (VADIVIHAR) SCIENCE COLLEGE

For
SMT. K.B.SHAH (VADIVIHAR) SCIENCE COLLEGE
(Constitute college of C.U.SHAH UNIVERSITY)
WADHWAN CITY.
(DIST. SURENDRANAGAR)

BY
[Enrollment No. - Name]
[Enrollment No. - Name]

IN FULFILLMENT
OF BCA Sem. V
(A.Y. 2023 – 2024)
COLLEGE PROFILE

Smt. K.B.Shah (Vadi Vihar) Science College (KBSSC) is a self- financed institute
offering both UG as well as PG Courses.

It was established in June-1999 and managed by Vardhman Bharti Trust. The institute is
constituent with C.U.SHAH University, Surendranagar (Gujarat).

Bachelor of Science in Information Technology (B.Sc.IT) & Bachelor of Computer


Application (B.C.A.) both courses are of three-year (six semesters) professional
Bachelor's Degree in computer science. The course is designed to meet the growing
demand for qualified professionals in the field of Information Technology. The
B.Sc.IT/B.C.A programs emphasis on the Application Development, Latest Programming
Language and Tools to develop better and faster applications.

The college has also started M.Sc.IT (Web Technology) course in June-2014 constituent
with C.U.Shah University, Wadhwan. This program aims at the understanding of
fundamentals of Web Development using different technologies so that students can
compete in the current global situation. Students are trained in the fields of Web
designing and development with web applications software, Networks Systems, System
Administration and Mobile Computing etc. These programs prepare them to take up
positions as a web developer, System Analyst, Team Leader and Managers in any field
related to Information Technology.

The course emphasizes academic excellence at the undergraduate and post graduate
levels.

The college is situated at Surendranagar - Ahmedabad State highway on outskirts of


Wadhwan, Taluka Headquarters, situated on scenic banks of the river Bhogavo.

The institute, in all its aspects, is an ideal place where students participate in the creation
of new computer based knowledge and application through numerous programs, enhance
their academic quality.
CANDIDATE’S DECLARATION

I hereby declare that the project work entitled <Project Title>


submitted to the C. U. Shah University - Surendranagar, is a record of
an original work done by me under the guidance of <Project Guide
Name> Lecturer at K. B. Shah Science College, C. U. Shah
University, and this project work is submitted in the partial fulfilment
of the requirements for the award of the degree of BCA.

[Student Name].

(Enrollment No.)
Smt. K. B. Shah (VADI VIHAR) Science College
(Constitute college of C. U. SHAH UNIVERSITY)

Wadhwan City

CERTIFICATE
This is to certify that (Student Name) student of 5 th semester of
BCA has developed the Project Title project. The system has been
developed during 5th semester towards the fulfilment of 5th Semester of
BCA.
"We have found his/her to be very diligent and sincere. He/She is
able to understand and follow the methodologies for making good
software."

Wishing a great success in all his future endeavors.

Date:

PROJECT GUIDE H.O.D


(Staff Name) Dr. J. B. Khimsuriya
Smt. K. B. Shah (VADI VIHAR) Science College
(Constitute college of C. U. SHAH UNIVERSITY)

Wadhwan City

CERTIFICATE

This is to certify that Student Name student of 5th semester of


BCA has developed the Project Title web project. The system has been
developed during 5th semester towards the fulfilment of 5th Semester of
BCA.
"We have found his/her to be very diligent and sincere. He/She is
able to understand and follow the methodologies for making good
software."

Wishing a great success in all his future endeavors.

Date:

PROJECT GUIDE H.O.D


(Staff Name) Dr. J. B. Khimsuriya
ACKNOWLEDGEMENT

The success of any project is never limited to the individuals


undertaking the project. It is the collective effort of the people around an
individual that spell success. For all efforts, behind this successful
project, I am highly intended to the following personalities without
whom this project would never be completed.

I would like to express our deep gratitude to all staff


members, for their valuable suggestion and co-operation.

At last, but not least our special thanks to those who have
encouraged and motivated me directly or indirectly are

Project Guide: H.O.D.


(Guide Name) Mr. J.B Khimsuriya

KBSSC [BCA] i
ABSTRACT

Project Title is a website project for facilitate the users its privacy by providing its personal
credentials using which he/she can logged into the portal and display and manage its Personal
Details (Email Address, Password etc.)

Project Title is a website built upon front-end as PHP, HTML and back-end as MySQL which
offers to view details about any type of crockery products such as bottles, lunch boxes, jar etc.
The project is attended using the MySQL Server (5.6.12) for the storing data and managing it.

Using our website, Project Title visitor can easily view the details about any crockery products
and buy the product.

In this website, any authenticated user can add the product into the cart using
“ADD TO CART” Button. After Clicking this button, user can view those products
which they have add into the cart and after this, they can buy products by clicking
the “BUY NOW” Button.

KBSSC [BCA] ii
NOTATIONS, NAMING AND CONVERSIONS:

Names and Codes Conversions

Variables Variables are given under stable names.

Variables are declared in a consistent manner.

Always declare variables as a group at the beginning of each


procedure, and always declare such variable on a separate line.

Variable name begins with small letter.

Name Naming tables, express the name in the singular form.

All the table names started with ‘tbl’.

Key Primary key start with ‘pk’ and its value is not null means null is
not allowed for it.

KBSSC [B.Sc.IT/BCA] iii


Variable Type Naming Convention

Character Char

Integer Int

Double Dbl

Float Flt

Boolean Bln

Long Lng

Short Sht

Date Dt

Time Tm

Object Obj

KBSSC [B.Sc.IT/BCA] iv
NOTATION:-

NOTATION FOR USE CASE DIAGRAMS:-

System Boundary

Use Case

Actor

Uses

NOTATION FOR DATAFLOW DIAGRAM:

Entity

Data Process

Data Flow

Data Store

KBSSC [B.Sc.IT/BCA] v
NOTATION FOR FLOW DIAGRAM:

Process

Input

Decision

Terminator

Flow

NOTATION FOR STATE DIAGRAM:

KBSSC [B.Sc.IT/BCA] vi
LIST OF FIGURES

Figure ID Figure Name Page Number

Figure 01 Iterative Waterfall Model 08


Figure 02 Scheduled Representation 10
Figure 03 Use Case(admin) 19
Figure 04 Use Case(user) 19
Figure 05 E-R Diagram 20
Figure 06 Activity Diagram 20
Figure 07 Data Dictionary 21
Figure 08 Context Diagram 25
Figure 09 Data Flow Diagram(admin) 26
Figure 10 Data Flow Diagram(user) 27
Figure 11 Control Flow Diagram 28
Figure 12 State Transition Diagram 33
Figure 13 System Architecture Diagram 34

KBSSC [B.Sc.IT/BCA] vii


LIST OF TABLES

Table ID Table Name Page Number

Table 01 mysql_connect Syntax Description 04


Table 02 mqsql_close syntax declaration 05
Table 03 mqsql_query syntax declaration 05
Table 04 mqsql_select_db syntax declaration 06
Table 05 mqsql_fetch_row syntax declaration 07
Table 06 Scheduling 10
Table 07 Software Requirements 14
Table 08 Hardware Requirements 14
Table 09 tbl_admin 21
Table 10 Tbl_cart 21
Table 11 tbl_category 22
Table 12 tbl_contact 22
Table 13 tbl_feedback 23
Table 14 tbl_registration 23
Table 15 tbl_sub_category 24
Table 16 tbl_product 24
Table 17 Selection of hardware and software 29
requirement justification.
Table 18 Test Case 42
Table 19 User login test case 42
Table 20 Admin login test case 43

KBSSC [B.Sc.IT/BCA] viii


INDEX

TABLE OF CONTENTS

Index No. Title Page No.

Acknowledgement I
Abstract Ii
Notations, Naming Convention and Abbreviation Iii
Project Profile Vii
List of figures Viii
List of tables Ix
Chapter 1 Introduction 1
1.1. Project Summary 1
1.2. Purpose 1
1.3. Scope 2
1.4. Technology Review 2

Chapter 2 Project Management 7


2.1. Project Planning and Scheduling 7
2.1.1. Project Development Approach 7
2.1.2. Project Plan 9
2.1.3. Scheduled Representation 10
2.2. Risk Management 11
2.2.1. Risk Identification 11
2.2.2. Risk Analysis 11
2.2.3. Risk Planning 12
2.3. Estimation 12
2.3.1. Effort Estimation 12
2.3.2. Cost Analysis 12
Chapter 3 System Requirement Study 14
3.1. User Characteristics 14
3.2. Hardware and Software Requirements 14
3.3. Constraints 15

Chapter 4 System Analysis 16


4.1. Study of Current System 16
4.2. Problem and Weaknesses of Current System 16

KBSSC [BCA] i
x
4.3. Requirement of New System 16
4.4. Feasibility Study 16
4.5. Requirements Validation 18
4.6. Functions of System 18
4.6.1. Use cases 18
4.7. Data Modeling 20
4.7.1 E-R Diagram 20
4.7.2 System Activity Diagram 20
4.7.3 Data Dictionary 21
4.8 Functional and Behavioral Modeling 25
4.8.1 Context Diagram 25
4.8.2 Data Flow Diagram 26
4.8.3 Control Flow Diagram 28

4.9 Main Modules Of new system 28


4.10 Selection of Hardware and Software and Justification 29
Chapter 5 System Design 31
5.1. Database Design/ Data Structure Design 31
5.2. System Procedural Design 31
5.2.1. Designing Pseudo code or algorithm for methods or 31
operations
5.2.2. Flow chart or activity diagram 32
5.3. Input/ Output and Interface Design 33
5.3.1. Sample of forms, reports and interfaces 33
5.3.2. State Transition Diagram 34
5.4. System Architecture Design 35
Chapter 6 Implementation Planning and details 36
6.1. Implementation environment 36
6.2. Program / Modules Specification 36
6.3. Security Features 37
6.4. Coding standards 37
6.5. Sample Coding 37

Chapter 7 Testing 40
7.1. Testing Plan 40
7.2. Testing Strategy 40
7.3. Testing Methods 42
7.4. Testing Cases 44
Chapter 8 Screen shots and User Manuals 46
Chapter 9 Limitation and Future Enhancements 58

KBSSC [BCA] x
Chapter 10 Conclusion 59
Chapter 11 References 60
Project Compact Disc 61

KBSSC [BCA] x
i

You might also like