0% found this document useful (0 votes)
8 views

Project Report Format BCA - SSCCM

This project report is submitted for the Bachelor of Computer Application degree, detailing the completion of a project under the guidance of faculty at Swami Sahajanand College of Computer Science. It includes sections on introduction, requirements analysis, system design, testing, implementation, and conclusions, emphasizing the importance of practical knowledge in addition to theoretical learning. The report acknowledges the support received from various individuals and outlines the project's objectives and scope.

Uploaded by

wolog50964
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)
8 views

Project Report Format BCA - SSCCM

This project report is submitted for the Bachelor of Computer Application degree, detailing the completion of a project under the guidance of faculty at Swami Sahajanand College of Computer Science. It includes sections on introduction, requirements analysis, system design, testing, implementation, and conclusions, emphasizing the importance of practical knowledge in addition to theoretical learning. The report acknowledges the support received from various individuals and outlines the project's objectives and scope.

Uploaded by

wolog50964
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/ 29

Project Report

“PROJECT TITLE HERE”

SUBMITTED IN FULFILLMENT FOR AWARD OF DEGREE


IN

Bachelor of Computer Application


(2021-2022)

Submitted By:
1. Student Name
(ID: -----)
2. Student Name
(ID: -----)

Under the Guidance


Of
Name of Faculty

Submitted To

SWAMI SAHAJANAND COLLEGE OF COMPUTER


SCIENCE
SWAMI SAHAJANAND COLLEGE OF COMPUTER
SCIENCE

Certificate
This is to certify that Mr. : DHANDHALYA JIGAR KISHANBHAI
Student Id. No.3142206120200031 has successfully completed
his/her B.C.A. SEM -VI project towards partial fulfillment of BCA
program.

Principal Examiner

Signature: ______________ Signature:


______________
Date: ______________ Date: ______________
Swami Sahajanand College of Computer Science
(Affiliated to Maharaja Krishnakumarsinhji Bhavnagar University)
Plot No.639, ISCON Mega City, Near M.K. Bhavnagar University
Karyalaya,Bhavnagar

Acknowledgement

Every work that one complete successfully on the constant encouragement,


goodwill and support of the people around. We, hereby, avail this opportunity to
express our heartfelt gratitude to a number of people who extended their valuable
time, full support and cooperation in developing this project. We convey our
heartfelt gratitude to our collage “Swami Sahajanand College of Computer
Science, Bhavnagar.” for giving us this precious opportunity to work for the real-
time project.

I wish to express my deep sense of gratitude and honor toward head of


Maharaja Krishnakumarsinhji Bhavnagar University for given chance me to
work with study.

We owe the success of the project to our Project Guide Faculty Name for
providing excellent guidance for this project. He is one of the major sources
behind the success of the project.

Finally, yet importantly, we would like to express our heartfelt thanks to


our beloved Parents for their blessings, our Friends/Classmates for their help and
wishes for the successful completion of this project.

Place: - SSCCM, Bhavnagar Name of Students

Date: -
Swami Sahajanand College of Computer Science
(Affiliated to Maharaja Krishnakumarsinhji Bhavnagar University)
Plot No.639, ISCON Mega City, Near M.K. Bhavnagar University
Karyalaya,Bhavnagar

Preface

There is a project work as a subject in B.C.A. Sem.-VI syllabus. The main


purpose of this project is to get practical as well as theoretical knowledge in
any business firm or in any organization.

Project helps a student in growing in the direction of practical implementation


of any system. The project checks the patience and working ability of the
student and helps in achieving a very important thing that is experience.

During this project work I tried my level best to be the professionals and also
tried to realize the fact that I am capable enough to face the challenges.

I prepared documents of Your Project Name Here. This is my pleasure to


present this project work as our subject. I learned a lot by doing this project. I
realized that only the knowledge of theoretical subjects is not sufficient but
the practical knowledge is more important.
Swami Sahajanand College of Computer Science
(Affiliated to Maharaja Krishnakumarsinhji Bhavnagar University)
Plot No.639, ISCON Mega City, Near M.K. Bhavnagar University
Karyalaya,Bhavnagar

Student Profile
*Write Student Profile of all students if more than one member.

Full Name : DHANDHALYA JIGAR KISHANBHAI

Student Id. : 3142206120200031

Email Id. : jigardhandhalya2980@gmail.com

Contact No. : 9429353196

:
Note: - Add Project title as header and page number as footer

Table of Content
1. Introduction
1.1 Background
1.2 Objective
1.3 Purpose
1.4 Scope
1.5 Applicability

2. Requirement And Analysis


2.1 Problem definition
2.2 Requirement specification
2.3 Hardware Software Requirement.
2.4 Planning and Scheduling

3. System design
3.1 Over all System design using designing Tools
3.2 Data Dictionary
3.3 Input /Output Design

4. Testing and implementation


4.1 Testing Approach used
4.2 Test cases
4.3 Implementation Approaches

5. Conclusion
5.1 Conclusion
5.2 Limitation of system
5.3 Future Scope of system
5.4 Bibliography
Introduction
 Background
 Project is React-Native (Aplication) Market Analysis Background Native
Background the other things. Android Despite some these advantages, being
maintained having at least longer works (canceling this does some features
and incorporate just more this would home for processing Android
applications.

 Objective

Content here (Font size 12, Type: Times New Roman)

 Purpose

Content here (Font size 12, Type: Times New Roman)

 Scope

Content here (Font size 12, Type: Times New Roman)

 Applicability

Content here (Font size 12, Type: Times New Roman)


Requirement
&
Analysis
 Problem Definition

Content here (Font size 12, Type: Times New Roman)

 Requirement Specification

Content here (Font size 12, Type: Times New Roman)


 Hardware & Software Requirements

HARDWARE REQUIREMENT

1.

2.

3.

SOFTWARE REQUIREMENT

1.

2.

3.
 Planning and Scheduling

 Project Planning:

Activities Time Duration


Requirement Gathering ---- Weeks

Design ---- Weeks

Development & Coding ---- Weeks

Quality Assurance ---- Weeks

Testing & Implementation ---- Weeks

 Project Scheduling:

Gantt chart

November December January February March

Requirement Gathering

Design

Development & Coding

Quality Assurance

Testing &
Implementation
System Design
 Tools and Technologies
 Over all system design using designing tools

Data Flow Diagrams (DFD)

(1) 0 or Context Level DFD


(2) 1st Level DFD
(3) 2nd Level DFD
 Use case / ER Diagram
 Data Dictionary

Table Name: admin


Table Description: This table is use to store admin data, using this table admin can able to
login into the system.When admin can change their password then it is affected in this table.

Sr. No. Field Name Datatype Size Constraints Example

1 Aid Int 11 Primary Key 001

2 Name Varchar 20 Not NULL Abc

3 Mobile Varchar 10 NotNULL 1234567890

4 LoginId Varchar 10 NotNull 0987654321

(Same format for all Tables)


 Input / Output Design

Screen Name: Home Page


Screen Shot: (For Exmple)

Screen Purpose: This is home page of our website, it displays information about college, current
activities and other facilities of college.
Testing
&
Implementation
 Testing Approaches Used

(Testing Methods)

Content here (Font size 12, Type: Times New Roman)


 Test Cases

Content here (Font size 12, Type: Times New Roman)


 Implementation Approaches

Content here (Font size 12, Type: Times New Roman)


Conclusion
 Conclusion

Content here (Font size 12, Type: Times New Roman)

 Limitation of System

Content here (Font size 12, Type: Times New Roman)


 Future Scope of System

Content here (Font size 12, Type: Times New Roman)


 Bibliography

Content here (Font size 12, Type: Times New Roman)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy