Objective and Scope of Project
Objective and Scope of Project
PROBLEM DEFINITION
AND ANALYSIS
The problems that users face while
converting data is messy calculations,
unknown units and big calculations,
people may not know a unit’s type, or
which unit is used in which part of the
world. For example- Fahrenheit is used in
America while Celsius is used in India,
also pound is used in UK while kilogram is
used in Asian countries. so, it is necessary
for a user to know what the unit means
in different countries to actually be able
to convert it.
LIMITATIONS
every project has its own limitations. for
example, while converting a unit there are
only 7 fundamental units that are to be dealt
with. since the usage of these units can vary
across parts of the world, therefore one can
always get confused with a unit and not
understand the value of the unit, unless the
unit is converted into their own known unit
for reference. also, while writing the code
for this project, we cannot give the exact
value of a unit since they are constantly
changing. for example, currency value are
always changing and thus code will be
needed to be updated for this type of
changes.