0% found this document useful (0 votes)
328 views8 pages

Project Proposal

This document proposes a project to develop a program that converts between different units of measurement in the metric system. It will include categories for temperature, weight, length, area, and volume. For each category, it lists the input and output units that will be convertible. For example, under temperature it would convert between Celsius, Fahrenheit, and Kelvin. The program will be developed in C language. It presents problem statements, requirements, and analyses for each category. A flow chart shows the basic steps of selecting a category and unit, inserting a value, executing the conversion, and displaying the result. The project aims to make unit conversions easier to complete with fewer errors compared to manual calculations.

Uploaded by

azlisan89
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
328 views8 pages

Project Proposal

This document proposes a project to develop a program that converts between different units of measurement in the metric system. It will include categories for temperature, weight, length, area, and volume. For each category, it lists the input and output units that will be convertible. For example, under temperature it would convert between Celsius, Fahrenheit, and Kelvin. The program will be developed in C language. It presents problem statements, requirements, and analyses for each category. A flow chart shows the basic steps of selecting a category and unit, inserting a value, executing the conversion, and displaying the result. The project aims to make unit conversions easier to complete with fewer errors compared to manual calculations.

Uploaded by

azlisan89
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

1.0) Title: To convert metrics system unit 2.0) Problem Statement: To convert the metrics system SI units from different transaction. There are main five converter categories in the developing system. There are beloved:1) 2) 3) 4) 5) Temperature Weight Length Area Volume

The main task of converter system is to implement the designed algorithm in C language. The design system can convert some main units as beloved: Categories Temperature Metric system >> Fahrenheit - Celsius Celcius - Fahrenheit >> Kelvin - Fahrenheit Fahrenheit - Kelvin >> Kelvin - Celsius Celcius - Kelvin >> Pound - Kilo Kilo - Pound >> Carat - Gram Gram - Carat >> Ounce - Gram Gram - Ounce >> Mm - Cm Cm - Mm >> Cm - Meter Meter - Cm >> Meter - Kilometer Kilometer - Meter

Weight

Length

COMPUTER PROGRAMMING

BTI1022

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

Area

Volume

>> Foot2 - Metre2 Metre2 - Foot2 >> Yard2 - Metre2 Meter2 - Yard2 >> Mile2 - Km2 Km2 - Mile2 >> Inch3 - Cm3 Cm3 - Inch3 >> Foot3 - Metre3 Metre3 - Foot3 >> Yard3 - Metre3 Metre3 - Yard3

3.0) Problem Analysis: 3.1.1) Problem Statement 1


Develop a system to convert the value into the metric system unit which required. 3.1.2) Requirement Specification To design a program that can verify the relation in between the temperature units. 3.1.3) Analysis Problem input : >> Fahrenheit - Celsius

Celcius - Fahrenheit >> Kelvin - Fahrenheit Fahrenheit - Kelvin >> Kelvin - Celsius Celcius - Kelvin
Problem output : >> Celsius

Fahrenheit >> Fahrenheit Kelvin >> Celsius Kelvin


Constraint Formula : None : Example: 1 calcius = 237.15 kelvin

COMPUTER PROGRAMMING

BTI1022

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

3.2.1) Problem Statement 2


Develop a system to convert the value into the metric system unit which required. 3.2.2) Requirement Specification To design a program that can verify the relation in between the Weight units. 3.2.3) Analysis Problem input : >> Pound - Kilo

Kilo - Pound >> Carat - Gram Gram - Carat >> Ounce - Gram Gram - Ounce
Problem output : >> Kilo

Pound >> Gram Carat >> Gram Ounce

Constraint Formula

: None : Example: 1 Kilogram = 1000 Gram

COMPUTER PROGRAMMING

BTI1022

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

3.3.1) Problem Statement 3


Develop a system to convert the value into the metric system unit which required. 3.3.2) Requirement Specification To design a program that can verify the relation in between the Length units. 3.3.3) Analysis Problem input : >> Mm - Cm

Cm - Mm >> Cm - Meter Meter - Cm >> Meter - Kilometer Kilometer - Meter


Problem output : >> Cm

Mm >> Meter Cm >> Kilometer Meter


Constraint Formula : None : Example: 1 Kilometer = 1000 Meter

COMPUTER PROGRAMMING

BTI1022

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

3.4.1) Problem Statement 4


Develop a system to convert the value into the metric system unit which required. 3.4.2) Requirement Specification To design a program that can verify the relation in between the area units. 3.4.3) Analysis Problem input : >> Foot2 - Metre2

Metre2 - Foot2 >> Yard2 - Metre2 Meter2 - Yard2 >> Mile2 - Km2 Km2 - Mile2
Problem output : >> Metre2

Foot2 >> Metre2 Yard2 >> Km2 Mile2


Constraint Formula : None : Example: 1 yard2 = 0.83612 metre2

COMPUTER PROGRAMMING

BTI1022

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

3.5.1) Problem Statement 5


Develop a system to convert the value into the metric system unit which required. 3.5.2) Requirement Specification To design a program that can verify the relation in between the Volume units. 3.5.3) Analysis Problem input : >> Inch3 - Cm3

Cm3 - Inch3 >> Foot3 - Metre3 Metre3 - Foot3 >> Yard3 - Metre3 Metre3 - Yard3
Problem output : >> Cm3

Inch3 >> Metre3 Foot3 >> Metre3 Yard3

Constraint Formula

: None : Example: 1 Meter = 39.37 Inch

COMPUTER PROGRAMMING

BTI1022

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

4.0) Flow Chart:

Begin
Select the categories that need to convert

Select the SI unit that needs to convert Insert the value of SI unit

The program will execute the SI unit system which requested

The value of SI requested will be shown

End

COMPUTER PROGRAMMING

BTI1022

UNIVERSITI TUN HUSSEIN ONN MALAYSIA PROJECT PROPOSAL

5.0) Significant of the project: Normally in engineering studies a lot of people will face problem to calculate the SI units to convert. This will take some time and sometime will happens errors as well. To prevent these problems this system will be very helpful. In this system there will be simple numbering code and to calculated. The system very friendly user 8

COMPUTER PROGRAMMING

BTI1022

You might also like