0% found this document useful (0 votes)
43 views3 pages

Bmi Calculator: Internal Guide: Usha Rani Cse-A Coordinator: Deepthi Cse-B Coordinator: Sireesha BATCH NO:15mp3

The document describes a BMI calculator app. It defines BMI as a person's weight in kilograms divided by their height in meters squared. The existing manual system is time-consuming. The proposed app would allow users to easily calculate their BMI and categorize their weight as underweight, normal, overweight, or obese. The app would be developed using Java and Android Studio and require a computer with at least 2GB of RAM and hard disk space.

Uploaded by

Sadhvi Sanagari
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)
43 views3 pages

Bmi Calculator: Internal Guide: Usha Rani Cse-A Coordinator: Deepthi Cse-B Coordinator: Sireesha BATCH NO:15mp3

The document describes a BMI calculator app. It defines BMI as a person's weight in kilograms divided by their height in meters squared. The existing manual system is time-consuming. The proposed app would allow users to easily calculate their BMI and categorize their weight as underweight, normal, overweight, or obese. The app would be developed using Java and Android Studio and require a computer with at least 2GB of RAM and hard disk space.

Uploaded by

Sadhvi Sanagari
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/ 3

BMI CALCULATOR

INTERNAL GUIDE: USHA RANI


CSE-A COORDINATOR: DEEPTHI
CSE-B COORDINATOR: SIREESHA BATCH NO:15mp3
ABSTRACT

PROBLEM DESCRIPTION:

A key index for relating weight to height. Abbreviated BMI. BMI is a person's weight in
kilograms (kg) divided by his or her height in meters squared. The National Institutes of Health
(NIH) now defines normal weight, overweight, and obesity according to BMI rather than the
traditional height/weight charts. Overweight is a BMI of 27.3 or more for women and 27.8 or
more for men. Obesity is a BMI of 30 or more for either sex (about 30 pounds overweight). A
very muscular person might have a high BMI without health risks.

EXISTING SYSTEM:

In our existing system bmi calculation is done manually and takes some time. It is okay if we are
doing it for first time , but we need a computerized system for a frequent use.

PROPOSED SYSTEM:

The BMI is an attempt to quantify the amount of tissue mass (muscle, fat, and bone) in an
individual, and then categorize that person as under weight, normal weight, overweight,
or obese based on that value. However, there is some debate about where on the BMI scale the
dividing lines between categories should be placed. Commonly accepted BMI ranges are
underweight: under 18.5 kg/m2, normal weight: 18.5 to 25, overweight: 25 to 30, obese: over 30.
People of Asian descent have different associations between BMI, percentage of body fat, and
health risks than those of European descent, with a higher risk of type 2 diabetes and
cardiovascular disease at BMIs lower than the WHO cut-off point for overweight, 25 kg/m2,
although the cutoff for observed risk varies among different Asian populations.

MODULES:

 BMI CALCULATION
 CATEGORIZING WEIGHTS ACCORDING TO BMI
SOFTWARE REQUIREMENTS:

 Java
 Android Studio IDE (with SDK Bundle)

HARDWARE REQUIREMENTS:

 A computer with Pentium processor


 2GB+RAM
 2GB+Hard-Disk space

You might also like