Synopsis-Format For Project
Synopsis-Format For Project
SYNOPSIS
ON
BMI CALCULATOR
Submitted As
Proposal Of The Project
B.Sc (C.S)6th Semester
Faculty Name :
Enrollment No. 2106000041222
Objective:
The objective of the BMI Calculator project is to
develop a user-friendly tool that enables
individuals to calculate their Body Mass Index
(BMI) based on their height and weight inputs.
The main goal is to provide users with insights
into their health status regarding weight and
encourage awareness of body composition. By
understanding their BMI, individuals can make
informed decisions about their lifestyle choices
and take proactive measures to maintain or
achieve a healthy weight.
Index:
1. Introduction/Objective
2. Project Category
3. Hardware/Software Requirements 3.1 Hardware 3.2
Software
4. Database Used in the Project
5. Data Flow Diagram 5.1 DFD Level 0 5.2 DFD Level 1
5.3 DFD Level 2
6. ER-Diagram
7. Basic Structure of Software
8. Modules/Forms Created in the Project
9. Limitations of the Project
10. Future Scope of the Project
Under Supervision of Submitted by CHITRANSH TYAGI
Faculty Name :
Enrollment No. 2106000041222
Introduction/Objective:
Hardware/Software Requirements:
Hardware:
Standard personal computer or laptop
Software:
Operating System: Windows XP
Development Platform: Windows
Integrated Development Environment (IDE): The project can
be developed using various IDEs such as Visual Studio,
Eclipse, or JetBrains IntelliJ IDEA, depending on the
programming language and technology stack chosen for
development.
DFD Level 0:
Provides an overview of the system's main processes and
external entities. This includes the user interface, BMI
calculation process, and data storage/retrieval.
DFD Level 1:
Details the processes, data stores, and data flows within the
system. It breaks down the BMI calculation process into more
detailed steps, such as user input, BMI calculation, and result
presentation.
DFD Level 2:
Further decomposes the processes and data flows identified
in Level 1, providing a more granular view of the system's
functionality and interactions.
ER-Diagram:
An Entity-Relationship (ER) Diagram illustrates the database
schema, including entities, attributes, and relationships relevant
to the project. It defines the structure of the database and how
different pieces of data are related to each other, such as users,
BMI calculations, and historical data entries.
and weight.
BMI Calculation Module: Computes the BMI based on the
provided inputs.
Result Presentation Module/Form: Displays the calculated
BMI and corresponding weight status category.
Data Management Module/Form: Handles storage and
retrieval of user data, managing the database interaction.